summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-03-11 00:24:01 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-03-11 00:24:01 +0000
commita2663c08984d24812e502c899d7fe75cdbd90398 (patch)
tree987f1221bff5c71c311c088c3aa6e9294a15ab2e /dev-python/pygtksourceview
parentmask pygtksourceview-2.2 (diff)
downloadgentoo-2-a2663c08984d24812e502c899d7fe75cdbd90398.tar.gz
gentoo-2-a2663c08984d24812e502c899d7fe75cdbd90398.tar.bz2
gentoo-2-a2663c08984d24812e502c899d7fe75cdbd90398.zip
bump to 2.2 (in preparation to gnome 2.22)
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/pygtksourceview')
-rw-r--r--dev-python/pygtksourceview/ChangeLog10
-rw-r--r--dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild (renamed from dev-python/pygtksourceview/pygtksourceview-2.0.0.ebuild)18
2 files changed, 21 insertions, 7 deletions
diff --git a/dev-python/pygtksourceview/ChangeLog b/dev-python/pygtksourceview/ChangeLog
index 983b0c5b2eae..96b8f8940a7b 100644
--- a/dev-python/pygtksourceview/ChangeLog
+++ b/dev-python/pygtksourceview/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pygtksourceview
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.8 2007/11/29 06:00:41 jer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.9 2008/03/11 00:24:01 eva Exp $
+
+*pygtksourceview-2.2.0 (11 Mar 2008)
+
+ 11 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -pygtksourceview-2.0.0.ebuild, +pygtksourceview-2.2.0.ebuild:
+ bump to 2.2.0 (masked) in preparation to gnome 2.22
29 Nov 2007; Jeroen Roovers <jer@gentoo.org>
pygtksourceview-2.0.0-r1.ebuild:
diff --git a/dev-python/pygtksourceview/pygtksourceview-2.0.0.ebuild b/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild
index 6ad1ad35d03c..be9e2081745a 100644
--- a/dev-python/pygtksourceview/pygtksourceview-2.0.0.ebuild
+++ b/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.0.0.ebuild,v 1.2 2007/11/01 17:22:15 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.2.0.ebuild,v 1.1 2008/03/11 00:24:01 eva Exp $
NEED_PYTHON=2.3.5
-inherit gnome2 python flag-o-matic
+inherit gnome2 python flag-o-matic multilib
DESCRIPTION="GTK+2 bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
@@ -14,17 +14,25 @@ SRC_URI="${SRC_URI}"
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.11.3
>=dev-python/pygtk-2.8
- >=x11-libs/gtksourceview-2"
+ >=x11-libs/gtksourceview-2.2"
DEPEND="${RDEPEND}
+ doc? ( dev-libs/libxslt
+ ~app-text/docbook-xml-dtd-4.1.2
+ >=app-text/docbook-xsl-stylesheets-1.70.1 )
>=dev-util/pkgconfig-0.9"
+pkg_setup() {
+ G2CONF="$(use_enable doc docs)"
+}
+
pkg_postinst() {
python_version
- python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/
+ python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/
}
pkg_postrm() {