diff options
author | 2004-10-09 19:59:02 +0000 | |
---|---|---|
committer | 2004-10-09 19:59:02 +0000 | |
commit | 1818523430e8744100992d1dbccf6e13068ab76d (patch) | |
tree | 29c346ab20bf29b43e1366697b2586b77a0d7be2 /app-emacs/psgml/psgml-1.2.5-r1.ebuild | |
parent | Stable on x86 and ppc. (diff) | |
download | historical-1818523430e8744100992d1dbccf6e13068ab76d.tar.gz historical-1818523430e8744100992d1dbccf6e13068ab76d.tar.bz2 historical-1818523430e8744100992d1dbccf6e13068ab76d.zip |
Removed old ebuilds.
Diffstat (limited to 'app-emacs/psgml/psgml-1.2.5-r1.ebuild')
-rw-r--r-- | app-emacs/psgml/psgml-1.2.5-r1.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/app-emacs/psgml/psgml-1.2.5-r1.ebuild b/app-emacs/psgml/psgml-1.2.5-r1.ebuild index f1b4770861fd..5cc3dca03ebd 100644 --- a/app-emacs/psgml/psgml-1.2.5-r1.ebuild +++ b/app-emacs/psgml/psgml-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.7 2004/06/24 22:20:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.5-r1.ebuild,v 1.8 2004/10/09 19:59:02 usata Exp $ inherit elisp @@ -11,7 +11,7 @@ HOMEPAGE="http://sourceforge.net/projects/psgml/" SRC_URI="mirror://sourceforge/psgml/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc amd64 ~ppc" +KEYWORDS="x86 sparc amd64 ppc" DEPEND="virtual/emacs app-text/openjade" @@ -29,11 +29,3 @@ src_install() { dodoc ChangeLog INSTALL README.psgml psgml.ps doinfo psgml-api.info psgml.info } - -pkg_postinst() { - elisp-site-regen -} - -pkg_postrm() { - elisp-site-regen -} |