diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-05-04 14:38:40 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-05-04 14:38:40 +0000 |
commit | 7eb51f193eff0d71bf0381d41571e98da54217af (patch) | |
tree | de3c1ae78f1542333b10135685e5052f0d55f8d9 /app-text/ggv/ggv-2.6.1.ebuild | |
parent | new release (diff) | |
download | historical-7eb51f193eff0d71bf0381d41571e98da54217af.tar.gz historical-7eb51f193eff0d71bf0381d41571e98da54217af.tar.bz2 historical-7eb51f193eff0d71bf0381d41571e98da54217af.zip |
new release
Diffstat (limited to 'app-text/ggv/ggv-2.6.1.ebuild')
-rw-r--r-- | app-text/ggv/ggv-2.6.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-text/ggv/ggv-2.6.1.ebuild b/app-text/ggv/ggv-2.6.1.ebuild new file mode 100644 index 000000000000..7325e529b0f1 --- /dev/null +++ b/app-text/ggv/ggv-2.6.1.ebuild @@ -0,0 +1,25 @@ +# 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.1.ebuild,v 1.1 2004/05/04 14:38:40 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 + virtual/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" |