public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/libpeas/
Date: Sun, 24 Jul 2011 21:08:35 +0000 (UTC)	[thread overview]
Message-ID: <52fc99d323a646ed9bfe53877ae5e8b7e3edbee8.tetromino@gentoo> (raw)

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
-
 }



             reply	other threads:[~2011-07-24 21:08 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52fc99d323a646ed9bfe53877ae5e8b7e3edbee8.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox