diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-04 17:11:33 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-04 17:11:33 +0000 |
commit | 8e7e410d19e2a7c1cfbbd2348af43f08d29628b4 (patch) | |
tree | 1fb6fb1389ff2f1801ea60122ec042602edd0966 /app-text/ggv/ggv-1.99.98.ebuild | |
parent | bump (diff) | |
download | gentoo-2-8e7e410d19e2a7c1cfbbd2348af43f08d29628b4.tar.gz gentoo-2-8e7e410d19e2a7c1cfbbd2348af43f08d29628b4.tar.bz2 gentoo-2-8e7e410d19e2a7c1cfbbd2348af43f08d29628b4.zip |
new version
Diffstat (limited to 'app-text/ggv/ggv-1.99.98.ebuild')
-rw-r--r-- | app-text/ggv/ggv-1.99.98.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-text/ggv/ggv-1.99.98.ebuild b/app-text/ggv/ggv-1.99.98.ebuild new file mode 100644 index 000000000000..bee65d6b4f9b --- /dev/null +++ b/app-text/ggv/ggv-1.99.98.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-1.99.98.ebuild,v 1.1 2003/02/04 17:11:33 foser Exp $ + +IUSE="doc" + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="your favourite PostScript previewer" +HOMEPAGE="http://www.gnome.org/" + +SLOT="1" +LICENSE="GPL-2 FDL-1.1" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=gnome-base/libgnomeui-2 + >=gnome-base/ORBit2-2.4.1 + >=gnome-base/libglade-2.0.1 + app-text/ghostscript + >=dev-libs/popt-1.6" + +DEPEND="${RDEPEND} + doc? ( dev-util/gtk-doc ) + >=dev-util/pkgconfig-0.12.0" + +G2CONF="${G2CONF} --enable-platform-gnome-2" +DOC="AUTHORS ChangeLog COPYING* MAINTAINERS TODO NEWS README" |