commit: bc80401f7c97a554e20f07a3c480efa7d792916a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 21:29:18 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 13:51:56 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bc80401f
dev-libs/libpeas: 1.9.0 → 1.10.0
Dropped support for gjs.
---
.../{libpeas-9999.ebuild => libpeas-1.10.0.ebuild} | 23 ++++------------------
dev-libs/libpeas/libpeas-9999.ebuild | 9 +++------
2 files changed, 7 insertions(+), 25 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild
b/dev-libs/libpeas/libpeas-1.10.0.ebuild
similarity index 80%
copy from dev-libs/libpeas/libpeas-9999.ebuild
copy to dev-libs/libpeas/libpeas-1.10.0.ebuild
index 13122ab..5b1dd2e 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -8,28 +8,19 @@ GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit eutils gnome2 multilib python-r1 virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="A GObject plugins library"
HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
LICENSE="LGPL-2+"
SLOT="0"
-IUSE="gjs +gtk glade +python seed"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="+gtk glade +python seed"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-if [[ ${PV} = 9999 ]]; then
- IUSE="${IUSE} doc"
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-fi
RDEPEND="
>=dev-libs/glib-2.32:2
- >=dev-libs/gobject-introspection-0.10.1
- gjs? ( >=dev-libs/gjs-1.37.1 )
+ >=dev-libs/gobject-introspection-1.39
glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-3:3[introspection] )
python? (
@@ -40,14 +31,9 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.11
>=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
virtual/pkgconfig
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND} doc? ( >=dev-util/gtk-doc-1.11 )"
-fi
-
if_use_python_python_foreach_impl() {
if use python; then
python_foreach_impl run_in_build_dir "$@"
@@ -63,7 +49,6 @@ src_prepare() {
src_configure() {
local myconf="
- $(use_enable gjs)
$(use_enable glade glade-catalog)
$(use_enable gtk)
$(use_enable seed)
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild
b/dev-libs/libpeas/libpeas-9999.ebuild
index 13122ab..8845db2 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -17,7 +17,7 @@ HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
LICENSE="LGPL-2+"
SLOT="0"
-IUSE="gjs +gtk glade +python seed"
+IUSE="+gtk glade +python seed"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
@@ -28,8 +28,7 @@ fi
RDEPEND="
>=dev-libs/glib-2.32:2
- >=dev-libs/gobject-introspection-0.10.1
- gjs? ( >=dev-libs/gjs-1.37.1 )
+ >=dev-libs/gobject-introspection-1.39
glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-3:3[introspection] )
python? (
@@ -40,7 +39,6 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.11
>=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
virtual/pkgconfig
"
@@ -63,7 +61,6 @@ src_prepare() {
src_configure() {
local myconf="
- $(use_enable gjs)
$(use_enable glade glade-catalog)
$(use_enable gtk)
$(use_enable seed)