From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
Date: Wed, 23 Feb 2011 14:40:19 +0000 (UTC) [thread overview]
Message-ID: <7369d03cca242b0b265719afc41bb613c4d59ea8.nirbheek@gentoo> (raw)
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"
}
next reply other threads:[~2011-02-23 14:41 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-23 14:40 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-03-12 3:12 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=7369d03cca242b0b265719afc41bb613c4d59ea8.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