public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/libpeas/
@ 2011-07-24 21:08 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-07-24 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     52fc99d323a646ed9bfe53877ae5e8b7e3edbee8
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Jul 24 21:06:05 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Jul 24 21:06:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=52fc99d3

dev-libs/libpeas: 1.0.0 → 1.1.0

Add gnome-3.1.x version, now with optional gjs support. Do *not* disable
deprecated features (which, confusingly, is done with the
--disable-deprecation flag) since basically every gnome-3.0 user of libpeas
needs them.

---
 .../{libpeas-1.0.0.ebuild => libpeas-1.1.0.ebuild} |   10 +++++++---
 dev-libs/libpeas/libpeas-9999.ebuild               |   10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libpeas/libpeas-1.0.0.ebuild b/dev-libs/libpeas/libpeas-1.1.0.ebuild
similarity index 87%
rename from dev-libs/libpeas/libpeas-1.0.0.ebuild
rename to dev-libs/libpeas/libpeas-1.1.0.ebuild
index ff96003..98fa54f 100644
--- a/dev-libs/libpeas/libpeas-1.0.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.1.0.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 
 EAPI="3"
+GNOME_TARBALL_SUFFIX="xz"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 PYTHON_DEPEND="python? 2:2.5"
@@ -17,7 +18,7 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="doc +gtk glade python seed vala"
+IUSE="doc gjs +gtk glade python seed vala"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
@@ -26,8 +27,9 @@ fi
 
 RDEPEND=">=dev-libs/glib-2.23.6:2
 	>=dev-libs/gobject-introspection-0.10.1
+	gjs? ( >=dev-libs/gjs-0.7.8 )
 	glade? ( >=dev-util/glade-3.9.1:3.10 )
-	gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
+	gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
 	python? ( >=dev-python/pygobject-2.28:2[introspection] )
 	seed? ( >=dev-libs/seed-2.91.91 )"
 DEPEND="${RDEPEND}
