diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-03-12 11:53:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-03-12 11:53:16 +0000 |
commit | 0d12030b2092ec2327441081eeec17e44668973e (patch) | |
tree | 79d7045856365907c8c0b9e9e3e8626fc1cc1919 /app-text/ggv/ggv-2.8.5.ebuild | |
parent | Updated ndesk-dbus dependencies (bug 356391) (diff) | |
download | gentoo-2-0d12030b2092ec2327441081eeec17e44668973e.tar.gz gentoo-2-0d12030b2092ec2327441081eeec17e44668973e.tar.bz2 gentoo-2-0d12030b2092ec2327441081eeec17e44668973e.zip |
app-text/ggv removal
Diffstat (limited to 'app-text/ggv/ggv-2.8.5.ebuild')
-rw-r--r-- | app-text/ggv/ggv-2.8.5.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-text/ggv/ggv-2.8.5.ebuild b/app-text/ggv/ggv-2.8.5.ebuild deleted file mode 100644 index 3a8de2ae537c..000000000000 --- a/app-text/ggv/ggv-2.8.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.8.5.ebuild,v 1.15 2010/07/20 15:14:50 jer Exp $ - -inherit gnome2 - -DESCRIPTION="The GNOME PostScript document viewer" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2 FDL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="debug" - -RDEPEND=">=x11-libs/gtk+-2.4 - >=gnome-base/libgnomeui-2.6 - >=gnome-base/orbit-2 - >=gnome-base/libbonobo-2 - >=gnome-base/gconf-2 - app-text/ghostscript-gpl - dev-libs/popt" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - app-text/scrollkeeper - >=dev-util/intltool-0.30" - -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" -G2CONF="${G2CONF} --enable-pdf-options $(use_enable debug bonobo-debug)" |