summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-11 16:40:05 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-11 16:40:05 +0000
commit79892064d3f198c36b7abbb486d533ddb140c51a (patch)
tree4c9b2f231e600b86c4ba1b3a0ee69a54f251f5db /dev-python/libgnomeprint-python
parentClean up old revisions. (diff)
downloadgentoo-2-79892064d3f198c36b7abbb486d533ddb140c51a.tar.gz
gentoo-2-79892064d3f198c36b7abbb486d533ddb140c51a.tar.bz2
gentoo-2-79892064d3f198c36b7abbb486d533ddb140c51a.zip
Clean up old revisions.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/libgnomeprint-python')
-rw-r--r--dev-python/libgnomeprint-python/ChangeLog6
-rw-r--r--dev-python/libgnomeprint-python/libgnomeprint-python-2.26.0.ebuild22
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/*"