summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-06-06 13:16:16 +0000
committerMarinus Schraal <foser@gentoo.org>2005-06-06 13:16:16 +0000
commit0f4312770c87b00a86f47048482e02df0c29d57c (patch)
tree95f84019943d34a1a4cc07048c1350362e5886a8 /app-text/gpdf/gpdf-2.8.1-r1.ebuild
parentRemove mask on app-portage/kuroo (#95118). (diff)
downloadhistorical-0f4312770c87b00a86f47048482e02df0c29d57c.tar.gz
historical-0f4312770c87b00a86f47048482e02df0c29d57c.tar.bz2
historical-0f4312770c87b00a86f47048482e02df0c29d57c.zip
repair repair i'm pulling out my hair
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/gpdf/gpdf-2.8.1-r1.ebuild')
-rw-r--r--app-text/gpdf/gpdf-2.8.1-r1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/app-text/gpdf/gpdf-2.8.1-r1.ebuild b/app-text/gpdf/gpdf-2.8.1-r1.ebuild
deleted file mode 100644
index 991626cd790c..000000000000
--- a/app-text/gpdf/gpdf-2.8.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-2.8.1-r1.ebuild,v 1.9 2005/01/01 16:17:22 eradicator Exp $
-
-inherit gnome2 flag-o-matic
-
-DESCRIPTION="Viewer for Portable Document Format (PDF) files"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc alpha sparc hppa amd64 ~ia64 mips"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.3
- >=gnome-base/gconf-2
- >=gnome-base/libgnomeui-2
- >=gnome-base/libbonobo-2.2.1
- >=gnome-base/libbonoboui-2
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libgnomeprint-2.6
- >=gnome-base/libgnomeprintui-2.2
- >=gnome-base/libglade-2"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=dev-util/intltool-0.29
- >=dev-util/pkgconfig-0.12.0"
-
-PROVIDE="virtual/pdfviewer"
-
-DOCS="AUTHORS CHANGES ChangeLog NEWS README*"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- # fix sec vuln (#69662)
- epatch ${FILESDIR}/${PN}-xpdf_goo_sizet.patch
- #fix sec vuln (#75191)
- epatch ${FILESDIR}/${PN}-xpdf-CAN-2004-1125.patch
- # disable the tests, see bug #73882
- sed -i -e "s:test-files::" Makefile.in
-
-}