diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-05-17 20:10:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-05-17 20:10:49 +0000 |
commit | 1e51f68b86b1b54131fac36ba53c34180cdad95b (patch) | |
tree | 6c6847dd51233be748adfb3970b89aee3a6b4f8b /net-print | |
parent | Bump patchset to fix bug #317217 (diff) | |
download | gentoo-2-1e51f68b86b1b54131fac36ba53c34180cdad95b.tar.gz gentoo-2-1e51f68b86b1b54131fac36ba53c34180cdad95b.tar.bz2 gentoo-2-1e51f68b86b1b54131fac36ba53c34180cdad95b.zip |
Version bump, fix for new Python ABIs #315869
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic-gui/ChangeLog | 9 | ||||
-rw-r--r-- | net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/net-print/foomatic-gui/ChangeLog b/net-print/foomatic-gui/ChangeLog index 839000347e56..588cefe8048a 100644 --- a/net-print/foomatic-gui/ChangeLog +++ b/net-print/foomatic-gui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/foomatic-gui -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-gui/ChangeLog,v 1.10 2006/07/20 08:37:58 genstef Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-gui/ChangeLog,v 1.11 2010/05/17 20:10:49 jlec Exp $ + +*foomatic-gui-0.7.9.2 (17 May 2010) + + 17 May 2010; Justin Lecher <jlec@gentoo.org> +foomatic-gui-0.7.9.2.ebuild: + Version bump, fix for new Python ABIs #315869 20 Jul 2006; Stefan Schweizer <genstef@gentoo.org> -foomatic-gui-0.7.4.16.ebuild: diff --git a/net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild b/net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild new file mode 100644 index 000000000000..1bd0efa9372b --- /dev/null +++ b/net-print/foomatic-gui/foomatic-gui-0.7.9.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 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.2.ebuild,v 1.1 2010/05/17 20:10:49 jlec Exp $ + +SUPPORT_PYTHON_ABIS="1" +PYTHON_DEPEND="*" +PYTHON_MODNAME="foomatic" + +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}+nmu2.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=" + dev-python/ipy + >=dev-python/gnome-python-extras-2.10.0 + >=dev-python/pyxml-0.8 + net-print/foomatic-db-engine" + +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}"/${P}+nmu2 |