* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-02-19 8:33 Priit Laes
0 siblings, 0 replies; 24+ messages in thread
From: Priit Laes @ 2011-02-19 8:33 UTC (permalink / raw
To: gentoo-commits
commit: f3b7fd963537562149ffcd09debd75b1b7bb40cc
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sat Feb 19 08:28:38 2011 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sat Feb 19 08:28:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f3b7fd96
dev-libs/libpeas: Bump to 0.7.2
---
.../{libpeas-0.7.1.ebuild => libpeas-0.7.2.ebuild} | 6 +++---
dev-libs/libpeas/libpeas-9999.ebuild | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-0.7.1.ebuild b/dev-libs/libpeas/libpeas-0.7.2.ebuild
similarity index 85%
rename from dev-libs/libpeas/libpeas-0.7.1.ebuild
rename to dev-libs/libpeas/libpeas-0.7.2.ebuild
index 4af670d..d5c0f42 100644
--- a/dev-libs/libpeas/libpeas-0.7.1.ebuild
+++ b/dev-libs/libpeas/libpeas-0.7.2.ebuild
@@ -15,16 +15,16 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gtk python" # seed
+IUSE="doc gtk python" # glade, seed
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
fi
RDEPEND=">=dev-libs/glib-2.23.6:2
- >=dev-libs/gobject-introspection-0.9.6
+ >=dev-libs/gobject-introspection-0.10.1
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
python? ( >=dev-python/pygobject-2.20 )"
DEPEND="${RDEPEND}
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 4af670d..66c2d7a 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gtk python" # seed
+IUSE="doc gtk python" # glade, seed
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
@@ -24,7 +24,7 @@ else
fi
RDEPEND=">=dev-libs/glib-2.23.6:2
- >=dev-libs/gobject-introspection-0.9.6
+ >=dev-libs/gobject-introspection-0.10.1
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
python? ( >=dev-python/pygobject-2.20 )"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-02-23 14:40 Nirbheek Chauhan
0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2011-02-23 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 7369d03cca242b0b265719afc41bb613c4d59ea8
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 14:18:39 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 14:40:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7369d03c
dev-libs/libpeas: 0.7.2 -> 0.7.3, update live
* Add seed support
---
.../{libpeas-0.7.2.ebuild => libpeas-0.7.3.ebuild} | 10 ++++++----
dev-libs/libpeas/libpeas-9999.ebuild | 12 +++++++-----
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-0.7.2.ebuild b/dev-libs/libpeas/libpeas-0.7.3.ebuild
similarity index 83%
rename from dev-libs/libpeas/libpeas-0.7.2.ebuild
rename to dev-libs/libpeas/libpeas-0.7.3.ebuild
index d5c0f42..bc2fe7b 100644
--- a/dev-libs/libpeas/libpeas-0.7.2.ebuild
+++ b/dev-libs/libpeas/libpeas-0.7.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gtk python" # glade, seed
+IUSE="doc gtk python seed" # glade
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
@@ -26,7 +26,8 @@ fi
RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
- python? ( >=dev-python/pygobject-2.20 )"
+ python? ( >=dev-python/pygobject-2.20 )
+ seed? ( >=dev-libs/seed-2.28.0 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
@@ -39,7 +40,8 @@ pkg_setup() {
G2CONF="${G2CONF}
$(use_enable gtk)
$(use_enable python)
+ $(use_enable seed)
+ --disable-static
--disable-maintainer-mode
- --disable-gtk2-test-build
- --disable-seed"
+ --disable-gtk2-test-build"
}
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 66c2d7a..bc2fe7b 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -15,18 +15,19 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gtk python" # glade, seed
+IUSE="doc gtk python seed" # glade
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
fi
RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
- python? ( >=dev-python/pygobject-2.20 )"
+ python? ( >=dev-python/pygobject-2.20 )
+ seed? ( >=dev-libs/seed-2.28.0 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
@@ -39,7 +40,8 @@ pkg_setup() {
G2CONF="${G2CONF}
$(use_enable gtk)
$(use_enable python)
+ $(use_enable seed)
+ --disable-static
--disable-maintainer-mode
- --disable-gtk2-test-build
- --disable-seed"
+ --disable-gtk2-test-build"
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-03-12 3:12 Nirbheek Chauhan
0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2011-03-12 3:12 UTC (permalink / raw
To: gentoo-commits
commit: b3bfb1f0ef02da1a0943e220f76448425bf3e73d
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 03:07:05 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 03:10:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b3bfb1f0
dev-libs/libpeas: 0.7.3 → 0.7.4
---
.../{libpeas-0.7.3.ebuild => libpeas-0.7.4.ebuild} | 15 +++++++++++----
dev-libs/libpeas/libpeas-9999.ebuild | 15 +++++++++++----
2 files changed, 22 insertions(+), 8 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-0.7.3.ebuild b/dev-libs/libpeas/libpeas-0.7.4.ebuild
similarity index 73%
rename from dev-libs/libpeas/libpeas-0.7.3.ebuild
rename to dev-libs/libpeas/libpeas-0.7.4.ebuild
index bc2fe7b..40666a7 100644
--- a/dev-libs/libpeas/libpeas-0.7.3.ebuild
+++ b/dev-libs/libpeas/libpeas-0.7.4.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gtk python seed" # glade
+IUSE="doc gtk python seed vala" # glade
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
@@ -26,13 +26,14 @@ fi
RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
- python? ( >=dev-python/pygobject-2.20 )
+ python? ( >=dev-python/pygobject-2.28 )
seed? ( >=dev-libs/seed-2.28.0 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
>=sys-devel/libtool-2.2.6
- doc? ( >=dev-util/gtk-doc-1.11 )"
+ doc? ( >=dev-util/gtk-doc-1.11 )
+ vala? ( >=dev-lang/vala-0.11.1:0.12 )"
DOCS="AUTHORS ChangeLog NEWS README"
@@ -41,7 +42,13 @@ pkg_setup() {
$(use_enable gtk)
$(use_enable python)
$(use_enable seed)
+ $(use_enable vala)
+ VALAC=$(type -P valac-0.12)
--disable-static
--disable-maintainer-mode
- --disable-gtk2-test-build"
+ --disable-gtk2-test-build
+ --disable-gdb
+ --disable-valgrind
+ --disable-gcov"
+ # What do we do about gdb, valgrind, gcov, etc?
}
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index bc2fe7b..40666a7 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gtk python seed" # glade
+IUSE="doc gtk python seed vala" # glade
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
@@ -26,13 +26,14 @@ fi
RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
- python? ( >=dev-python/pygobject-2.20 )
+ python? ( >=dev-python/pygobject-2.28 )
seed? ( >=dev-libs/seed-2.28.0 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
>=sys-devel/libtool-2.2.6
- doc? ( >=dev-util/gtk-doc-1.11 )"
+ doc? ( >=dev-util/gtk-doc-1.11 )
+ vala? ( >=dev-lang/vala-0.11.1:0.12 )"
DOCS="AUTHORS ChangeLog NEWS README"
@@ -41,7 +42,13 @@ pkg_setup() {
$(use_enable gtk)
$(use_enable python)
$(use_enable seed)
+ $(use_enable vala)
+ VALAC=$(type -P valac-0.12)
--disable-static
--disable-maintainer-mode
- --disable-gtk2-test-build"
+ --disable-gtk2-test-build
+ --disable-gdb
+ --disable-valgrind
+ --disable-gcov"
+ # What do we do about gdb, valgrind, gcov, etc?
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-03-16 21:59 Nirbheek Chauhan
0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2011-03-16 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 7a8ba592ba387badd2a585298a0977bab7bc2fc6
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 21:50:13 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 21:58:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7a8ba592
dev-libs/libpeas: fix bug 359169, partly fix tests
---
dev-libs/libpeas/libpeas-0.7.4.ebuild | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-0.7.4.ebuild b/dev-libs/libpeas/libpeas-0.7.4.ebuild
index 40666a7..08dbcfe 100644
--- a/dev-libs/libpeas/libpeas-0.7.4.ebuild
+++ b/dev-libs/libpeas/libpeas-0.7.4.ebuild
@@ -8,7 +8,7 @@ GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="python? 2:2.5"
WANT_AUTOMAKE="1.11"
-inherit gnome2 python
+inherit gnome2 python virtualx
DESCRIPTION="A GObject plugins library"
HOMEPAGE="http://www.gnome.org/"
@@ -46,9 +46,13 @@ pkg_setup() {
VALAC=$(type -P valac-0.12)
--disable-static
--disable-maintainer-mode
- --disable-gtk2-test-build
- --disable-gdb
- --disable-valgrind
- --disable-gcov"
+ --disable-gtk2-test-build"
+ # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
}
+
+src_test() {
+ # Tests need X
+ # FIXME: Tests fail!
+ Xemake check || die
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-03-25 4:56 Nirbheek Chauhan
0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2011-03-25 4:56 UTC (permalink / raw
To: gentoo-commits
commit: a9d427f8ea130ba3e34a514e684c23e6140157d4
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 04:56:43 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 04:56:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a9d427f8
dev-libs/libpeas: 0.7.4 → 0.9.0
* Tests fail due to a bug involving Xvfb and Gtk.IconTheme
---
.../{libpeas-0.7.4.ebuild => libpeas-0.9.0.ebuild} | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-0.7.4.ebuild b/dev-libs/libpeas/libpeas-0.9.0.ebuild
similarity index 81%
rename from dev-libs/libpeas/libpeas-0.7.4.ebuild
rename to dev-libs/libpeas/libpeas-0.9.0.ebuild
index 08dbcfe..6a4104a 100644
--- a/dev-libs/libpeas/libpeas-0.7.4.ebuild
+++ b/dev-libs/libpeas/libpeas-0.9.0.ebuild
@@ -52,7 +52,12 @@ pkg_setup() {
}
src_test() {
- # Tests need X
- # FIXME: Tests fail!
+ # FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
+ # DO NOT REPORT UPSTREAM, this is not a libpeas bug.
+ # To reproduce:
+ # >>> from gi.repository import Gtk
+ # >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
+ # This should return True, it returns False for Xvfb
Xemake check || die
+
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-04-05 0:57 Nirbheek Chauhan
0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05 0:57 UTC (permalink / raw
To: gentoo-commits
commit: b3d046cbfa503c8d580dc7a28b260df2c206af91
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 19:53:01 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 21:20:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b3d046cb
dev-libs/libpeas: 0.9.0 → 1.0.0
---
.../{libpeas-0.9.0.ebuild => libpeas-1.0.0.ebuild} | 2 +-
dev-libs/libpeas/libpeas-9999.ebuild | 21 ++++++++++++++-----
2 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-0.9.0.ebuild b/dev-libs/libpeas/libpeas-1.0.0.ebuild
similarity index 97%
rename from dev-libs/libpeas/libpeas-0.9.0.ebuild
rename to dev-libs/libpeas/libpeas-1.0.0.ebuild
index 6a4104a..08a34ab 100644
--- a/dev-libs/libpeas/libpeas-0.9.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.0.0.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
python? ( >=dev-python/pygobject-2.28 )
- seed? ( >=dev-libs/seed-2.28.0 )"
+ seed? ( >=dev-libs/seed-2.91.91 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 40666a7..08a34ab 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -8,7 +8,7 @@ GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="python? 2:2.5"
WANT_AUTOMAKE="1.11"
-inherit gnome2 python
+inherit gnome2 python virtualx
DESCRIPTION="A GObject plugins library"
HOMEPAGE="http://www.gnome.org/"
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
python? ( >=dev-python/pygobject-2.28 )
- seed? ( >=dev-libs/seed-2.28.0 )"
+ seed? ( >=dev-libs/seed-2.91.91 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
@@ -46,9 +46,18 @@ pkg_setup() {
VALAC=$(type -P valac-0.12)
--disable-static
--disable-maintainer-mode
- --disable-gtk2-test-build
- --disable-gdb
- --disable-valgrind
- --disable-gcov"
+ --disable-gtk2-test-build"
+ # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
}
+
+src_test() {
+ # FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
+ # DO NOT REPORT UPSTREAM, this is not a libpeas bug.
+ # To reproduce:
+ # >>> from gi.repository import Gtk
+ # >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
+ # This should return True, it returns False for Xvfb
+ Xemake check || die
+
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-04-08 5:29 Nirbheek Chauhan
0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2011-04-08 5:29 UTC (permalink / raw
To: gentoo-commits
commit: 1248975dbe04b7d61305dffefd4ac93c85022125
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 04:49:46 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 04:55:21 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1248975d
dev-libs/libpeas: build gtk+ support by default
---
dev-libs/libpeas/libpeas-1.0.0.ebuild | 2 +-
dev-libs/libpeas/libpeas-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.0.0.ebuild b/dev-libs/libpeas/libpeas-1.0.0.ebuild
index 08a34ab..b8629e0 100644
--- a/dev-libs/libpeas/libpeas-1.0.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.0.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gtk python seed vala" # glade
+IUSE="doc +gtk python seed vala" # glade
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 08a34ab..b8629e0 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gtk python seed vala" # glade
+IUSE="doc +gtk python seed vala" # glade
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
KEYWORDS=""
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-04-10 18:04 Gilles Dartiguelongue
0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-10 18:04 UTC (permalink / raw
To: gentoo-commits
commit: b5cc8f048bc660455cfd33a9a472a72fbb408fde
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 12:11:09 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 18:02:49 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b5cc8f04
dev-libs/libpeas: QAed
* Add glade support
* Drop libtool requirement, it's long been unneeded
* Drop useless WANT_AUTOMAKE
* Need python for tests since pygobject doesn't install for python 3
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
---
dev-libs/libpeas/libpeas-1.0.0.ebuild | 8 +++++---
dev-libs/libpeas/libpeas-9999.ebuild | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.0.0.ebuild b/dev-libs/libpeas/libpeas-1.0.0.ebuild
index 8752b8d..ae70df4 100644
--- a/dev-libs/libpeas/libpeas-1.0.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.0.0.ebuild
@@ -6,7 +6,6 @@ EAPI="3"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="python? 2:2.5"
-WANT_AUTOMAKE="1.11"
inherit gnome2 python virtualx
if [[ ${PV} = 9999 ]]; then
@@ -18,7 +17,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc +gtk python seed vala" # glade
+IUSE="doc +gtk glade python seed vala"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
@@ -27,13 +26,13 @@ fi
RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
+ glade? ( >=dev-util/glade-3.9.1:3 )
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
python? ( >=dev-python/pygobject-2.28 )
seed? ( >=dev-libs/seed-2.91.91 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
- >=sys-devel/libtool-2.2.6
doc? ( >=dev-util/gtk-doc-1.11 )
vala? ( >=dev-lang/vala-0.11.1:0.12 )"
@@ -41,6 +40,7 @@ DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
G2CONF="${G2CONF}
+ $(use_enable glade glade-catalog)
$(use_enable gtk)
$(use_enable python)
$(use_enable seed)
@@ -51,6 +51,8 @@ pkg_setup() {
--disable-gtk2-test-build"
# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
+
+ python_set_active_version 2
}
src_test() {
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 8752b8d..ae70df4 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -6,7 +6,6 @@ EAPI="3"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="python? 2:2.5"
-WANT_AUTOMAKE="1.11"
inherit gnome2 python virtualx
if [[ ${PV} = 9999 ]]; then
@@ -18,7 +17,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc +gtk python seed vala" # glade
+IUSE="doc +gtk glade python seed vala"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
@@ -27,13 +26,13 @@ fi
RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
+ glade? ( >=dev-util/glade-3.9.1:3 )
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
python? ( >=dev-python/pygobject-2.28 )
seed? ( >=dev-libs/seed-2.91.91 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
- >=sys-devel/libtool-2.2.6
doc? ( >=dev-util/gtk-doc-1.11 )
vala? ( >=dev-lang/vala-0.11.1:0.12 )"
@@ -41,6 +40,7 @@ DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
G2CONF="${G2CONF}
+ $(use_enable glade glade-catalog)
$(use_enable gtk)
$(use_enable python)
$(use_enable seed)
@@ -51,6 +51,8 @@ pkg_setup() {
--disable-gtk2-test-build"
# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
+
+ python_set_active_version 2
}
src_test() {
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-06-15 16:06 Nirbheek Chauhan
0 siblings, 0 replies; 24+ messages in thread
From: Nirbheek Chauhan @ 2011-06-15 16:06 UTC (permalink / raw
To: gentoo-commits
commit: cc94d73b762d00d92b10af0086119b1054205d23
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 16:05:17 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 16:05:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cc94d73b
dev-libs/libpeas: fix glade dep
---
dev-libs/libpeas/libpeas-1.0.0.ebuild | 2 +-
dev-libs/libpeas/libpeas-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.0.0.ebuild b/dev-libs/libpeas/libpeas-1.0.0.ebuild
index 92e744e..ff96003 100644
--- a/dev-libs/libpeas/libpeas-1.0.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.0.0.ebuild
@@ -26,7 +26,7 @@ fi
RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
- glade? ( >=dev-util/glade-3.9.1:3 )
+ glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
python? ( >=dev-python/pygobject-2.28:2[introspection] )
seed? ( >=dev-libs/seed-2.91.91 )"
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 92e744e..ff96003 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -26,7 +26,7 @@ fi
RDEPEND=">=dev-libs/glib-2.23.6:2
>=dev-libs/gobject-introspection-0.10.1
- glade? ( >=dev-util/glade-3.9.1:3 )
+ glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
python? ( >=dev-python/pygobject-2.28:2[introspection] )
seed? ( >=dev-libs/seed-2.91.91 )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2011-10-09 21:38 Alexandre Restovtsev
0 siblings, 0 replies; 24+ messages in thread
From: Alexandre Restovtsev @ 2011-10-09 21:38 UTC (permalink / raw
To: gentoo-commits
commit: 31e5e186ce09d8c2230f4a462ee6bdd7653e7e68
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Oct 9 21:02:45 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Oct 9 21:02:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=31e5e186
dev-libs/libpeas: enable python USE flag by default
gtranslator and gedit-plugins want it by default.
---
dev-libs/libpeas/libpeas-1.2.0.ebuild | 2 +-
dev-libs/libpeas/libpeas-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.2.0.ebuild b/dev-libs/libpeas/libpeas-1.2.0.ebuild
index 05f7083..9582642 100644
--- a/dev-libs/libpeas/libpeas-1.2.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.2.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gjs +gtk glade python seed vala"
+IUSE="doc gjs +gtk glade +python seed vala"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 05f7083..9582642 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
-IUSE="doc gjs +gtk glade python seed vala"
+IUSE="doc gjs +gtk glade +python seed vala"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2012-02-27 4:47 Alexandre Restovtsev
0 siblings, 0 replies; 24+ messages in thread
From: Alexandre Restovtsev @ 2012-02-27 4:47 UTC (permalink / raw
To: gentoo-commits
commit: 5629775f58e845fca6302cd5188db6d737c05f5c
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 04:27:11 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 04:33:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5629775f
dev-libs/libpeas: add 1.3.0
Note that gjs support requires an unreleased version of gjs.
---
.../{libpeas-9999.ebuild => libpeas-1.3.0.ebuild} | 17 +++++------------
dev-libs/libpeas/libpeas-9999.ebuild | 6 +++---
2 files changed, 8 insertions(+), 15 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-1.3.0.ebuild
similarity index 82%
copy from dev-libs/libpeas/libpeas-9999.ebuild
copy to dev-libs/libpeas/libpeas-1.3.0.ebuild
index 84eb038..112ce17 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-1.3.0.ebuild
@@ -1,16 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.2.0-r1.ebuild,v 1.2 2011/12/01 17:31:42 darkside Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="python? 2:2.5"
-inherit gnome2 python virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
+inherit eutils gnome2 python virtualx
DESCRIPTION="A GObject plugins library"
HOMEPAGE="http://www.gnome.org/"
@@ -18,15 +15,11 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
IUSE="doc gjs +gtk glade +python seed vala"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
+KEYWORDS="~amd64 ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-RDEPEND=">=dev-libs/glib-2.23.6:2
+RDEPEND=">=dev-libs/glib-2.31.2:2
>=dev-libs/gobject-introspection-0.10.1
- gjs? ( >=dev-libs/gjs-1.29.16 )
+ gjs? ( >=dev-libs/gjs-1.31.11 )
glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
python? ( >=dev-python/pygobject-3.0.0:3 )
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 84eb038..da9276d 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -21,12 +21,12 @@ IUSE="doc gjs +gtk glade +python seed vala"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
fi
-RDEPEND=">=dev-libs/glib-2.23.6:2
+RDEPEND=">=dev-libs/glib-2.31.2:2
>=dev-libs/gobject-introspection-0.10.1
- gjs? ( >=dev-libs/gjs-1.29.16 )
+ gjs? ( >=dev-libs/gjs-1.31.11 )
glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
python? ( >=dev-python/pygobject-3.0.0:3 )
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2012-04-08 16:41 Alexandre Restovtsev
0 siblings, 0 replies; 24+ messages in thread
From: Alexandre Restovtsev @ 2012-04-08 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 44d6ec38bf33a573cf4b4d9f5ec825f1b2d163e2
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 8 16:31:09 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Apr 8 16:39:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=44d6ec38
dev-libs/libpeas: 1.3.0 → 1.4.0 + properly deal with .pyo/.pyc files
---
.../{libpeas-1.3.0.ebuild => libpeas-1.4.0.ebuild} | 30 +++++++++++++++++--
dev-libs/libpeas/libpeas-9999.ebuild | 19 +++++++++++-
2 files changed, 43 insertions(+), 6 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.3.0.ebuild b/dev-libs/libpeas/libpeas-1.4.0.ebuild
similarity index 72%
rename from dev-libs/libpeas/libpeas-1.3.0.ebuild
rename to dev-libs/libpeas/libpeas-1.4.0.ebuild
index 112ce17..48251f2 100644
--- a/dev-libs/libpeas/libpeas-1.3.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.4.0.ebuild
@@ -1,13 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.2.0-r1.ebuild,v 1.2 2011/12/01 17:31:42 darkside Exp $
+# $Header: $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="python? 2:2.5"
-inherit eutils gnome2 python virtualx
+inherit eutils gnome2 multilib python virtualx
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
DESCRIPTION="A GObject plugins library"
HOMEPAGE="http://www.gnome.org/"
@@ -15,7 +18,11 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="LGPL-2"
SLOT="0"
IUSE="doc gjs +gtk glade +python seed vala"
-KEYWORDS="~amd64 ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+fi
RDEPEND=">=dev-libs/glib-2.31.2:2
>=dev-libs/gobject-introspection-0.10.1
@@ -50,6 +57,11 @@ pkg_setup() {
python_pkg_setup
}
+src_prepare() {
+ use python && python_clean_py-compile_files
+ gnome2_src_prepare
+}
+
src_test() {
# FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
# DO NOT REPORT UPSTREAM, this is not a libpeas bug.
@@ -59,3 +71,13 @@ src_test() {
# This should return True, it returns False for Xvfb
Xemake check
}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ use python && python_mod_optimize /usr/$(get_libdir)/peas-demo
+}
+
+pkg_postrm() {
+ gnome2_pkg_postrm
+ use python && python_mod_cleanup /usr/$(get_libdir)/peas-demo
+}
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index da9276d..48251f2 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -7,7 +7,7 @@ GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="python? 2:2.5"
-inherit gnome2 python virtualx
+inherit eutils gnome2 multilib python virtualx
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -57,6 +57,11 @@ pkg_setup() {
python_pkg_setup
}
+src_prepare() {
+ use python && python_clean_py-compile_files
+ gnome2_src_prepare
+}
+
src_test() {
# FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
# DO NOT REPORT UPSTREAM, this is not a libpeas bug.
@@ -66,3 +71,13 @@ src_test() {
# This should return True, it returns False for Xvfb
Xemake check
}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ use python && python_mod_optimize /usr/$(get_libdir)/peas-demo
+}
+
+pkg_postrm() {
+ gnome2_pkg_postrm
+ use python && python_mod_cleanup /usr/$(get_libdir)/peas-demo
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2012-12-17 11:12 Alexandre Rostovtsev
0 siblings, 0 replies; 24+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-17 11:12 UTC (permalink / raw
To: gentoo-commits
commit: e5abedb0c08db89212b1351ba32ad4fd4ee87625
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 17 11:05:56 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Dec 17 11:05:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e5abedb0
dev-libs/libpeas: sync with gx86
Update to EAPI5 and python-single-r1.eclass. Vala support is gone.
---
dev-libs/libpeas/libpeas-9999.ebuild | 53 +++++++++++++--------------------
dev-libs/libpeas/metadata.xml | 14 +++++++++
2 files changed, 35 insertions(+), 32 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 48251f2..16a6b5d 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -2,63 +2,62 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-PYTHON_DEPEND="python? 2:2.5"
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit eutils gnome2 multilib python virtualx
+inherit eutils gnome2 multilib python-single-r1 virtualx
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
DESCRIPTION="A GObject plugins library"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
SLOT="0"
-IUSE="doc gjs +gtk glade +python seed vala"
+IUSE="gjs +gtk glade +python seed"
if [[ ${PV} = 9999 ]]; then
+ IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
fi
-RDEPEND=">=dev-libs/glib-2.31.2:2
+RDEPEND=">=dev-libs/glib-2.32:2
>=dev-libs/gobject-introspection-0.10.1
gjs? ( >=dev-libs/gjs-1.31.11 )
glade? ( >=dev-util/glade-3.9.1:3.10 )
- gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
- python? ( >=dev-python/pygobject-3.0.0:3 )
+ gtk? ( >=x11-libs/gtk+-3:3[introspection] )
+ python? (
+ ${PYTHON_DEPS}
+ >=dev-python/pygobject-3.0.0:3[${PYTHON_USEDEP}] )
seed? ( >=dev-libs/seed-2.91.91 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17
- doc? ( >=dev-util/gtk-doc-1.11 )
- vala? ( >=dev-lang/vala-0.11.1:0.12 )"
+ >=sys-devel/gettext-0.17"
-DOCS="AUTHORS ChangeLog NEWS README"
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND} doc? ( >=dev-util/gtk-doc-1.11 )"
+fi
pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
G2CONF="${G2CONF}
$(use_enable gjs)
$(use_enable glade glade-catalog)
$(use_enable gtk)
$(use_enable python)
$(use_enable seed)
- $(use_enable vala)
- VALAC=$(type -P valac-0.12)
--disable-deprecation
--disable-static"
# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- use python && python_clean_py-compile_files
gnome2_src_prepare
}
@@ -71,13 +70,3 @@ src_test() {
# This should return True, it returns False for Xvfb
Xemake check
}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- use python && python_mod_optimize /usr/$(get_libdir)/peas-demo
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- use python && python_mod_cleanup /usr/$(get_libdir)/peas-demo
-}
diff --git a/dev-libs/libpeas/metadata.xml b/dev-libs/libpeas/metadata.xml
new file mode 100644
index 0000000..44e6eeb
--- /dev/null
+++ b/dev-libs/libpeas/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <use>
+ <flag name="gjs">Build support for loading JavaScript plugins using
+ <pkg>dev-libs/gjs</pkg></flag>
+ <flag name="glade">Install the glade catalog</flag>
+ <flag name="python">Build support for loading <pkg>dev-lang/python</pkg>
+ plugins</flag>
+ <flag name="seed">Build support for loading JavaScript plugins using
+ <pkg>dev-libs/seed</pkg></flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2013-11-25 23:15 Gilles Dartiguelongue
0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-25 23:15 UTC (permalink / raw
To: gentoo-commits
commit: 9bb6c5f514c7182e2aa6763f7bef812e625f45b6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 22:36:25 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 23:12:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9bb6c5f5
dev-libs/libpeas: 1.8.1 → 1.9.0
---
dev-libs/libpeas/libpeas-1.9.0.ebuild | 93 +++++++++++++++++++++++++++++++++++
dev-libs/libpeas/libpeas-9999.ebuild | 61 +++++++++++++++++------
2 files changed, 140 insertions(+), 14 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.9.0.ebuild b/dev-libs/libpeas/libpeas-1.9.0.ebuild
new file mode 100644
index 0000000..96d5b7e
--- /dev/null
+++ b/dev-libs/libpeas/libpeas-1.9.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+
+inherit eutils gnome2 multilib python-r1 virtualx
+
+DESCRIPTION="A GObject plugins library"
+HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="gjs +gtk glade +python seed"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+ >=dev-libs/glib-2.32:2
+ >=dev-libs/gobject-introspection-0.10.1
+ gjs? ( >=dev-libs/gjs-1.37.1 )
+ glade? ( >=dev-util/glade-3.9.1:3.10 )
+ gtk? ( >=x11-libs/gtk+-3:3[introspection] )
+ python? (
+ ${PYTHON_DEPS}
+ >=dev-python/pygobject-3.0.0:3[${PYTHON_USEDEP}] )
+ seed? ( >=dev-libs/seed-2.91.91 )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.11
+ >=dev-util/intltool-0.40
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+if_use_python_python_foreach_impl() {
+ if use python; then
+ python_foreach_impl run_in_build_dir "$@"
+ else
+ "$@"
+ fi
+}
+
+src_prepare() {
+ use python && python_copy_sources
+ if_use_python_python_foreach_impl gnome2_src_prepare
+}
+
+src_configure() {
+ local myconf="
+ $(use_enable gjs)
+ $(use_enable glade glade-catalog)
+ $(use_enable gtk)
+ $(use_enable seed)
+ --disable-deprecation
+ --disable-static"
+ # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
+ # What do we do about gdb, valgrind, gcov, etc?
+
+ configuration() {
+ local myconf="$@"
+ [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config-${EPYTHON#python}"
+ [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config-${EPYTHON#python}"
+ gnome2_src_configure ${myconf}
+ }
+
+ if use python; then
+ python_foreach_impl run_in_build_dir configuration ${myconf}
+ else
+ gnome2_src_configure ${myconf}
+ fi
+}
+
+src_compile() {
+ if_use_python_python_foreach_impl gnome2_src_compile
+}
+
+src_install() {
+ if_use_python_python_foreach_impl gnome2_src_install
+}
+
+src_test() {
+ # FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
+ # DO NOT REPORT UPSTREAM, this is not a libpeas bug.
+ # To reproduce:
+ # >>> from gi.repository import Gtk
+ # >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
+ # This should return True, it returns False for Xvfb
+ if_use_python_python_foreach_impl Xemake check
+}
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 16a6b5d..13122ab 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-inherit eutils gnome2 multilib python-single-r1 virtualx
+inherit eutils gnome2 multilib python-r1 virtualx
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -18,47 +18,80 @@ HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
LICENSE="LGPL-2+"
SLOT="0"
IUSE="gjs +gtk glade +python seed"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+ 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
+RDEPEND="
+ >=dev-libs/glib-2.32:2
>=dev-libs/gobject-introspection-0.10.1
- gjs? ( >=dev-libs/gjs-1.31.11 )
+ gjs? ( >=dev-libs/gjs-1.37.1 )
glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-3:3[introspection] )
python? (
${PYTHON_DEPS}
>=dev-python/pygobject-3.0.0:3[${PYTHON_USEDEP}] )
- seed? ( >=dev-libs/seed-2.91.91 )"
+ seed? ( >=dev-libs/seed-2.91.91 )
+"
DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.11
>=dev-util/intltool-0.40
- >=sys-devel/gettext-0.17"
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
if [[ ${PV} = 9999 ]]; then
DEPEND="${DEPEND} doc? ( >=dev-util/gtk-doc-1.11 )"
fi
-pkg_setup() {
- use python && python-single-r1_pkg_setup
+if_use_python_python_foreach_impl() {
+ if use python; then
+ python_foreach_impl run_in_build_dir "$@"
+ else
+ "$@"
+ fi
}
src_prepare() {
- G2CONF="${G2CONF}
+ use python && python_copy_sources
+ if_use_python_python_foreach_impl gnome2_src_prepare
+}
+
+src_configure() {
+ local myconf="
$(use_enable gjs)
$(use_enable glade glade-catalog)
$(use_enable gtk)
- $(use_enable python)
$(use_enable seed)
--disable-deprecation
--disable-static"
# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
- gnome2_src_prepare
+ configuration() {
+ local myconf="$@"
+ [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config-${EPYTHON#python}"
+ [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config-${EPYTHON#python}"
+ gnome2_src_configure ${myconf}
+ }
+
+ if use python; then
+ python_foreach_impl run_in_build_dir configuration ${myconf}
+ else
+ gnome2_src_configure ${myconf}
+ fi
+}
+
+src_compile() {
+ if_use_python_python_foreach_impl gnome2_src_compile
+}
+
+src_install() {
+ if_use_python_python_foreach_impl gnome2_src_install
}
src_test() {
@@ -68,5 +101,5 @@ src_test() {
# >>> from gi.repository import Gtk
# >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
# This should return True, it returns False for Xvfb
- Xemake check
+ if_use_python_python_foreach_impl Xemake check
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2014-04-20 13:54 Gilles Dartiguelongue
0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 13:54 UTC (permalink / raw
To: gentoo-commits
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)
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2014-10-11 16:43 Gilles Dartiguelongue
0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-11 16:43 UTC (permalink / raw
To: gentoo-commits
commit: c14d8780cbc72a6c2d882ab2210e5f9c22174855
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 16:16:29 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 16:16:29 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c14d8780
dev-libs/libpeas: 1.10.1 → 1.12.1
---
dev-libs/libpeas/{libpeas-1.10.0.ebuild => libpeas-1.12.1.ebuild} | 6 +++---
dev-libs/libpeas/libpeas-9999.ebuild | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.10.0.ebuild b/dev-libs/libpeas/libpeas-1.12.1.ebuild
similarity index 92%
rename from dev-libs/libpeas/libpeas-1.10.0.ebuild
rename to dev-libs/libpeas/libpeas-1.12.1.ebuild
index 5b1dd2e..22f8c3a 100644
--- a/dev-libs/libpeas/libpeas-1.10.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.12.1.ebuild
@@ -7,7 +7,7 @@ GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-inherit eutils gnome2 multilib python-r1 virtualx
+inherit gnome2 multilib python-r1 virtualx
DESCRIPTION="A GObject plugins library"
HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
@@ -59,8 +59,8 @@ src_configure() {
configuration() {
local myconf="$@"
- [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config-${EPYTHON#python}"
- [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config-${EPYTHON#python}"
+ [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config"
+ [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config"
gnome2_src_configure ${myconf}
}
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 8845db2..3de7afe 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -71,8 +71,8 @@ src_configure() {
configuration() {
local myconf="$@"
- [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config-${EPYTHON#python}"
- [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config-${EPYTHON#python}"
+ [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config"
+ [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config"
gnome2_src_configure ${myconf}
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2014-10-27 0:04 Gilles Dartiguelongue
0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-27 0:04 UTC (permalink / raw
To: gentoo-commits
commit: 3b0e4039bc6d56a5c845c87a4782c71e6dcd1772
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 23:43:21 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 23:43:21 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3b0e4039
dev-libs/libpeas: clean up metadata.xml
---
dev-libs/libpeas/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-libs/libpeas/metadata.xml b/dev-libs/libpeas/metadata.xml
index 44e6eeb..cc3500e 100644
--- a/dev-libs/libpeas/metadata.xml
+++ b/dev-libs/libpeas/metadata.xml
@@ -3,8 +3,6 @@
<pkgmetadata>
<herd>gnome</herd>
<use>
- <flag name="gjs">Build support for loading JavaScript plugins using
- <pkg>dev-libs/gjs</pkg></flag>
<flag name="glade">Install the glade catalog</flag>
<flag name="python">Build support for loading <pkg>dev-lang/python</pkg>
plugins</flag>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2014-11-23 13:07 Remi Cardona
0 siblings, 0 replies; 24+ messages in thread
From: Remi Cardona @ 2014-11-23 13:07 UTC (permalink / raw
To: gentoo-commits
commit: e57738d1495599499d7b01f7d07220a1c74cfa7e
Author: Rémi Cardona <remi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 08:55:18 2014 +0000
Commit: Remi Cardona <remi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 08:55:18 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e57738d1
dev-libs/libpeas: remove support for old pythons, remove unused eutils eclass
The eutils eclass was dropped from the non-live ebuild during the last
major bump.
The python versions are now masked in portage.
---
dev-libs/libpeas/libpeas-1.12.1.ebuild | 2 +-
dev-libs/libpeas/libpeas-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.12.1.ebuild b/dev-libs/libpeas/libpeas-1.12.1.ebuild
index 22f8c3a..3fc2a32 100644
--- a/dev-libs/libpeas/libpeas-1.12.1.ebuild
+++ b/dev-libs/libpeas/libpeas-1.12.1.ebuild
@@ -5,7 +5,7 @@
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit gnome2 multilib python-r1 virtualx
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 3de7afe..514c3df 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -5,9 +5,9 @@
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-inherit eutils gnome2 multilib python-r1 virtualx
+inherit gnome2 multilib python-r1 virtualx
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2014-11-25 21:08 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2014-11-25 21:08 UTC (permalink / raw
To: gentoo-commits
commit: fa061778caa5581ae0fd8fb2a4e90aa24667254d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 25 21:08:27 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 25 21:08:27 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fa061778
dev-libs/libpeas: enforce at most one Python 3.* version
Force only one Python 3.* version being enabled for the library
design allows for only one Python 3 plugin loader. The remaining
implementations were silently discarded and could have caused
issues for reverse dependencies.
Package-Manager: portage-2.2.14
Manifest-Sign-Key: EFB4464E!
---
dev-libs/libpeas/libpeas-1.12.1.ebuild | 2 +-
dev-libs/libpeas/libpeas-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.12.1.ebuild b/dev-libs/libpeas/libpeas-1.12.1.ebuild
index 3fc2a32..ccacf2e 100644
--- a/dev-libs/libpeas/libpeas-1.12.1.ebuild
+++ b/dev-libs/libpeas/libpeas-1.12.1.ebuild
@@ -16,7 +16,7 @@ LICENSE="LGPL-2+"
SLOT="0"
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} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ?? ( $(python_gen_useflags 'python3*') ) )"
RDEPEND="
>=dev-libs/glib-2.32:2
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 514c3df..ed81c96 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
LICENSE="LGPL-2+"
SLOT="0"
IUSE="+gtk glade +python seed"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ?? ( $(python_gen_useflags 'python3*') ) )"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2014-11-25 22:07 Michał Górny
0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2014-11-25 22:07 UTC (permalink / raw
To: gentoo-commits
commit: 6f9dc03814c38c48464696d53c168b4b287d3272
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 25 22:07:28 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 25 22:07:28 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6f9dc038
dev-libs/libpeas: simplify multi-Python impl support
Simplify the multi-Python implementation support to reuse the upstream
build system. We can't properly support plugins for more than one
version of Python 2 and more than one version of Python 3 anyway, so no
point in wrapping the build to pretend supporting more.
Package-Manager: portage-2.2.14
Manifest-Sign-Key: EFB4464E!
---
dev-libs/libpeas/libpeas-1.12.1.ebuild | 52 ++++++++++++----------------------
dev-libs/libpeas/libpeas-9999.ebuild | 52 ++++++++++++----------------------
2 files changed, 36 insertions(+), 68 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.12.1.ebuild b/dev-libs/libpeas/libpeas-1.12.1.ebuild
index ccacf2e..8d5a6c1 100644
--- a/dev-libs/libpeas/libpeas-1.12.1.ebuild
+++ b/dev-libs/libpeas/libpeas-1.12.1.ebuild
@@ -34,49 +34,33 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-if_use_python_python_foreach_impl() {
- if use python; then
- python_foreach_impl run_in_build_dir "$@"
- else
- "$@"
- fi
-}
-
-src_prepare() {
- use python && python_copy_sources
- if_use_python_python_foreach_impl gnome2_src_prepare
-}
-
src_configure() {
- local myconf="
+ local myconf=(
$(use_enable glade glade-catalog)
$(use_enable gtk)
$(use_enable seed)
--disable-deprecation
- --disable-static"
+ --disable-static
+
+ # possibly overriden below
+ --disable-python{2,3}
+ )
# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
- configuration() {
- local myconf="$@"
- [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config"
- [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config"
- gnome2_src_configure ${myconf}
+ python_configure() {
+ local v
+ python_is_python3 && v=3 || v=2
+ myconf+=(
+ "--enable-python${v}"
+ # it is just 'PYTHON' for py3 in the build system
+ "PYTHON${v#3}=${PYTHON}"
+ "PYTHON${v}_CONFIG=${PYTHON}-config"
+ )
}
+ use python && python_foreach_impl python_configure
- if use python; then
- python_foreach_impl run_in_build_dir configuration ${myconf}
- else
- gnome2_src_configure ${myconf}
- fi
-}
-
-src_compile() {
- if_use_python_python_foreach_impl gnome2_src_compile
-}
-
-src_install() {
- if_use_python_python_foreach_impl gnome2_src_install
+ gnome2_src_configure "${myconf[@]}"
}
src_test() {
@@ -86,5 +70,5 @@ src_test() {
# >>> from gi.repository import Gtk
# >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
# This should return True, it returns False for Xvfb
- if_use_python_python_foreach_impl Xemake check
+ Xemake check
}
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index ed81c96..0a8665d 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -46,49 +46,33 @@ 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 "$@"
- else
- "$@"
- fi
-}
-
-src_prepare() {
- use python && python_copy_sources
- if_use_python_python_foreach_impl gnome2_src_prepare
-}
-
src_configure() {
- local myconf="
+ local myconf=(
$(use_enable glade glade-catalog)
$(use_enable gtk)
$(use_enable seed)
--disable-deprecation
- --disable-static"
+ --disable-static
+
+ # possibly overriden below
+ --disable-python{2,3}
+ )
# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
- configuration() {
- local myconf="$@"
- [[ ${EPYTHON} == python2* ]] && myconf+=" --enable-python2 --disable-python3 PYTHON2_CONFIG=/usr/bin/python-config"
- [[ ${EPYTHON} == python3* ]] && myconf+=" --enable-python3 --disable-python2 PYTHON3_CONFIG=/usr/bin/python-config"
- gnome2_src_configure ${myconf}
+ python_configure() {
+ local v
+ python_is_python3 && v=3 || v=2
+ myconf+=(
+ "--enable-python${v}"
+ # it is just 'PYTHON' for py3 in the build system
+ "PYTHON${v#3}=${PYTHON}"
+ "PYTHON${v}_CONFIG=${PYTHON}-config"
+ )
}
+ use python && python_foreach_impl python_configure
- if use python; then
- python_foreach_impl run_in_build_dir configuration ${myconf}
- else
- gnome2_src_configure ${myconf}
- fi
-}
-
-src_compile() {
- if_use_python_python_foreach_impl gnome2_src_compile
-}
-
-src_install() {
- if_use_python_python_foreach_impl gnome2_src_install
+ gnome2_src_configure "${myconf[@]}"
}
src_test() {
@@ -98,5 +82,5 @@ src_test() {
# >>> from gi.repository import Gtk
# >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
# This should return True, it returns False for Xvfb
- if_use_python_python_foreach_impl Xemake check
+ Xemake check
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2014-12-22 21:10 Gilles Dartiguelongue
0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 21:10 UTC (permalink / raw
To: gentoo-commits
commit: 0e6d1bd8cda60be439523ba5ba41552ad62b8ac6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 18:24:10 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 18:24:10 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0e6d1bd8
dev-libs/libpeas: moved to gentoo-x86
---
dev-libs/libpeas/libpeas-1.12.1.ebuild | 74 ----------------------------------
1 file changed, 74 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.12.1.ebuild b/dev-libs/libpeas/libpeas-1.12.1.ebuild
deleted file mode 100644
index 8d5a6c1..0000000
--- a/dev-libs/libpeas/libpeas-1.12.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit gnome2 multilib python-r1 virtualx
-
-DESCRIPTION="A GObject plugins library"
-HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-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} ?? ( $(python_gen_useflags 'python3*') ) )"
-
-RDEPEND="
- >=dev-libs/glib-2.32:2
- >=dev-libs/gobject-introspection-1.39
- glade? ( >=dev-util/glade-3.9.1:3.10 )
- gtk? ( >=x11-libs/gtk+-3:3[introspection] )
- python? (
- ${PYTHON_DEPS}
- >=dev-python/pygobject-3.0.0:3[${PYTHON_USEDEP}] )
- seed? ( >=dev-libs/seed-2.91.91 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.11
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-src_configure() {
- local myconf=(
- $(use_enable glade glade-catalog)
- $(use_enable gtk)
- $(use_enable seed)
- --disable-deprecation
- --disable-static
-
- # possibly overriden below
- --disable-python{2,3}
- )
- # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
- # What do we do about gdb, valgrind, gcov, etc?
-
- python_configure() {
- local v
- python_is_python3 && v=3 || v=2
- myconf+=(
- "--enable-python${v}"
- # it is just 'PYTHON' for py3 in the build system
- "PYTHON${v#3}=${PYTHON}"
- "PYTHON${v}_CONFIG=${PYTHON}-config"
- )
- }
- use python && python_foreach_impl python_configure
-
- gnome2_src_configure "${myconf[@]}"
-}
-
-src_test() {
- # FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
- # DO NOT REPORT UPSTREAM, this is not a libpeas bug.
- # To reproduce:
- # >>> from gi.repository import Gtk
- # >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
- # This should return True, it returns False for Xvfb
- Xemake check
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2015-05-10 17:20 Gilles Dartiguelongue
0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-10 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 2bbedc7f3e2f2e5c4711b17c334a58a902bf244c
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 15:54:58 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 10 15:57:16 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2bbedc7f
dev-libs/libpeas: 1.12.1-r1 → 1.14.0
.../{libpeas-9999.ebuild => libpeas-1.14.0.ebuild} | 44 +++++++++++-----------
dev-libs/libpeas/libpeas-9999.ebuild | 30 ++++++++++-----
2 files changed, 41 insertions(+), 33 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-1.14.0.ebuild
similarity index 73%
copy from dev-libs/libpeas/libpeas-9999.ebuild
copy to dev-libs/libpeas/libpeas-1.14.0.ebuild
index 0a8665d..c5edaf4 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-1.14.0.ebuild
@@ -1,40 +1,34 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit 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="+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 jit lua +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ?? ( $(python_gen_useflags 'python3*') ) )"
-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/glib-2.38:2
>=dev-libs/gobject-introspection-1.39
glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-3:3[introspection] )
+ lua? (
+ dev-lua/lgi
+ jit? ( >=dev-lang/luajit-2 )
+ !jit? ( >=dev-lang/lua-5.1 ) )
python? (
${PYTHON_DEPS}
- >=dev-python/pygobject-3.0.0:3[${PYTHON_USEDEP}] )
- seed? ( >=dev-libs/seed-2.91.91 )
+ >=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.11
@@ -42,23 +36,27 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND} doc? ( >=dev-util/gtk-doc-1.11 )"
-fi
-
src_configure() {
+ # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
+ # What do we do about gdb, valgrind, gcov, etc?
local myconf=(
$(use_enable glade glade-catalog)
$(use_enable gtk)
- $(use_enable seed)
- --disable-deprecation
--disable-static
# possibly overriden below
--disable-python{2,3}
+ --disable-lua5.1
+ --disable-luajit
)
- # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
- # What do we do about gdb, valgrind, gcov, etc?
+
+ if use lua ; then
+ if use jit ; then
+ myconf+=( --enable-luajit )
+ else
+ myconf+=( --enable-lua5.1 )
+ fi
+ fi
python_configure() {
local v
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 0a8665d..7f4aaeb 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit gnome2 multilib python-r1 virtualx
@@ -17,7 +16,7 @@ HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
LICENSE="LGPL-2+"
SLOT="0"
-IUSE="+gtk glade +python seed"
+IUSE="+gtk glade jit lua +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ?? ( $(python_gen_useflags 'python3*') ) )"
if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
@@ -27,14 +26,17 @@ else
fi
RDEPEND="
- >=dev-libs/glib-2.32:2
+ >=dev-libs/glib-2.38:2
>=dev-libs/gobject-introspection-1.39
glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-3:3[introspection] )
+ lua? (
+ dev-lua/lgi
+ jit? ( >=dev-lang/luajit-2 )
+ !jit? ( >=dev-lang/lua-5.1 ) )
python? (
${PYTHON_DEPS}
- >=dev-python/pygobject-3.0.0:3[${PYTHON_USEDEP}] )
- seed? ( >=dev-libs/seed-2.91.91 )
+ >=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.11
@@ -47,18 +49,26 @@ if [[ ${PV} = 9999 ]]; then
fi
src_configure() {
+ # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
+ # What do we do about gdb, valgrind, gcov, etc?
local myconf=(
$(use_enable glade glade-catalog)
$(use_enable gtk)
- $(use_enable seed)
- --disable-deprecation
--disable-static
# possibly overriden below
--disable-python{2,3}
+ --disable-lua5.1
+ --disable-luajit
)
- # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
- # What do we do about gdb, valgrind, gcov, etc?
+
+ if use lua ; then
+ if use jit ; then
+ myconf+=( --enable-luajit )
+ else
+ myconf+=( --enable-lua5.1 )
+ fi
+ fi
python_configure() {
local v
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2015-05-14 22:50 Gilles Dartiguelongue
0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-14 22:50 UTC (permalink / raw
To: gentoo-commits
commit: fbe2c1e8ef10a4707580711b64ae3525746c3bd8
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 22:35:19 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 14 22:37:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fbe2c1e8
dev-libs/libpeas: fix repoman warnings
dev-libs/libpeas/libpeas-1.14.0.ebuild | 4 ++--
dev-libs/libpeas/libpeas-9999.ebuild | 4 ++--
dev-libs/libpeas/metadata.xml | 2 --
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.14.0.ebuild b/dev-libs/libpeas/libpeas-1.14.0.ebuild
index c5edaf4..97b7a42 100644
--- a/dev-libs/libpeas/libpeas-1.14.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.14.0.ebuild
@@ -24,8 +24,8 @@ RDEPEND="
gtk? ( >=x11-libs/gtk+-3:3[introspection] )
lua? (
dev-lua/lgi
- jit? ( >=dev-lang/luajit-2 )
- !jit? ( >=dev-lang/lua-5.1 ) )
+ jit? ( >=dev-lang/luajit-2:2 )
+ !jit? ( >=dev-lang/lua-5.1:0 ) )
python? (
${PYTHON_DEPS}
>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )
diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index 7f4aaeb..1205c8c 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -32,8 +32,8 @@ RDEPEND="
gtk? ( >=x11-libs/gtk+-3:3[introspection] )
lua? (
dev-lua/lgi
- jit? ( >=dev-lang/luajit-2 )
- !jit? ( >=dev-lang/lua-5.1 ) )
+ jit? ( >=dev-lang/luajit-2:2 )
+ !jit? ( >=dev-lang/lua-5.1:0 ) )
python? (
${PYTHON_DEPS}
>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )
diff --git a/dev-libs/libpeas/metadata.xml b/dev-libs/libpeas/metadata.xml
index cc3500e..1ee0353 100644
--- a/dev-libs/libpeas/metadata.xml
+++ b/dev-libs/libpeas/metadata.xml
@@ -6,7 +6,5 @@
<flag name="glade">Install the glade catalog</flag>
<flag name="python">Build support for loading <pkg>dev-lang/python</pkg>
plugins</flag>
- <flag name="seed">Build support for loading JavaScript plugins using
- <pkg>dev-libs/seed</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
@ 2015-06-09 13:49 Gilles Dartiguelongue
0 siblings, 0 replies; 24+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-09 13:49 UTC (permalink / raw
To: gentoo-commits
commit: 9b8b28bc5b03204e34ba039865ea96723ca5fb4e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 11:03:37 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 13:48:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9b8b28bc
dev-libs/libpeas: moved to gentoo-x86
dev-libs/libpeas/libpeas-1.14.0.ebuild | 84 ----------------------------------
1 file changed, 84 deletions(-)
diff --git a/dev-libs/libpeas/libpeas-1.14.0.ebuild b/dev-libs/libpeas/libpeas-1.14.0.ebuild
deleted file mode 100644
index 97b7a42..0000000
--- a/dev-libs/libpeas/libpeas-1.14.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit gnome2 multilib python-r1 virtualx
-
-DESCRIPTION="A GObject plugins library"
-HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="+gtk glade jit lua +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ?? ( $(python_gen_useflags 'python3*') ) )"
-
-RDEPEND="
- >=dev-libs/glib-2.38:2
- >=dev-libs/gobject-introspection-1.39
- glade? ( >=dev-util/glade-3.9.1:3.10 )
- gtk? ( >=x11-libs/gtk+-3:3[introspection] )
- lua? (
- dev-lua/lgi
- jit? ( >=dev-lang/luajit-2:2 )
- !jit? ( >=dev-lang/lua-5.1:0 ) )
- python? (
- ${PYTHON_DEPS}
- >=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.11
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-src_configure() {
- # Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
- # What do we do about gdb, valgrind, gcov, etc?
- local myconf=(
- $(use_enable glade glade-catalog)
- $(use_enable gtk)
- --disable-static
-
- # possibly overriden below
- --disable-python{2,3}
- --disable-lua5.1
- --disable-luajit
- )
-
- if use lua ; then
- if use jit ; then
- myconf+=( --enable-luajit )
- else
- myconf+=( --enable-lua5.1 )
- fi
- fi
-
- python_configure() {
- local v
- python_is_python3 && v=3 || v=2
- myconf+=(
- "--enable-python${v}"
- # it is just 'PYTHON' for py3 in the build system
- "PYTHON${v#3}=${PYTHON}"
- "PYTHON${v}_CONFIG=${PYTHON}-config"
- )
- }
- use python && python_foreach_impl python_configure
-
- gnome2_src_configure "${myconf[@]}"
-}
-
-src_test() {
- # FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
- # DO NOT REPORT UPSTREAM, this is not a libpeas bug.
- # To reproduce:
- # >>> from gi.repository import Gtk
- # >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
- # This should return True, it returns False for Xvfb
- Xemake check
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2015-06-09 13:49 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-08 16:41 [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2015-06-09 13:49 Gilles Dartiguelongue
2015-05-14 22:50 Gilles Dartiguelongue
2015-05-10 17:20 Gilles Dartiguelongue
2014-12-22 21:10 Gilles Dartiguelongue
2014-11-25 22:07 Michał Górny
2014-11-25 21:08 Michał Górny
2014-11-23 13:07 Remi Cardona
2014-10-27 0:04 Gilles Dartiguelongue
2014-10-11 16:43 Gilles Dartiguelongue
2014-04-20 13:54 Gilles Dartiguelongue
2013-11-25 23:15 Gilles Dartiguelongue
2012-12-17 11:12 Alexandre Rostovtsev
2012-02-27 4:47 Alexandre Restovtsev
2011-10-09 21:38 Alexandre Restovtsev
2011-06-15 16:06 Nirbheek Chauhan
2011-04-10 18:04 Gilles Dartiguelongue
2011-04-08 5:29 Nirbheek Chauhan
2011-04-05 0:57 Nirbheek Chauhan
2011-03-25 4:56 Nirbheek Chauhan
2011-03-16 21:59 Nirbheek Chauhan
2011-03-12 3:12 Nirbheek Chauhan
2011-02-23 14:40 Nirbheek Chauhan
2011-02-19 8:33 Priit Laes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox