diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-03-22 11:34:27 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-03-22 11:34:27 +0000 |
commit | 249f1ba4f0b91afe88c2e8051f6a31f716183be7 (patch) | |
tree | 7ea069b5a40696d993155edc197747c8ae82d558 /app-text/ggv | |
parent | Fixing bug #40100 (problems with newer Xfree) (Manifest recommit) (diff) | |
download | gentoo-2-249f1ba4f0b91afe88c2e8051f6a31f716183be7.tar.gz gentoo-2-249f1ba4f0b91afe88c2e8051f6a31f716183be7.tar.bz2 gentoo-2-249f1ba4f0b91afe88c2e8051f6a31f716183be7.zip |
fix gs dep
Diffstat (limited to 'app-text/ggv')
-rw-r--r-- | app-text/ggv/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ggv/ggv-2.5.99.1.ebuild | 25 | ||||
-rw-r--r-- | app-text/ggv/ggv-2.6.0.ebuild | 4 |
3 files changed, 6 insertions, 28 deletions
diff --git a/app-text/ggv/ChangeLog b/app-text/ggv/ChangeLog index 0707b318942b..9117730504f8 100644 --- a/app-text/ggv/ChangeLog +++ b/app-text/ggv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ggv # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ChangeLog,v 1.55 2004/03/21 19:51:29 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ChangeLog,v 1.56 2004/03/22 11:34:27 foser Exp $ + + 22 Mar 2004; foser <foser@gentoo.org> ggv-2.6.0.ebuild : + Fix ghostscript dep to virtual (#45350) *ggv-2.6.0 (21 Mar 2004) diff --git a/app-text/ggv/ggv-2.5.99.1.ebuild b/app-text/ggv/ggv-2.5.99.1.ebuild deleted file mode 100644 index b648b82e813e..000000000000 --- a/app-text/ggv/ggv-2.5.99.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.5.99.1.ebuild,v 1.1 2004/03/21 16:42:18 foser Exp $ - -inherit gnome2 - -DESCRIPTION="The GNOME PostScript document viewer" -HOMEPAGE="http://www.gnome.org/" -LICENSE="GPL-2 FDL-1.1" - -IUSE="" -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips" - -RDEPEND=">=x11-libs/gtk+-2.3 - >=gnome-base/libgnomeui-2.5 - >=gnome-base/ORBit2-2.4.1 - app-text/ghostscript - dev-libs/popt" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.30" - -DOCS="AUTHORS ChangeLog COPYING* INSTALL MAINTAINERS TODO README" diff --git a/app-text/ggv/ggv-2.6.0.ebuild b/app-text/ggv/ggv-2.6.0.ebuild index 74ce47e3e642..305d1b5c4d98 100644 --- a/app-text/ggv/ggv-2.6.0.ebuild +++ b/app-text/ggv/ggv-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.6.0.ebuild,v 1.1 2004/03/21 19:51:29 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.6.0.ebuild,v 1.2 2004/03/22 11:34:27 foser Exp $ inherit gnome2 @@ -15,7 +15,7 @@ KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips" RDEPEND=">=x11-libs/gtk+-2.3 >=gnome-base/libgnomeui-2.5 >=gnome-base/ORBit2-2.4.1 - app-text/ghostscript + virtual/ghostscript dev-libs/popt" DEPEND="${RDEPEND} |