diff options
author | Joe McCann <joem@gentoo.org> | 2005-03-09 05:47:16 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-03-09 05:47:16 +0000 |
commit | 97e189ec09ec6545f94f7eae9d63343ec0b1be88 (patch) | |
tree | 63f19ae1614520210e388c04cb891f3377259544 /app-text/gpdf/gpdf-2.10.0.ebuild | |
parent | gnome-2.10 release (diff) | |
download | historical-97e189ec09ec6545f94f7eae9d63343ec0b1be88.tar.gz historical-97e189ec09ec6545f94f7eae9d63343ec0b1be88.tar.bz2 historical-97e189ec09ec6545f94f7eae9d63343ec0b1be88.zip |
gnome-2.10 release
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/gpdf/gpdf-2.10.0.ebuild')
-rw-r--r-- | app-text/gpdf/gpdf-2.10.0.ebuild | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/app-text/gpdf/gpdf-2.10.0.ebuild b/app-text/gpdf/gpdf-2.10.0.ebuild new file mode 100644 index 000000000000..86b3f9824ff2 --- /dev/null +++ b/app-text/gpdf/gpdf-2.10.0.ebuild @@ -0,0 +1,46 @@ +# 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.10.0.ebuild,v 1.1 2005/03/09 05:47:16 joem Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Viewer for Portable Document Format (PDF) files" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.5.4 + >=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*" + +USE_DESTDIR="1" + +src_unpack() { + + unpack ${A} + + cd ${S} + # fix sec vuln (#69662) + epatch ${FILESDIR}/${PN}-xpdf_goo_sizet.patch + # disable the tests, see bug #73882 + sed -i -e "s:test-files::" Makefile.in +} + |