summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-01-29 02:35:57 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-01-29 02:35:57 +0000
commitfe04dddb665230b82b8a4f33b6f78ee6ec56c18e (patch)
tree83910e350151053d27cc8c1435347fdb1509f529 /app-emacs/nxml-gentoo-schemas
parentclean up (diff)
downloadgentoo-2-fe04dddb665230b82b8a4f33b6f78ee6ec56c18e.tar.gz
gentoo-2-fe04dddb665230b82b8a4f33b6f78ee6ec56c18e.tar.bz2
gentoo-2-fe04dddb665230b82b8a4f33b6f78ee6ec56c18e.zip
clean up
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'app-emacs/nxml-gentoo-schemas')
-rw-r--r--app-emacs/nxml-gentoo-schemas/ChangeLog8
-rw-r--r--app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild37
2 files changed, 6 insertions, 39 deletions
diff --git a/app-emacs/nxml-gentoo-schemas/ChangeLog b/app-emacs/nxml-gentoo-schemas/ChangeLog
index 57e271b1f604..b4dc24b2a9a2 100644
--- a/app-emacs/nxml-gentoo-schemas/ChangeLog
+++ b/app-emacs/nxml-gentoo-schemas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/nxml-gentoo-schemas
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 1.15 2008/04/05 21:10:09 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 1.16 2009/01/29 02:35:57 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -nxml-gentoo-schemas-20080301.ebuild:
+ clean up
*nxml-gentoo-schemas-20080405 (05 Apr 2008)
diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild
deleted file mode 100644
index 02578a426fdf..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild,v 1.2 2008/03/01 14:13:54 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="http://blog.flameeyes.eu/"
-SRC_URI="http://www.flameeyes.eu/files/${P}.tar.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="|| ( >=app-emacs/nxml-mode-20041004-r3 >=virtual/emacs-23 )"
-
-SITEFILE=60${PN}-gentoo.el
-
-src_compile() { :; }
-
-src_install() {
- insinto ${SITEETC}/${PN}
- doins schemas.xml *.rnc || die "install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
- dodoc DONATING
-}
-
-pkg_postinst () {
- elisp-site-regen
-
- if [ $(emacs -batch -q --eval "(princ (fboundp 'nxml-mode))") = nil ]; then
- ewarn "This package needs nxml-mode. You should either install"
- ewarn "app-emacs/nxml-mode, or use \"eselect emacs\" to select"
- ewarn "an Emacs version >= 23."
- fi
-}