summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-01-24 14:33:09 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-01-24 14:33:09 +0000
commit2f66bb8d4679b2f9164d8b571da094d6365b8a4a (patch)
tree748ce813a72059d407b3d6325560604f499299a6 /dev-python/pygtksourceview
parentAdd new 'dbus' use flag to support dbus extension (diff)
downloadgentoo-2-2f66bb8d4679b2f9164d8b571da094d6365b8a4a.tar.gz
gentoo-2-2f66bb8d4679b2f9164d8b571da094d6365b8a4a.tar.bz2
gentoo-2-2f66bb8d4679b2f9164d8b571da094d6365b8a4a.zip
EAPI bump due to dependency slot pinning. Move DOCS to pkg_setup.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygtksourceview')
-rw-r--r--dev-python/pygtksourceview/ChangeLog8
-rw-r--r--dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild15
2 files changed, 14 insertions, 9 deletions
diff --git a/dev-python/pygtksourceview/ChangeLog b/dev-python/pygtksourceview/ChangeLog
index e0cf9644cb61..776e56d63fe5 100644
--- a/dev-python/pygtksourceview/ChangeLog
+++ b/dev-python/pygtksourceview/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pygtksourceview
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.45 2010/12/13 03:22:16 leio Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.46 2011/01/24 14:33:09 eva Exp $
+
+ 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ pygtksourceview-2.10.1.ebuild:
+ EAPI bump due to dependency slot pinning. Move DOCS to pkg_setup.
13 Dec 2010; Mart Raudsepp <leio@gentoo.org> -pygtksourceview-2.6.0.ebuild,
-pygtksourceview-2.8.0.ebuild, pygtksourceview-2.10.1.ebuild:
diff --git a/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild b/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild
index 671fbf18de6f..d255be0b1a96 100644
--- a/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild
+++ b/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.9 2010/12/13 03:22:16 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.10 2011/01/24 14:33:09 eva Exp $
+
+EAPI="3"
inherit gnome2 flag-o-matic multilib
@@ -12,9 +14,9 @@ SLOT="2"
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="doc"
-RDEPEND=">=dev-python/pygobject-2.15.2
- >=dev-python/pygtk-2.8
- >=x11-libs/gtksourceview-2.9.7"
+RDEPEND=">=dev-python/pygobject-2.15.2:2
+ >=dev-python/pygtk-2.8:2
+ >=x11-libs/gtksourceview-2.9.7:2.0"
DEPEND="${RDEPEND}
doc? (
@@ -24,9 +26,8 @@ DEPEND="${RDEPEND}
>=app-text/docbook-xsl-stylesheets-1.70.1 )
>=dev-util/pkgconfig-0.9"
-DOCS="AUTHORS ChangeLog NEWS README"
-
pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF} $(use_enable doc docs)"
}
# There are no .py files installed, so no python_mod_* are required