diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-23 19:03:30 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-23 19:03:30 +0000 |
commit | 35ad90df64d2541043a7a0721357b2800e6be45a (patch) | |
tree | 1e297984d9ea5ca14b016cd7d14cc1066442145d /app-text/ghostscript | |
parent | *** empty log message *** (diff) | |
download | historical-35ad90df64d2541043a7a0721357b2800e6be45a.tar.gz historical-35ad90df64d2541043a7a0721357b2800e6be45a.tar.bz2 historical-35ad90df64d2541043a7a0721357b2800e6be45a.zip |
and some cleanup
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.5-r1.ebuild | 5 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.5-r2.ebuild | 5 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.5.ebuild | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild b/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild index bbbca4fb3840..46add9dbd366 100644 --- a/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.5-r1.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/ghostscript-7.05.5-r1.ebuild,v 1.3 2003/02/23 18:52:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.5-r1.ebuild,v 1.4 2003/02/23 19:03:30 foser Exp $ DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 @@ -54,9 +54,6 @@ src_compile() { use cups && myconf="${myconf} --enable-cups" \ || myconf="${myconf} --disable-cups" - use gnome && myconf="${myconf} --with-gimp-print" \ - || myconf="${myconf} --without-gimp-print" - econf ${myconf} make || die "make failed" } diff --git a/app-text/ghostscript/ghostscript-7.05.5-r2.ebuild b/app-text/ghostscript/ghostscript-7.05.5-r2.ebuild index dfc9f5f39d30..9c371b5f06b9 100644 --- a/app-text/ghostscript/ghostscript-7.05.5-r2.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.5-r2.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/ghostscript-7.05.5-r2.ebuild,v 1.4 2003/02/23 18:52:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.5-r2.ebuild,v 1.5 2003/02/23 19:03:30 foser Exp $ DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 @@ -56,9 +56,6 @@ src_compile() { use cups && myconf="${myconf} --enable-cups" \ || myconf="${myconf} --disable-cups" - use gnome && myconf="${myconf} --with-gimp-print" \ - || myconf="${myconf} --without-gimp-print" - econf ${myconf} make || die "make failed" } diff --git a/app-text/ghostscript/ghostscript-7.05.5.ebuild b/app-text/ghostscript/ghostscript-7.05.5.ebuild index 957627975537..70dda672a080 100644 --- a/app-text/ghostscript/ghostscript-7.05.5.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.5.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/ghostscript-7.05.5.ebuild,v 1.14 2003/02/23 18:52:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.5.ebuild,v 1.15 2003/02/23 19:03:30 foser Exp $ DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 @@ -45,9 +45,6 @@ src_compile() { use cups && myconf="${myconf} --enable-cups" \ || myconf="${myconf} --disable-cups" - use gnome && myconf="${myconf} --with-gimp-print" \ - || myconf="${myconf} --without-gimp-print" - econf ${myconf} make || die "make failed" } |