diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-10 21:55:16 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-10 21:55:16 +0000 |
commit | aaab261f16b5c16663e5266f064e1dce904f6fb6 (patch) | |
tree | 313250526fc47a6da6d08e2d3283712fb22429e8 /dev-python/libgnomeprint-python | |
parent | Add mask for the haskell platform (testing). (diff) | |
download | historical-aaab261f16b5c16663e5266f064e1dce904f6fb6.tar.gz historical-aaab261f16b5c16663e5266f064e1dce904f6fb6.tar.bz2 historical-aaab261f16b5c16663e5266f064e1dce904f6fb6.zip |
New version for GNOME 2.26. Clean up old revisions.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-python/libgnomeprint-python')
-rw-r--r-- | dev-python/libgnomeprint-python/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/libgnomeprint-python/libgnomeprint-python-2.22.0.ebuild | 32 | ||||
-rw-r--r-- | dev-python/libgnomeprint-python/libgnomeprint-python-2.26.0.ebuild (renamed from dev-python/libgnomeprint-python/libgnomeprint-python-2.24.0.ebuild) | 6 |
3 files changed, 11 insertions, 36 deletions
diff --git a/dev-python/libgnomeprint-python/ChangeLog b/dev-python/libgnomeprint-python/ChangeLog index 17f3abf11111..3d176f1efc35 100644 --- a/dev-python/libgnomeprint-python/ChangeLog +++ b/dev-python/libgnomeprint-python/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/libgnomeprint-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.16 2009/04/28 11:42:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.17 2009/05/10 21:42:35 eva Exp $ + +*libgnomeprint-python-2.26.0 (10 May 2009) + + 10 May 2009; Gilles Dartiguelongue <eva@gentoo.org> + -libgnomeprint-python-2.22.0.ebuild, -libgnomeprint-python-2.24.0.ebuild, + +libgnomeprint-python-2.26.0.ebuild: + New version for GNOME 2.26. Clean up old revisions. 28 Apr 2009; Raúl Porcel <armin76@gentoo.org> libgnomeprint-python-2.24.1.ebuild: diff --git a/dev-python/libgnomeprint-python/libgnomeprint-python-2.22.0.ebuild b/dev-python/libgnomeprint-python/libgnomeprint-python-2.22.0.ebuild deleted file mode 100644 index 51ecbf0014cd..000000000000 --- a/dev-python/libgnomeprint-python/libgnomeprint-python-2.22.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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.22.0.ebuild,v 1.7 2009/03/27 22:11:09 jer Exp $ - -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 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" -IUSE="doc examples" - -SRC_URI="${SRC_URI} - mirror://gentoo/${G_PY_PN}-${PV}-split.patch.gz" - -RDEPEND=">=gnome-base/libgnomeprint-2.2.0 - >=gnome-base/libgnomeprintui-2.2.0 - >=dev-python/libgnomecanvas-python-2.22.1 - !<dev-python/gnome-python-desktop-2.22.0-r10" -DEPEND="${RDEPEND}" - -EXAMPLES="examples/gnomeprint/*" - -src_unpack() { - gnome-python-common_src_unpack - cd "${S}" - epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch" - eautoreconf -} diff --git a/dev-python/libgnomeprint-python/libgnomeprint-python-2.24.0.ebuild b/dev-python/libgnomeprint-python/libgnomeprint-python-2.26.0.ebuild index 61ada709688a..517cb0a75b4a 100644 --- a/dev-python/libgnomeprint-python/libgnomeprint-python-2.24.0.ebuild +++ b/dev-python/libgnomeprint-python/libgnomeprint-python-2.26.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.24.0.ebuild,v 1.2 2008/10/27 22:49:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.26.0.ebuild,v 1.1 2009/05/10 21:42:35 eva Exp $ G_PY_PN="gnome-python-desktop" G_PY_BINDINGS="gnomeprint gnomeprintui" @@ -15,7 +15,7 @@ IUSE="doc examples" RDEPEND=">=gnome-base/libgnomeprint-2.2.0 >=gnome-base/libgnomeprintui-2.2.0 - >=dev-python/libgnomecanvas-python-2.22.1 + >=dev-python/libgnomecanvas-python-2.25.90 !<dev-python/gnome-python-desktop-2.22.0-r10" DEPEND="${RDEPEND}" |