diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-11 16:49:23 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-11 16:49:23 +0000 |
commit | 4081ee861af920c5747ae166858dd2f2b765c0be (patch) | |
tree | f4616c8eb2ce01bfb1a3e8efbe3334ca156cecfd /dev-python/libgnomeprint-python | |
parent | Clean up old revisions. (diff) | |
download | historical-4081ee861af920c5747ae166858dd2f2b765c0be.tar.gz historical-4081ee861af920c5747ae166858dd2f2b765c0be.tar.bz2 historical-4081ee861af920c5747ae166858dd2f2b765c0be.zip |
Clean up old revisions.
Package-Manager: portage-2.2_rc89/cvs/Linux x86_64
Diffstat (limited to 'dev-python/libgnomeprint-python')
-rw-r--r-- | dev-python/libgnomeprint-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/libgnomeprint-python/libgnomeprint-python-2.26.0.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-python/libgnomeprint-python/ChangeLog b/dev-python/libgnomeprint-python/ChangeLog index 280634cf2f61..be8942e66397 100644 --- a/dev-python/libgnomeprint-python/ChangeLog +++ b/dev-python/libgnomeprint-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/libgnomeprint-python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.40 2010/10/10 10:36:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.41 2010/10/11 16:40:05 eva Exp $ + + 11 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> + -libgnomeprint-python-2.26.0.ebuild: + Clean up old revisions. 10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> libgnomeprint-python-2.30.2.ebuild: diff --git a/dev-python/libgnomeprint-python/libgnomeprint-python-2.26.0.ebuild b/dev-python/libgnomeprint-python/libgnomeprint-python-2.26.0.ebuild deleted file mode 100644 index 29e6c558f7f6..000000000000 --- a/dev-python/libgnomeprint-python/libgnomeprint-python-2.26.0.ebuild +++ /dev/null @@ -1,22 +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.26.0.ebuild,v 1.12 2010/07/20 15:27:03 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 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/*" |