* [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/
@ 2011-08-15 4:58 Alexandre Restovtsev
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-08-15 4:58 UTC (permalink / raw
To: gentoo-commits
commit: f85828f4cb412427123a098fa37e500eab986067
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Aug 15 04:58:12 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Aug 15 04:58:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f85828f4
dev-python/pygobject: should be ~arch
---
dev-python/pygobject/pygobject-2.28.6-r50.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild
index e686150..6185490 100644
--- a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild
+++ b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="http://www.pygtk.org/"
LICENSE="LGPL-2.1"
SLOT="2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples +introspection libffi test"
# FIXME: tests require introspection support, but we can't enable introspection,
# or we get file collisions with slot 3 :/
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/
@ 2011-08-16 19:03 Alexandre Restovtsev
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-08-16 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 5a927fddf2835181089331cdfb004b039c3b357f
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 18:51:26 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 16 18:51:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5a927fdd
dev-python/pygobject: punt .la files in 2.28.6-r50 (#379399)
---
dev-python/pygobject/pygobject-2.28.6-r50.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild
index 6185490..4a64410 100644
--- a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild
+++ b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild
@@ -5,6 +5,7 @@
EAPI="3"
GCONF_DEBUG="no"
GNOME_TARBALL_SUFFIX="xz"
+GNOME2_LA_PUNT="yes"
SUPPORT_PYTHON_ABIS="1"
# pygobject is partially incompatible with Python 3.
# PYTHON_DEPEND="2:2.6 3:3.1"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/
@ 2011-08-16 20:17 Alexandre Restovtsev
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-08-16 20:17 UTC (permalink / raw
To: gentoo-commits
commit: 30563c27c752aa86ceb4a76fb593a0ab71d8cdca
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 20:13:26 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 16 20:13:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=30563c27
dev-python/pygobject: hard-enable libffi support for 2.90.1
There is no point in making libffi support optional when pygobject:3
rdepends on gobject-introspection and glib-2.29, both of which already
rdepend on libffi.
---
dev-python/pygobject/pygobject-2.90.1.ebuild | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/pygobject/pygobject-2.90.1.ebuild b/dev-python/pygobject/pygobject-2.90.1.ebuild
index ad6d56b..f62a4f7 100644
--- a/dev-python/pygobject/pygobject-2.90.1.ebuild
+++ b/dev-python/pygobject/pygobject-2.90.1.ebuild
@@ -23,13 +23,13 @@ HOMEPAGE="http://www.pygtk.org/"
LICENSE="LGPL-2.1"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc +cairo examples libffi test +threads"
+IUSE="doc +cairo examples test +threads"
RESTRICT="test" # FIXME: tests require >=gobject-introspection-1.29.17
COMMON_DEPEND=">=dev-libs/glib-2.24.0:2
>=dev-libs/gobject-introspection-0.10.2
- cairo? ( >=dev-python/pycairo-1.10.0 )
- libffi? ( virtual/libffi )"
+ virtual/libffi
+ cairo? ( >=dev-python/pycairo-1.10.0 )"
DEPEND="${COMMON_DEPEND}
doc? (
app-text/docbook-xml-dtd:4.1.2
@@ -50,8 +50,11 @@ RDEPEND="${COMMON_DEPEND}
pkg_setup() {
DOCS="AUTHORS ChangeLog* NEWS README"
+ # Hard-enable libffi support since both gobject-introspection and
+ # glib-2.29.x rdepend on it anyway
G2CONF="${G2CONF}
--disable-dependency-tracking
+ --with-ffi
$(use_enable doc docs)
$(use_enable cairo)
$(use_with libffi ffi)
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/
@ 2011-08-21 7:10 Alexandre Restovtsev
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-08-21 7:10 UTC (permalink / raw
To: gentoo-commits
commit: cf61c7f63b38c61c6e55439dfd97d94a231bf637
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Aug 21 06:23:42 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Aug 21 06:23:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cf61c7f6
dev-python/pygobject: 2.90.1 → 2.90.2
Version bump, now installs a header file again.
---
...bject-2.90.1.ebuild => pygobject-2.90.2.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-python/pygobject/pygobject-2.90.1.ebuild b/dev-python/pygobject/pygobject-2.90.2.ebuild
similarity index 100%
rename from dev-python/pygobject/pygobject-2.90.1.ebuild
rename to dev-python/pygobject/pygobject-2.90.2.ebuild
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/
@ 2011-08-28 8:33 Alexandre Restovtsev
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-08-28 8:33 UTC (permalink / raw
To: gentoo-commits
commit: 58257dbe8ee4d42c6ce7352c964714f86c2b7745
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 08:31:46 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 08:31:46 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=58257dbe
dev-python/pygobject: drop superfluous use_with
Drop the superfluous $(use_with libffi ffi), since for slot 3, libffi
is now a hard dependency.
---
dev-python/pygobject/pygobject-2.90.2.ebuild | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dev-python/pygobject/pygobject-2.90.2.ebuild b/dev-python/pygobject/pygobject-2.90.2.ebuild
index f62a4f7..7607ac8 100644
--- a/dev-python/pygobject/pygobject-2.90.2.ebuild
+++ b/dev-python/pygobject/pygobject-2.90.2.ebuild
@@ -57,7 +57,6 @@ pkg_setup() {
--with-ffi
$(use_enable doc docs)
$(use_enable cairo)
- $(use_with libffi ffi)
$(use_enable threads thread)"
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/
@ 2011-09-02 5:30 Alexandre Restovtsev
0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Restovtsev @ 2011-09-02 5:30 UTC (permalink / raw
To: gentoo-commits
commit: 54f263714a742ed918b5a361311c3ef32c25b2bd
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri Sep 2 05:29:26 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Sep 2 05:29:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=54f26371
dev-python/pygobject: 2.90.2 → 2.90.3
Version bump. Enable tests since gi-1.29.17 has been released.
---
...bject-2.90.2.ebuild => pygobject-2.90.3.ebuild} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pygobject/pygobject-2.90.2.ebuild b/dev-python/pygobject/pygobject-2.90.3.ebuild
similarity index 97%
rename from dev-python/pygobject/pygobject-2.90.2.ebuild
rename to dev-python/pygobject/pygobject-2.90.3.ebuild
index 7607ac8..f5aa30a 100644
--- a/dev-python/pygobject/pygobject-2.90.2.ebuild
+++ b/dev-python/pygobject/pygobject-2.90.3.ebuild
@@ -24,7 +24,6 @@ LICENSE="LGPL-2.1"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +cairo examples test +threads"
-RESTRICT="test" # FIXME: tests require >=gobject-introspection-1.29.17
COMMON_DEPEND=">=dev-libs/glib-2.24.0:2
>=dev-libs/gobject-introspection-0.10.2
@@ -37,7 +36,8 @@ DEPEND="${COMMON_DEPEND}
>=app-text/docbook-xsl-stylesheets-1.70.1 )
test? (
media-fonts/font-cursor-misc
- media-fonts/font-misc-misc )
+ media-fonts/font-misc-misc
+ >=dev-libs/gobject-introspection-1.29.17 )
>=dev-util/pkgconfig-0.12"
# We now disable introspection support in slot 2 per upstream recommendation
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-09-02 5:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 20:17 [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-09-02 5:30 Alexandre Restovtsev
2011-08-28 8:33 Alexandre Restovtsev
2011-08-21 7:10 Alexandre Restovtsev
2011-08-16 19:03 Alexandre Restovtsev
2011-08-15 4:58 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox