diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-07-03 06:44:52 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-07-03 06:44:52 +0000 |
commit | e3f274c5dd1c60e0cb7897c951d7703bb3cc913a (patch) | |
tree | 94275c613c2326aacfe8eb4527a265e62d44fce9 /app-emacs/psgml | |
parent | removed DEPEND on virtual/emacs; added some quotes; adjusted DESCRIPTION (diff) | |
download | gentoo-2-e3f274c5dd1c60e0cb7897c951d7703bb3cc913a.tar.gz gentoo-2-e3f274c5dd1c60e0cb7897c951d7703bb3cc913a.tar.bz2 gentoo-2-e3f274c5dd1c60e0cb7897c951d7703bb3cc913a.zip |
removed virtual/emacs from DEPEND; added a pair of quotes; adjusted DESCRIPTION; added a comment for die command
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emacs/psgml')
-rw-r--r-- | app-emacs/psgml/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/psgml/psgml-1.2.5-r1.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-emacs/psgml/ChangeLog b/app-emacs/psgml/ChangeLog index d716cbee8dc9..7db9cdc53bc8 100644 --- a/app-emacs/psgml/ChangeLog +++ b/app-emacs/psgml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/psgml # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.11 2007/03/12 21:29:03 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.12 2007/07/03 06:44:52 opfer Exp $ + + 03 Jul 2007; Christian Faulhammer <opfer@gentoo.org> + psgml-1.2.5-r1.ebuild: + removed virtual/emacs from DEPEND; added a pair of quotes; adjusted + DESCRIPTION; added a comment for die command 12 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml: Replacing text-markup herd with the new sgml herd. diff --git a/app-emacs/psgml/psgml-1.2.5-r1.ebuild b/app-emacs/psgml/psgml-1.2.5-r1.ebuild index d0d3cf053c62..876b509641fe 100644 --- a/app-emacs/psgml/psgml-1.2.5-r1.ebuild +++ b/app-emacs/psgml/psgml-1.2.5-r1.ebuild @@ -1,31 +1,30 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 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.9 2005/01/01 13:57:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.5-r1.ebuild,v 1.10 2007/07/03 06:44:52 opfer Exp $ inherit elisp IUSE="" -DESCRIPTION="PSGML is a GNU Emacs Major Mode for editing SGML and XML coded documents." +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="x86 sparc amd64 ppc" -DEPEND="virtual/emacs - app-text/openjade" +DEPEND="app-text/openjade" SITEFILE=50psgml-gentoo.el src_compile() { emacs --batch --no-site-file --no-init-file \ - --load psgml-maint.el -f psgml-compile-files || die + --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} + elisp-site-file-install "${FILESDIR}/${SITEFILE}" dodoc ChangeLog INSTALL README.psgml psgml.ps doinfo psgml-api.info psgml.info } |