diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-06-13 15:02:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-06-13 15:02:07 +0000 |
commit | ba02af2d9274fbb6c765ff1181b9706533038245 (patch) | |
tree | 710429c977ab27ee44f45f6a86b06b640af3e24a /app-text | |
parent | initial import of gpdf (diff) | |
download | historical-ba02af2d9274fbb6c765ff1181b9706533038245.tar.gz historical-ba02af2d9274fbb6c765ff1181b9706533038245.tar.bz2 historical-ba02af2d9274fbb6c765ff1181b9706533038245.zip |
initial import of gpdf
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gpdf/Manifest | 3 | ||||
-rw-r--r-- | app-text/gpdf/files/digest-gpdf-0.102 | 1 | ||||
-rw-r--r-- | app-text/gpdf/gpdf-0.102.ebuild | 33 |
3 files changed, 36 insertions, 1 deletions
diff --git a/app-text/gpdf/Manifest b/app-text/gpdf/Manifest index b89553402992..1b69c02d6620 100644 --- a/app-text/gpdf/Manifest +++ b/app-text/gpdf/Manifest @@ -1,2 +1,3 @@ -MD5 764bcd1b33fbbac91dfa9120446b648d gpdf-0.102.ebuild 662 +MD5 11aaf68472e0385d393607d5a50d5b33 gpdf-0.102.ebuild 881 +MD5 5c00c0cfdf455120a6ed1caeacd8b477 ChangeLog 370 MD5 8cc87715353a900c2b646e4129df3e27 files/digest-gpdf-0.102 63 diff --git a/app-text/gpdf/files/digest-gpdf-0.102 b/app-text/gpdf/files/digest-gpdf-0.102 new file mode 100644 index 000000000000..32fea5bf728e --- /dev/null +++ b/app-text/gpdf/files/digest-gpdf-0.102 @@ -0,0 +1 @@ +MD5 05fe952892d346c81890a0bd39645ba1 gpdf-0.102.tar.bz2 670169 diff --git a/app-text/gpdf/gpdf-0.102.ebuild b/app-text/gpdf/gpdf-0.102.ebuild new file mode 100644 index 000000000000..4ed1a6777b55 --- /dev/null +++ b/app-text/gpdf/gpdf-0.102.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-0.102.ebuild,v 1.1 2003/06/13 15:02:01 agriffis Exp $ + +inherit gnome2 + +DESCRIPTION="PDF viewer for Gnome 2" +HOMEPAGE="http://www.purl.org/NET/gpdf" + +IUSE="" +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="-*" + +RDEPEND=">=gnome-base/libgnomeui-2 + >=gnome-base/ORBit2-2.4.1 + >=gnome-base/libgnomeprint-2.2" + +# These are required by xpdf so I imagine they're also required by +# gpdf which is based on xpdf. +RDEPEND="${RDEPEND} + app-text/ghostscript + >=media-libs/freetype-2.0.5 + >=media-libs/t1lib-1.3" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +DOC="AUTHORS ChangeLog COPYING* MAINTAINERS TODO NEWS README" + +# This is required to build on alpha but it doesn't actually RUN there +# yet. +use alpha && append-flags -fPIC |