summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-10-29 23:24:21 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-10-29 23:24:21 +0000
commit6ca24f5ea182697d97c28c293d0ef9ede1d6361d (patch)
tree18f8046c695814da58768cafed788c4f4dfdf3aa /dev-python/libgnomeprint-python
parentNew version for GNOME 2.28. (diff)
downloadgentoo-2-6ca24f5ea182697d97c28c293d0ef9ede1d6361d.tar.gz
gentoo-2-6ca24f5ea182697d97c28c293d0ef9ede1d6361d.tar.bz2
gentoo-2-6ca24f5ea182697d97c28c293d0ef9ede1d6361d.zip
New version for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/libgnomeprint-python')
-rw-r--r--dev-python/libgnomeprint-python/ChangeLog8
-rw-r--r--dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/libgnomeprint-python/ChangeLog b/dev-python/libgnomeprint-python/ChangeLog
index ac5d5427c660..15e48ec0f56f 100644
--- a/dev-python/libgnomeprint-python/ChangeLog
+++ b/dev-python/libgnomeprint-python/ChangeLog
@@ -1,6 +1,12 @@
# 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.21 2009/10/24 16:28:32 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.22 2009/10/29 23:24:21 eva Exp $
+
+*libgnomeprint-python-2.28.0 (29 Oct 2009)
+
+ 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +libgnomeprint-python-2.28.0.ebuild:
+ New version for GNOME 2.28.
24 Oct 2009; nixnut <nixnut@gentoo.org>
libgnomeprint-python-2.26.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
new file mode 100644
index 000000000000..3fd93c187e39
--- /dev/null
+++ b/dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild
@@ -0,0 +1,23 @@
+# 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.28.0.ebuild,v 1.1 2009/10/29 23:24:21 eva 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 ~hppa ~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/*"