@@ -40,12 +42,15 @@ DOCS="AUTHORS ChangeLog NEWS README"
 
 pkg_setup() {
 	G2CONF="${G2CONF}
+		$(use_enable deprecated deprecation)
+		$(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
 		--disable-maintainer-mode
 		--disable-gtk2-test-build"
@@ -63,5 +68,4 @@ src_test() {
 	# >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
 	# This should return True, it returns False for Xvfb
 	Xemake check || die
-
 }

diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index ff96003..98fa54f 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 
 EAPI="3"
+GNOME_TARBALL_SUFFIX="xz"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 PYTHON_DEPEND="python? 2:2.5"
@@ -17,7 +18,7 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="doc +gtk glade python seed vala"
+IUSE="doc gjs +gtk glade python seed vala"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
@@ -26,8 +27,9 @@ fi
 
 RDEPEND=">=dev-libs/glib-2.23.6:2
 	>=dev-libs/gobject-introspection-0.10.1
+	gjs? ( >=dev-libs/gjs-0.7.8 )
 	glade? ( >=dev-util/glade-3.9.1:3.10 )
-	gtk? ( >=x11-libs/gtk+-2.90:3[introspection] )
+	gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
 	python? ( >=dev-python/pygobject-2.28:2[introspection] )
 	seed? ( >=dev-libs/seed-2.91.91 )"
 DEPEND="${RDEPEND}
@@ -40,12 +42,15 @@ DOCS="AUTHORS ChangeLog NEWS README"
 
 pkg_setup() {
 	G2CONF="${G2CONF}
+		$(use_enable deprecated deprecation)
+		$(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
 		--disable-maintainer-mode
 		--disable-gtk2-test-build"
@@ -63,5 +68,4 @@ src_test() {
 	# >>> 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] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/libpeas/
@ 2011-07-26 18:47 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-07-26 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d744a6a7f10616342f6ad95fe428beb7db19f7fb
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 18:24:03 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Jul 26 18:24:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d744a6a7

dev-libs/libpeas: 1.1.0 → 1.1.1

Version bump.

---
 .../{libpeas-1.1.0.ebuild => libpeas-1.1.1.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libpeas/libpeas-1.1.0.ebuild b/dev-libs/libpeas/libpeas-1.1.1.ebuild
similarity index 100%
rename from dev-libs/libpeas/libpeas-1.1.0.ebuild
rename to dev-libs/libpeas/libpeas-1.1.1.ebuild



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/libpeas/
@ 2011-07-28  9:05 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-07-28  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     337c01c21c7f01aa85a5c7c8fbd3eabd92502d28
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Thu Jul 28 08:51:28 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Jul 28 08:51:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=337c01c2

dev-libs/libpeas: disable gjs support for now

Disable gjs support for now because libpeas-1.1.1 does not build against
gjs-1.29.15; see https://bugzilla.gnome.org/show_bug.cgi?id=655481.

---
 dev-libs/libpeas/libpeas-1.1.1.ebuild |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libpeas/libpeas-1.1.1.ebuild b/dev-libs/libpeas/libpeas-1.1.1.ebuild
index 98fa54f..7d6b9a6 100644
--- a/dev-libs/libpeas/libpeas-1.1.1.ebuild
+++ b/dev-libs/libpeas/libpeas-1.1.1.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 +gtk glade python seed vala" # gjs
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
@@ -27,11 +27,11 @@ fi
 
 RDEPEND=">=dev-libs/glib-2.23.6:2
 	>=dev-libs/gobject-introspection-0.10.1
-	gjs? ( >=dev-libs/gjs-0.7.8 )
 	glade? ( >=dev-util/glade-3.9.1:3.10 )
 	gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
 	python? ( >=dev-python/pygobject-2.28:2[introspection] )
 	seed? ( >=dev-libs/seed-2.91.91 )"
+	# gjs? ( >=dev-libs/gjs-0.7.8 )
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
@@ -43,7 +43,6 @@ DOCS="AUTHORS ChangeLog NEWS README"
 pkg_setup() {
 	G2CONF="${G2CONF}
 		$(use_enable deprecated deprecation)
-		$(use_enable gjs)
 		$(use_enable glade glade-catalog)
 		$(use_enable gtk)
 		$(use_enable python)
@@ -54,6 +53,8 @@ pkg_setup() {
 		--disable-static
 		--disable-maintainer-mode
 		--disable-gtk2-test-build"
+	#	$(use_enable gjs)
+	# breaks with gjs-1.29.15; https://bugzilla.gnome.org/show_bug.cgi?id=655481
 	# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
 	# What do we do about gdb, valgrind, gcov, etc?
 



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/libpeas/
@ 2011-08-22 17:32 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-08-22 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ded76bda244301c7fe119a4993ed6c232b21b1fb
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Aug 22 17:21:32 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Aug 22 17:21:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ded76bda

dev-libs/libpeas: 1.1.1 → 1.1.2

Version bump, now uses pygobject:3. Re-enable gjs support since it works
again. The gtk2-test-build configure flag was removed a while ago.

---
 .../{libpeas-1.1.1.ebuild => libpeas-1.1.2.ebuild} |   12 +++++-------
 dev-libs/libpeas/libpeas-9999.ebuild               |    7 +++----
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/dev-libs/libpeas/libpeas-1.1.1.ebuild b/dev-libs/libpeas/libpeas-1.1.2.ebuild
similarity index 85%
rename from dev-libs/libpeas/libpeas-1.1.1.ebuild
rename to dev-libs/libpeas/libpeas-1.1.2.ebuild
index 7d6b9a6..d7a3dc5 100644
--- a/dev-libs/libpeas/libpeas-1.1.1.ebuild
+++ b/dev-libs/libpeas/libpeas-1.1.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.gnome.org/"
 
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="doc +gtk glade python seed vala" # gjs
+IUSE="doc gjs +gtk glade python seed vala"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
@@ -27,11 +27,11 @@ fi
 
 RDEPEND=">=dev-libs/glib-2.23.6:2
 	>=dev-libs/gobject-introspection-0.10.1
+	gjs? ( >=dev-libs/gjs-1.29.16 )
 	glade? ( >=dev-util/glade-3.9.1:3.10 )
 	gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
-	python? ( >=dev-python/pygobject-2.28:2[introspection] )
+	python? ( >=dev-python/pygobject-2.90.2:3 )
 	seed? ( >=dev-libs/seed-2.91.91 )"
-	# gjs? ( >=dev-libs/gjs-0.7.8 )
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
@@ -43,6 +43,7 @@ DOCS="AUTHORS ChangeLog NEWS README"
 pkg_setup() {
 	G2CONF="${G2CONF}
 		$(use_enable deprecated deprecation)
+		$(use_enable gjs)
 		$(use_enable glade glade-catalog)
 		$(use_enable gtk)
 		$(use_enable python)
@@ -51,10 +52,7 @@ pkg_setup() {
 		VALAC=$(type -P valac-0.12)
 		--disable-deprecation
 		--disable-static
-		--disable-maintainer-mode
-		--disable-gtk2-test-build"
-	#	$(use_enable gjs)
-	# breaks with gjs-1.29.15; https://bugzilla.gnome.org/show_bug.cgi?id=655481
+		--disable-maintainer-mode"
 	# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable 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 98fa54f..d7a3dc5 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -27,10 +27,10 @@ fi
 
 RDEPEND=">=dev-libs/glib-2.23.6:2
 	>=dev-libs/gobject-introspection-0.10.1
-	gjs? ( >=dev-libs/gjs-0.7.8 )
+	gjs? ( >=dev-libs/gjs-1.29.16 )
 	glade? ( >=dev-util/glade-3.9.1:3.10 )
 	gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
-	python? ( >=dev-python/pygobject-2.28:2[introspection] )
+	python? ( >=dev-python/pygobject-2.90.2:3 )
 	seed? ( >=dev-libs/seed-2.91.91 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40
@@ -52,8 +52,7 @@ pkg_setup() {
 		VALAC=$(type -P valac-0.12)
 		--disable-deprecation
 		--disable-static
-		--disable-maintainer-mode
-		--disable-gtk2-test-build"
+		--disable-maintainer-mode"
 	# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
 	# What do we do about gdb, valgrind, gcov, etc?
 



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/libpeas/
@ 2011-09-01 23:16 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-09-01 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a87be3fd1597bb59098afea96d375736a81145e5
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Thu Sep  1 22:37:46 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Sep  1 22:37:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a87be3fd

dev-lib/libpeas: 1.1.2 → 1.1.3

Version bump, brings several bugfixes including compatibility with new
gobject-introspection versions.

---
 .../{libpeas-1.1.2.ebuild => libpeas-1.1.3.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libpeas/libpeas-1.1.2.ebuild b/dev-libs/libpeas/libpeas-1.1.3.ebuild
similarity index 100%
rename from dev-libs/libpeas/libpeas-1.1.2.ebuild
rename to dev-libs/libpeas/libpeas-1.1.3.ebuild



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/libpeas/
@ 2011-09-27  0:09 Alexandre Restovtsev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-09-27  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0496c27949591b6454fa30cf45a012f1551d8afd
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Sep 27 00:06:38 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Sep 27 00:06:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0496c279

dev-libs/libpeas: 1.1.3 → 1.2.0

Bump to the stable version. Should fix pygobject-3.0.0 compat.

---
 .../{libpeas-1.1.3.ebuild => 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.1.3.ebuild b/dev-libs/libpeas/libpeas-1.2.0.ebuild
similarity index 97%
rename from dev-libs/libpeas/libpeas-1.1.3.ebuild
rename to dev-libs/libpeas/libpeas-1.2.0.ebuild
index d7a3dc5..05f7083 100644
--- a/dev-libs/libpeas/libpeas-1.1.3.ebuild
+++ b/dev-libs/libpeas/libpeas-1.2.0.ebuild
@@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/glib-2.23.6:2
 	gjs? ( >=dev-libs/gjs-1.29.16 )
 	glade? ( >=dev-util/glade-3.9.1:3.10 )
 	gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
-	python? ( >=dev-python/pygobject-2.90.2:3 )
+	python? ( >=dev-python/pygobject-3.0.0:3 )
 	seed? ( >=dev-libs/seed-2.91.91 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40

diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
index d7a3dc5..05f7083 100644
--- a/dev-libs/libpeas/libpeas-9999.ebuild
+++ b/dev-libs/libpeas/libpeas-9999.ebuild
@@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/glib-2.23.6:2
 	gjs? ( >=dev-libs/gjs-1.29.16 )
 	glade? ( >=dev-util/glade-3.9.1:3.10 )
 	gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
-	python? ( >=dev-python/pygobject-2.90.2:3 )
+	python? ( >=dev-python/pygobject-3.0.0:3 )
 	seed? ( >=dev-libs/seed-2.91.91 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-09-27  0:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 17:32 [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/libpeas/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2011-09-27  0:09 Alexandre Restovtsev
2011-09-01 23:16 Alexandre Restovtsev
2011-07-28  9:05 Alexandre Restovtsev
2011-07-26 18:47 Alexandre Restovtsev
2011-07-24 21:08 Alexandre Restovtsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox