public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
Date: Sat, 12 Mar 2011 03:12:31 +0000 (UTC)	[thread overview]
Message-ID: <b3bfb1f0ef02da1a0943e220f76448425bf3e73d.nirbheek@gentoo> (raw)

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



             reply	other threads:[~2011-03-12  3:12 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-12  3:12 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09 13:49 [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/ 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-04-08 16:41 Alexandre Restovtsev
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-02-23 14:40 Nirbheek Chauhan
2011-02-19  8:33 Priit Laes

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=b3bfb1f0ef02da1a0943e220f76448425bf3e73d.nirbheek@gentoo \
    --to=nirbheek@gentoo.org \
    --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