diff options
Diffstat (limited to 'app-text/ggv/ggv-2.4.0.ebuild')
-rw-r--r-- | app-text/ggv/ggv-2.4.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-text/ggv/ggv-2.4.0.ebuild b/app-text/ggv/ggv-2.4.0.ebuild new file mode 100644 index 000000000000..745b89f42aac --- /dev/null +++ b/app-text/ggv/ggv-2.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-2.4.0.ebuild,v 1.1 2003/09/08 12:53:40 foser Exp $ + +inherit gnome2 + +DESCRIPTION="The GNOME PostScript document viewer" +HOMEPAGE="http://www.gnome.org/" + +IUSE="" +SLOT="0" +LICENSE="GPL-2 FDL-1.1" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64" + +RDEPEND=">=gnome-base/libgnomeui-2 + >=gnome-base/ORBit2-2.4.1 + app-text/ghostscript + dev-libs/popt" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.21" + +DOC="AUTHORS ChangeLog COPYING* MAINTAINERS TODO NEWS README" |