diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-29 11:59:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-29 11:59:58 +0000 |
commit | 8277bf090b45a4e905cc8c62197a149286bbdf7b (patch) | |
tree | 7eb91c2982ff435ac33b082678091c43f8a3cb6d /app-emacs | |
parent | Bump to the release. (diff) | |
download | gentoo-2-8277bf090b45a4e905cc8c62197a149286bbdf7b.tar.gz gentoo-2-8277bf090b45a4e905cc8c62197a149286bbdf7b.tar.bz2 gentoo-2-8277bf090b45a4e905cc8c62197a149286bbdf7b.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/psgml/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/psgml/files/50psgml-gentoo-1.4.0.el | 6 | ||||
-rw-r--r-- | app-emacs/psgml/files/50psgml-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/psgml/psgml-1.2.5-r1.ebuild | 31 | ||||
-rw-r--r-- | app-emacs/psgml/psgml-1.3.2.ebuild | 31 | ||||
-rw-r--r-- | app-emacs/psgml/psgml-1.4.0.ebuild | 4 |
6 files changed, 11 insertions, 71 deletions
diff --git a/app-emacs/psgml/ChangeLog b/app-emacs/psgml/ChangeLog index e6c30c3ec0b1..6970bf957a0b 100644 --- a/app-emacs/psgml/ChangeLog +++ b/app-emacs/psgml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/psgml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.24 2014/03/29 06:09:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.25 2014/03/29 11:59:58 ulm Exp $ + + 29 Mar 2014; Ulrich Müller <ulm@gentoo.org> -psgml-1.2.5-r1.ebuild, + -psgml-1.3.2.ebuild, psgml-1.4.0.ebuild, -files/50psgml-gentoo-1.4.0.el, + files/50psgml-gentoo.el: + Remove old. 29 Mar 2014; Agostino Sarubbo <ago@gentoo.org> psgml-1.4.0.ebuild: Stable for x86, wrt bug #503972 diff --git a/app-emacs/psgml/files/50psgml-gentoo-1.4.0.el b/app-emacs/psgml/files/50psgml-gentoo-1.4.0.el deleted file mode 100644 index e69efe77d8f0..000000000000 --- a/app-emacs/psgml/files/50psgml-gentoo-1.4.0.el +++ /dev/null @@ -1,6 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t) -(autoload 'xml-mode "psgml" "Major mode to edit XML files." t) -(setq sgml-catalog-files '("CATALOG" "/etc/sgml/catalog")) -(setq sgml-display-char-list-filename - "@SITEETC@/iso88591.map") diff --git a/app-emacs/psgml/files/50psgml-gentoo.el b/app-emacs/psgml/files/50psgml-gentoo.el index d6773e91d386..e69efe77d8f0 100644 --- a/app-emacs/psgml/files/50psgml-gentoo.el +++ b/app-emacs/psgml/files/50psgml-gentoo.el @@ -1,3 +1,6 @@ +(add-to-list 'load-path "@SITELISP@") (autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t) (autoload 'xml-mode "psgml" "Major mode to edit XML files." t) (setq sgml-catalog-files '("CATALOG" "/etc/sgml/catalog")) +(setq sgml-display-char-list-filename + "@SITEETC@/iso88591.map") diff --git a/app-emacs/psgml/psgml-1.2.5-r1.ebuild b/app-emacs/psgml/psgml-1.2.5-r1.ebuild deleted file mode 100644 index 9449c516c65f..000000000000 --- a/app-emacs/psgml/psgml-1.2.5-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.5-r1.ebuild,v 1.12 2012/02/05 18:20:25 armin76 Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="A GNU Emacs Major Mode for editing SGML and XML coded documents." -HOMEPAGE="http://sourceforge.net/projects/psgml/" -SRC_URI="mirror://sourceforge/psgml/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -DEPEND="app-text/openjade" -RDEPEND="${DEPEND}" - -SITEFILE=50psgml-gentoo.el - -src_compile() { - emacs --batch --no-site-file --no-init-file \ - --load psgml-maint.el -f psgml-compile-files || die "elisp compilaion failed" -} - -src_install() { - elisp-install ${PN} *.el *.elc *.map - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc ChangeLog INSTALL README.psgml psgml.ps - doinfo psgml-api.info psgml.info -} diff --git a/app-emacs/psgml/psgml-1.3.2.ebuild b/app-emacs/psgml/psgml-1.3.2.ebuild deleted file mode 100644 index c80f60968462..000000000000 --- a/app-emacs/psgml/psgml-1.3.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.3.2.ebuild,v 1.6 2012/02/05 18:20:25 armin76 Exp $ - -inherit elisp - -DESCRIPTION="A GNU Emacs Major Mode for editing SGML and XML coded documents" -HOMEPAGE="http://sourceforge.net/projects/psgml/" -SRC_URI="mirror://sourceforge/psgml/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="app-text/openjade" -RDEPEND="${DEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - emacs --batch --no-site-file --no-init-file \ - --load psgml-maint.el -f psgml-compile-files || die -} - -src_install() { - elisp-install ${PN} *.el *.elc *.map || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - dodoc ChangeLog INSTALL README.psgml psgml.ps || die - doinfo psgml-api.info psgml.info || die -} diff --git a/app-emacs/psgml/psgml-1.4.0.ebuild b/app-emacs/psgml/psgml-1.4.0.ebuild index 019d647b5730..b3d44e54faad 100644 --- a/app-emacs/psgml/psgml-1.4.0.ebuild +++ b/app-emacs/psgml/psgml-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.4.0.ebuild,v 1.4 2014/03/29 06:09:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.4.0.ebuild,v 1.5 2014/03/29 11:59:58 ulm Exp $ EAPI=5 @@ -18,7 +18,7 @@ KEYWORDS="amd64 ppc x86" DEPEND="app-text/openjade" RDEPEND="${DEPEND}" -SITEFILE="50${PN}-gentoo-${PV}.el" +SITEFILE="50${PN}-gentoo.el" src_compile() { ${EMACS} ${EMACSFLAGS} --load psgml-maint.el -f psgml-compile-files || die |