summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-13 19:48:29 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-13 19:48:29 +0000
commit4b6ffda67eba9a17be39d6760fa75d3ddf554971 (patch)
tree60ab7f67bb95842c9d78e47e0167cc84f70f5221 /app-text
parentChanged dep for gtk-engines-xfce to use gtk-engines eclass. (diff)
downloadhistorical-4b6ffda67eba9a17be39d6760fa75d3ddf554971.tar.gz
historical-4b6ffda67eba9a17be39d6760fa75d3ddf554971.tar.bz2
historical-4b6ffda67eba9a17be39d6760fa75d3ddf554971.zip
blah blah .. wtf is going on .. i don't even think this should be in portage yet.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gpdf/ChangeLog6
-rw-r--r--app-text/gpdf/Manifest4
-rw-r--r--app-text/gpdf/gpdf-0.102.ebuild16
3 files changed, 13 insertions, 13 deletions
diff --git a/app-text/gpdf/ChangeLog b/app-text/gpdf/ChangeLog
index 330d5649966e..5f6108db1dac 100644
--- a/app-text/gpdf/ChangeLog
+++ b/app-text/gpdf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/gpdf
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/ChangeLog,v 1.1 2003/06/13 15:02:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/ChangeLog,v 1.2 2003/06/13 19:48:21 liquidx Exp $
+
+ 13 Jun 2003; Alastair Tse <liquidx@gentoo.org> gpdf-0.102.ebuild:
+ fixed many b0rkages like multiple RDEPEND defined, using append-flags without
+ inheriting flag-o-matic
*gpdf-0.102 (13 Jun 2003)
diff --git a/app-text/gpdf/Manifest b/app-text/gpdf/Manifest
index 1b69c02d6620..6e85c812e37c 100644
--- a/app-text/gpdf/Manifest
+++ b/app-text/gpdf/Manifest
@@ -1,3 +1,3 @@
-MD5 11aaf68472e0385d393607d5a50d5b33 gpdf-0.102.ebuild 881
-MD5 5c00c0cfdf455120a6ed1caeacd8b477 ChangeLog 370
+MD5 18d75f519270ef6db3a6b98fd6f42fe4 ChangeLog 544
+MD5 679386aa49abdc1c34295244e2b11f4a gpdf-0.102.ebuild 775
MD5 8cc87715353a900c2b646e4129df3e27 files/digest-gpdf-0.102 63
diff --git a/app-text/gpdf/gpdf-0.102.ebuild b/app-text/gpdf/gpdf-0.102.ebuild
index 4ed1a6777b55..4815e7d177fb 100644
--- a/app-text/gpdf/gpdf-0.102.ebuild
+++ b/app-text/gpdf/gpdf-0.102.ebuild
@@ -1,24 +1,20 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-0.102.ebuild,v 1.2 2003/06/13 19:48:21 liquidx Exp $
-inherit gnome2
+inherit flag-o-matic gnome2
DESCRIPTION="PDF viewer for Gnome 2"
HOMEPAGE="http://www.purl.org/NET/gpdf"
IUSE=""
-SLOT="1"
+SLOT="0"
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}
+ >=gnome-base/libgnomeprint-2.2
app-text/ghostscript
>=media-libs/freetype-2.0.5
>=media-libs/t1lib-1.3"
@@ -26,8 +22,8 @@ RDEPEND="${RDEPEND}
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
-DOC="AUTHORS ChangeLog COPYING* MAINTAINERS TODO NEWS README"
+DOCS="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
+#use alpha && append-flags -fPIC