summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-07-03 06:44:52 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-07-03 06:44:52 +0000
commit04aca1f3e480347d10043cf7645a70a70a9c8b02 (patch)
tree0e414f8f8926cf414d09ea09f74647f3ddb5e5fc /app-emacs/psgml
parentremoved DEPEND on virtual/emacs; added some quotes; adjusted DESCRIPTION (diff)
downloadhistorical-04aca1f3e480347d10043cf7645a70a70a9c8b02.tar.gz
historical-04aca1f3e480347d10043cf7645a70a70a9c8b02.tar.bz2
historical-04aca1f3e480347d10043cf7645a70a70a9c8b02.zip
removed virtual/emacs from DEPEND; added a pair of quotes; adjusted DESCRIPTION; added a comment for die command
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'app-emacs/psgml')
-rw-r--r--app-emacs/psgml/ChangeLog7
-rw-r--r--app-emacs/psgml/psgml-1.2.5-r1.ebuild13
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
}