diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-09-26 06:25:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-09-26 06:25:08 +0000 |
commit | ccd0e3c6ce8fb602e70baecc816bcc6b06cd4feb (patch) | |
tree | 04134c01b6345282006cd68efa31c479e67bc9c5 /app-emacs/nxml-gentoo-schemas | |
parent | Version bump. Specify LICENSE more precisely. Remove old. (diff) | |
download | gentoo-2-ccd0e3c6ce8fb602e70baecc816bcc6b06cd4feb.tar.gz gentoo-2-ccd0e3c6ce8fb602e70baecc816bcc6b06cd4feb.tar.bz2 gentoo-2-ccd0e3c6ce8fb602e70baecc816bcc6b06cd4feb.zip |
Specify LICENSE more precisely. Bump ebuild to EAPI 4.
(Portage version: 2.1.11.20/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/nxml-gentoo-schemas')
3 files changed, 13 insertions, 11 deletions
diff --git a/app-emacs/nxml-gentoo-schemas/ChangeLog b/app-emacs/nxml-gentoo-schemas/ChangeLog index f8256e83f100..f63f98d58d02 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 1.21 2011/11/29 21:08:05 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 1.22 2012/09/26 06:25:08 ulm Exp $ + + 26 Sep 2012; Ulrich Müller <ulm@gentoo.org> + nxml-gentoo-schemas-20111129.ebuild: + Specify LICENSE more precisely. Bump ebuild to EAPI 4. *nxml-gentoo-schemas-20111129 (29 Nov 2011) diff --git a/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el b/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el index 0d51b11da328..c574746e6576 100644 --- a/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el +++ b/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el @@ -1,6 +1,3 @@ - -;;; nxml-gentoo-schemas site-lisp configuration - ;; This must be executed after rng-schema-locating-files ;; is set in rng-loc (which is part of nxml-mode). (eval-after-load "rng-loc" diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20111129.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20111129.ebuild index f955941079cd..f5dce37b5fc2 100644 --- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20111129.ebuild +++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20111129.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-20111129.ebuild,v 1.1 2011/11/29 21:08:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20111129.ebuild,v 1.2 2012/09/26 06:25:08 ulm Exp $ + +EAPI=4 NEED_EMACS=23 inherit elisp @@ -9,18 +11,17 @@ DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas" HOMEPAGE="http://dev.gentoo.org/~flameeyes/${PN}/" SRC_URI="http://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.bz2" -LICENSE="as-is" +LICENSE="HPND" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="" -SITEFILE=60${PN}-gentoo.el +SITEFILE="60${PN}-gentoo.el" src_compile() { :; } src_install() { insinto ${SITEETC}/${PN} - doins schemas.xml *.rnc || die "install failed" + doins schemas.xml *.rnc elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die dodoc DONATING } |