diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-14 14:43:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-14 14:43:17 +0000 |
commit | 01d793db76696cfc93370510e39e031ee6692900 (patch) | |
tree | 0980cc3a7700ee132feca4754b76f7dd2cfbd146 /dev-python/libgnomeprint-python | |
parent | Version bump (diff) | |
download | gentoo-2-01d793db76696cfc93370510e39e031ee6692900.tar.gz gentoo-2-01d793db76696cfc93370510e39e031ee6692900.tar.bz2 gentoo-2-01d793db76696cfc93370510e39e031ee6692900.zip |
Add new version for Gnome 2.30
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/libgnomeprint-python')
-rw-r--r-- | dev-python/libgnomeprint-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/libgnomeprint-python/ChangeLog b/dev-python/libgnomeprint-python/ChangeLog index 7923d23e0b64..1f721f1b03ba 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.30 2010/06/11 09:09:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.31 2010/06/14 14:43:17 pacho Exp $ + +*libgnomeprint-python-2.30.2 (14 Jun 2010) + + 14 Jun 2010; Pacho Ramos <pacho@gentoo.org> + +libgnomeprint-python-2.30.2.ebuild: + Add new version for Gnome 2.30. 11 Jun 2010; Pacho Ramos <pacho@gentoo.org> libgnomeprint-python-2.28.0.ebuild: diff --git a/dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild b/dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild new file mode 100644 index 000000000000..7105e3c251d4 --- /dev/null +++ b/dev-python/libgnomeprint-python/libgnomeprint-python-2.30.2.ebuild @@ -0,0 +1,23 @@ +# 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.30.2.ebuild,v 1.1 2010/06/14 14:43:17 pacho 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/*" |