diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-18 09:23:26 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-18 09:23:26 +0000 |
commit | b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc (patch) | |
tree | 9094f87cf8b2f32a860f6db2858ecb483462a6a1 /dev-python/libgnomeprint-python | |
parent | Remove old (diff) | |
download | historical-b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc.tar.gz historical-b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc.tar.bz2 historical-b88a11c9750a8f79c8c4e02ebbdcfad0d4486fbc.zip |
Fix slot-deps on gtk+ and other libs, remove old
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'dev-python/libgnomeprint-python')
4 files changed, 17 insertions, 33 deletions
diff --git a/dev-python/libgnomeprint-python/ChangeLog b/dev-python/libgnomeprint-python/ChangeLog index 7eb863de511a..67cf3dbbdc9e 100644 --- a/dev-python/libgnomeprint-python/ChangeLog +++ b/dev-python/libgnomeprint-python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/libgnomeprint-python # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.47 2011/03/12 21:00:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.48 2011/03/18 09:14:30 nirbheek Exp $ + + 18 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -libgnomeprint-python-2.28.0.ebuild, libgnomeprint-python-2.30.2.ebuild, + libgnomeprint-python-2.32.0.ebuild: + Fix slot-deps on gtk+ and other libs, remove old 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> libgnomeprint-python-2.32.0.ebuild: diff --git a/dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild b/dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild deleted file mode 100644 index 722fa8866b55..000000000000 --- a/dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild,v 1.8 2010/09/08 09:32:10 ranger Exp $ - -GCONF_DEBUG="no" -G_PY_PN="gnome-python-desktop" -G_PY_BINDINGS="gnomeprint gnomeprintui" - -inherit gnome-python-common - -DESCRIPTION="Python bindings for GNOME printing support" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="doc examples" - -RDEPEND=">=gnome-base/libgnomeprint-2.2.0 - >=gnome-base/libgnomeprintui-2.2.0 - >=dev-python/libgnomecanvas-python-2.25.90 - !<dev-python/gnome-python-desktop-2.22.0-r10" -DEPEND="${RDEPEND}" - -EXAMPLES="examples/gnomeprint/*" diff --git a/dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild b/dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild index 81eb6e740866..72f2dac3fc79 100644 --- a/dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild +++ b/dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild,v 1.7 2010/10/14 22:31:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild,v 1.8 2011/03/18 09:14:30 nirbheek Exp $ + +EAPI="2" GCONF_DEBUG="no" G_PY_PN="gnome-python-desktop" @@ -14,9 +16,9 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc examples" -RDEPEND=">=gnome-base/libgnomeprint-2.2.0 - >=gnome-base/libgnomeprintui-2.2.0 - >=dev-python/libgnomecanvas-python-2.25.90 +RDEPEND=">=gnome-base/libgnomeprint-2.2.0:2.2 + >=gnome-base/libgnomeprintui-2.2.0:2.2 + >=dev-python/libgnomecanvas-python-2.25.90:2 !<dev-python/gnome-python-desktop-2.22.0-r10" DEPEND="${RDEPEND}" diff --git a/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild b/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild index bb5faf5b052f..52b213fea500 100644 --- a/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild +++ b/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild,v 1.5 2011/03/12 21:00:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.32.0.ebuild,v 1.6 2011/03/18 09:14:30 nirbheek Exp $ EAPI="3" GCONF_DEBUG="no" @@ -18,9 +18,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc examples" -RDEPEND=">=gnome-base/libgnomeprint-2.2.0 - >=gnome-base/libgnomeprintui-2.2.0 - >=dev-python/libgnomecanvas-python-2.25.90 +RDEPEND=">=gnome-base/libgnomeprint-2.2.0:2.2 + >=gnome-base/libgnomeprintui-2.2.0:2.2 + >=dev-python/libgnomecanvas-python-2.25.90:2 !<dev-python/gnome-python-desktop-2.22.0-r10" DEPEND="${RDEPEND}" |