diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 23:29:19 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 23:29:19 +0000 |
commit | ad4b3f7154631584feb5f5fa241a0358137d40d3 (patch) | |
tree | 78830f6cd75305a4bcc7d6237c3831f24329210e /dev-python/pygtksourceview | |
parent | New version for GNOME 2.28. (diff) | |
download | gentoo-2-ad4b3f7154631584feb5f5fa241a0358137d40d3.tar.gz gentoo-2-ad4b3f7154631584feb5f5fa241a0358137d40d3.tar.bz2 gentoo-2-ad4b3f7154631584feb5f5fa241a0358137d40d3.zip |
New version for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygtksourceview')
-rw-r--r-- | dev-python/pygtksourceview/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pygtksourceview/pygtksourceview-2.8.0.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/dev-python/pygtksourceview/ChangeLog b/dev-python/pygtksourceview/ChangeLog index c1c3fe94892d..c38d8f0505d1 100644 --- a/dev-python/pygtksourceview/ChangeLog +++ b/dev-python/pygtksourceview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pygtksourceview # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.30 2009/10/24 16:26:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.31 2009/10/29 23:29:19 eva Exp $ + +*pygtksourceview-2.8.0 (29 Oct 2009) + + 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> + +pygtksourceview-2.8.0.ebuild: + New version for GNOME 2.28. 24 Oct 2009; nixnut <nixnut@gentoo.org> pygtksourceview-2.6.0.ebuild: ppc stable #281427 diff --git a/dev-python/pygtksourceview/pygtksourceview-2.8.0.ebuild b/dev-python/pygtksourceview/pygtksourceview-2.8.0.ebuild new file mode 100644 index 000000000000..590ade2fdbf1 --- /dev/null +++ b/dev-python/pygtksourceview/pygtksourceview-2.8.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.8.0.ebuild,v 1.1 2009/10/29 23:29:19 eva Exp $ + +inherit gnome2 flag-o-matic multilib + +DESCRIPTION="GTK+2 bindings for Python" +HOMEPAGE="http://www.pygtk.org/" + +LICENSE="LGPL-2.1" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +RDEPEND=">=dev-python/pygobject-2.15.2 + >=dev-python/pygtk-2.8 + >=x11-libs/gtksourceview-2.8.1" + +DEPEND="${RDEPEND} + doc? ( + >=dev-util/gtk-doc-1.10 + dev-libs/libxslt + ~app-text/docbook-xml-dtd-4.1.2 + >=app-text/docbook-xsl-stylesheets-1.70.1 ) + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="${G2CONF} $(use_enable doc docs)" +} +# There are no .py files installed, so no python_mod_* are required |