diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-04-02 07:41:28 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-04-02 07:41:28 +0000 |
commit | cd48a57e70255af069c36c60774159603ccf6c9a (patch) | |
tree | e9d37c0d6e4023c0f07a0d3599702e090627dd1c /app-text/ghostscript-gnu | |
parent | remove PROVIDE, bug 128472, remove old (diff) | |
download | historical-cd48a57e70255af069c36c60774159603ccf6c9a.tar.gz historical-cd48a57e70255af069c36c60774159603ccf6c9a.tar.bz2 historical-cd48a57e70255af069c36c60774159603ccf6c9a.zip |
remove PROVIDE, bug 128472
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'app-text/ghostscript-gnu')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index 2ce31e5635f8..4ab0ca0ba1bd 100644 --- a/app-text/ghostscript-gnu/ChangeLog +++ b/app-text/ghostscript-gnu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gnu # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.15 2006/04/01 01:20:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.16 2006/04/02 07:37:31 genstef Exp $ + + 02 Apr 2006; Stefan Schweizer <genstef@gentoo.org> + ghostscript-gnu-8.16-r1.ebuild, ghostscript-gnu-8.16-r2.ebuild: + remove PROVIDE, bug 128472 01 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> ghostscript-gnu-8.16-r2.ebuild: diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild index 348229482848..f0179363eacf 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.9 2006/03/12 02:29:31 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.10 2006/04/02 07:37:31 genstef Exp $ inherit eutils @@ -21,8 +21,6 @@ SLOT="0" KEYWORDS="~alpha amd64 ppc x86" IUSE="X cups cjk gtk" -PROVIDE="virtual/ghostscript" - DEPEND="virtual/libc media-libs/tiff >=media-libs/jpeg-6b diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild index c1147607e287..3d257594b3f1 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild,v 1.2 2006/04/01 01:20:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild,v 1.3 2006/04/02 07:37:31 genstef Exp $ inherit eutils libtool @@ -38,7 +38,6 @@ RDEPEND="${DEP} DEPEND="${DEP} gtk? ( dev-util/pkgconfig )" -PROVIDE="virtual/ghostscript" S=${WORKDIR}/${MY_P} |