diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 16:29:55 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 16:29:55 +0000 |
commit | e346acb019c45b5ef1aad40377c2d7f843c8f1bd (patch) | |
tree | 67e5d7cf5ddcf9b9adf3cda4975032112f8f17ae /app-text | |
parent | virtual/ghostscript, .so build (diff) | |
download | historical-e346acb019c45b5ef1aad40377c2d7f843c8f1bd.tar.gz historical-e346acb019c45b5ef1aad40377c2d7f843c8f1bd.tar.bz2 historical-e346acb019c45b5ef1aad40377c2d7f843c8f1bd.zip |
removed die ;)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-afpl/Manifest | 2 | ||||
-rw-r--r-- | app-text/ghostscript-afpl/ghostscript-afpl-8.11.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app-text/ghostscript-afpl/Manifest b/app-text/ghostscript-afpl/Manifest index 505e630b99cb..6a076b1515ae 100644 --- a/app-text/ghostscript-afpl/Manifest +++ b/app-text/ghostscript-afpl/Manifest @@ -1,4 +1,4 @@ -MD5 bd8890653bbaaa5a35289cf23f69a5c9 ghostscript-afpl-8.11.ebuild 3278 +MD5 0a7e0938ede77432d28dee84c77e73ce ghostscript-afpl-8.11.ebuild 3273 MD5 2a71ac8887d59d7a361d77f817d281bb ChangeLog 567 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 c2ae99630b9c6264495d16e128e82fd8 files/digest-ghostscript-afpl-8.11 359 diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.11.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.11.ebuild index 87815c64e31f..5412884c6f59 100644 --- a/app-text/ghostscript-afpl/ghostscript-afpl-8.11.ebuild +++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.11.ebuild,v 1.2 2003/12/09 16:28:14 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.11.ebuild,v 1.3 2003/12/09 16:29:49 lanius Exp $ inherit eutils @@ -114,5 +114,4 @@ src_install() { cd ${S}/ijs dodir /usr/bin /usr/include /usr/lib einstall install_prefix=${D} - die } |