diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 15:56:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 15:56:04 +0000 |
commit | 7b6dbaea4050af855530a3b41fdec0d4380824a1 (patch) | |
tree | 82cceca8dd893cf805322d880351e81327e91c7b /app-text/ghostscript | |
parent | need eutils for epatch (diff) | |
download | gentoo-2-7b6dbaea4050af855530a3b41fdec0d4380824a1.tar.gz gentoo-2-7b6dbaea4050af855530a3b41fdec0d4380824a1.tar.bz2 gentoo-2-7b6dbaea4050af855530a3b41fdec0d4380824a1.zip |
need eutils for epatch
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6-r2.ebuild | 6 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6-r3.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild b/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild index fa3d18b41d7b..f68589a97bd9 100644 --- a/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild @@ -1,19 +1,19 @@ # 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/ghostscript-7.05.6-r2.ebuild,v 1.5 2003/08/03 21:55:02 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild,v 1.6 2003/08/05 15:56:04 vapier Exp $ inherit eutils DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" +HOMEPAGE="http://www.cups.org/ghostscript.php" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-std-6.0.tar.gz ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-other-6.0.tar.gz cjk? ( ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200204.tar.gz ftp://ftp.gyve.org/pub/gs-cjk/acro5-cmaps-2001.tar.gz)" -HOMEPAGE="http://www.cups.org/ghostscript.php" -SLOT="0" LICENSE="GPL-2 LGPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64" IUSE="X cups cjk" diff --git a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild b/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild index 006e8a933ba0..d766cfb460fa 100644 --- a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild @@ -1,17 +1,19 @@ # 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/ghostscript-7.05.6-r3.ebuild,v 1.8 2003/08/03 21:55:02 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild,v 1.9 2003/08/05 15:56:04 vapier Exp $ + +inherit eutils DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" +HOMEPAGE="http://www.cups.org/ghostscript.php" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-std-6.0.tar.gz ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-other-6.0.tar.gz cjk? ( ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200204.tar.gz ftp://ftp.gyve.org/pub/gs-cjk/acro5-cmaps-2001.tar.gz)" -HOMEPAGE="http://www.cups.org/ghostscript.php" -SLOT="0" LICENSE="GPL-2 LGPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64" IUSE="X cups cjk" |