summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-01-17 14:08:47 +0000
committerJustin Lecher <jlec@gentoo.org>2012-01-17 14:08:47 +0000
commit32a60487f8e10819a61427ded8bca2996bf0482e (patch)
treecbd90a956adda6efdd1eab22e3980e80043f774f /net-print/foomatic-gui/foomatic-gui-0.7.9.5.ebuild
parentStable for amd64, wrt bug #398847 (diff)
downloadgentoo-2-32a60487f8e10819a61427ded8bca2996bf0482e.tar.gz
gentoo-2-32a60487f8e10819a61427ded8bca2996bf0482e.tar.bz2
gentoo-2-32a60487f8e10819a61427ded8bca2996bf0482e.zip
Version Bump, should fix CVE-2011-2899, #386279
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-print/foomatic-gui/foomatic-gui-0.7.9.5.ebuild')
-rw-r--r--net-print/foomatic-gui/foomatic-gui-0.7.9.5.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/net-print/foomatic-gui/foomatic-gui-0.7.9.5.ebuild b/net-print/foomatic-gui/foomatic-gui-0.7.9.5.ebuild
new file mode 100644
index 000000000000..bc31bdd18083
--- /dev/null
+++ b/net-print/foomatic-gui/foomatic-gui-0.7.9.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-gui/foomatic-gui-0.7.9.5.ebuild,v 1.1 2012/01/17 14:08:47 jlec Exp $
+
+EAPI="3"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="GNOME interface for configuring the Foomatic printer filter system"
+HOMEPAGE="http://freshmeat.net/projects/foomatic-gui/"
+SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-python/libgnome-python
+ dev-python/pygobject:2
+ dev-python/libbonobo-python
+ dev-python/gnome-vfs-python
+ dev-python/ipy
+ dev-python/pygtk:2
+ dev-python/pywebkitgtk
+ >=dev-python/pyxml-0.8
+ net-print/foomatic-db-engine"
+
+S="${WORKDIR}/${PN}"
+
+PYTHON_MODNAME="foomatic"