ulm 14/06/07 11:23:42 Modified: ChangeLog nxml-docbook5-schemas-20080922.ebuild Log: Remove redundant NEED_EMACS assignment. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.7 app-emacs/nxml-docbook5-schemas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-docbook5-schemas/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-docbook5-schemas/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-docbook5-schemas/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 6 Dec 2012 04:27:15 -0000 1.6 +++ ChangeLog 7 Jun 2014 11:23:42 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/nxml-docbook5-schemas -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/ChangeLog,v 1.6 2012/12/06 04:27:15 phajdan.jr Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/ChangeLog,v 1.7 2014/06/07 11:23:42 ulm Exp $ + + 07 Jun 2014; Ulrich Müller <[email protected]> + nxml-docbook5-schemas-20080922.ebuild: + Remove redundant NEED_EMACS assignment. 06 Dec 2012; Pawel Hajdan jr <[email protected]> nxml-docbook5-schemas-20080922.ebuild: 1.6 app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild?r1=1.5&r2=1.6 Index: nxml-docbook5-schemas-20080922.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- nxml-docbook5-schemas-20080922.ebuild 6 Dec 2012 04:27:15 -0000 1.5 +++ nxml-docbook5-schemas-20080922.ebuild 7 Jun 2014 11:23:42 -0000 1.6 @@ -1,10 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild,v 1.5 2012/12/06 04:27:15 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-docbook5-schemas/nxml-docbook5-schemas-20080922.ebuild,v 1.6 2014/06/07 11:23:42 ulm Exp $ EAPI=4 -NEED_EMACS=23 inherit elisp DESCRIPTION="Add support for DocBook 5 schemas to NXML" @@ -14,7 +13,6 @@ LICENSE="HPND" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" S="${WORKDIR}" SITEFILE="60${PN}-gentoo.el" @@ -26,5 +24,5 @@ src_install() { insinto ${SITEETC}/${PN} doins "${FILESDIR}"/schemas.xml "${DISTDIR}"/docbookxi.rnc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die + elisp-site-file-install "${FILESDIR}/${SITEFILE}" }
