diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-05 11:09:04 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-05 11:09:04 +0000 |
commit | ffde5394a11b79f1ffa90feab899cc3382c0e78a (patch) | |
tree | d639e3beb5bcf1b6410770e07dc8f8d10385459e /net-print/foomatic-gui/foomatic-gui-0.7.5.ebuild | |
parent | remove foomatic and poppler mask (diff) | |
download | gentoo-2-ffde5394a11b79f1ffa90feab899cc3382c0e78a.tar.gz gentoo-2-ffde5394a11b79f1ffa90feab899cc3382c0e78a.tar.bz2 gentoo-2-ffde5394a11b79f1ffa90feab899cc3382c0e78a.zip |
version bump, bug 135613 for sparc and ppc keyword readding
(Portage version: 2.1_rc4-r1)
Diffstat (limited to 'net-print/foomatic-gui/foomatic-gui-0.7.5.ebuild')
-rw-r--r-- | net-print/foomatic-gui/foomatic-gui-0.7.5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-print/foomatic-gui/foomatic-gui-0.7.5.ebuild b/net-print/foomatic-gui/foomatic-gui-0.7.5.ebuild new file mode 100644 index 000000000000..8591e4a136b2 --- /dev/null +++ b/net-print/foomatic-gui/foomatic-gui-0.7.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 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.5.ebuild,v 1.1 2006/06/05 11:09:04 genstef Exp $ + +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 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/python-2.2.2 + >=dev-python/gnome-python-extras-2.10.0 + >=dev-python/pyxml-0.8 + dev-python/ipy + net-print/foomatic-db-engine" +S=${WORKDIR}/${PN} |