* [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: ChangeLog geocode-glib-0.99.0.ebuild
@ 2012-09-24 17:19 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-09-24 17:19 UTC (permalink / raw
To: gentoo-commits
tetromino 12/09/24 17:19:40
Modified: ChangeLog geocode-glib-0.99.0.ebuild
Log:
Fix USE=introspection dependencies (bug #436006, thanks to Nico R.)
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-geosciences/geocode-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 15 May 2012 05:57:42 -0000 1.1
+++ ChangeLog 24 Sep 2012 17:19:40 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for sci-geosciences/geocode-glib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.1 2012/05/15 05:57:42 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.2 2012/09/24 17:19:40 tetromino Exp $
+
+ 24 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ geocode-glib-0.99.0.ebuild:
+ Fix USE=introspection dependencies (bug #436006, thanks to Nico R.)
*geocode-glib-0.99.0 (15 May 2012)
1.2 sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild?r1=1.1&r2=1.2
Index: geocode-glib-0.99.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geocode-glib-0.99.0.ebuild 15 May 2012 05:57:42 -0000 1.1
+++ geocode-glib-0.99.0.ebuild 24 Sep 2012 17:19:40 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild,v 1.1 2012/05/15 05:57:42 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild,v 1.2 2012/09/24 17:19:40 tetromino Exp $
EAPI="4"
@@ -19,9 +19,9 @@
IUSE="+introspection test"
RDEPEND="dev-libs/glib:2
- >=dev-libs/json-glib-0.13.1
+ >=dev-libs/json-glib-0.13.1[introspection?]
gnome-base/gvfs[http]
- net-libs/libsoup:2.4
+ net-libs/libsoup:2.4[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
"
DEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: ChangeLog geocode-glib-0.99.0.ebuild
@ 2012-09-24 17:23 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-09-24 17:23 UTC (permalink / raw
To: gentoo-commits
tetromino 12/09/24 17:23:57
Modified: ChangeLog geocode-glib-0.99.0.ebuild
Log:
And one more USE=introspection fix.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-geosciences/geocode-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 24 Sep 2012 17:19:40 -0000 1.2
+++ ChangeLog 24 Sep 2012 17:23:57 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for sci-geosciences/geocode-glib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.2 2012/09/24 17:19:40 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/ChangeLog,v 1.3 2012/09/24 17:23:57 tetromino Exp $
+
+ 24 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ geocode-glib-0.99.0.ebuild:
+ And one more USE=introspection fix.
24 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
geocode-glib-0.99.0.ebuild:
1.3 sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild?r1=1.2&r2=1.3
Index: geocode-glib-0.99.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geocode-glib-0.99.0.ebuild 24 Sep 2012 17:19:40 -0000 1.2
+++ geocode-glib-0.99.0.ebuild 24 Sep 2012 17:23:57 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild,v 1.2 2012/09/24 17:19:40 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/geocode-glib/geocode-glib-0.99.0.ebuild,v 1.3 2012/09/24 17:23:57 tetromino Exp $
EAPI="4"
@@ -22,7 +22,9 @@
>=dev-libs/json-glib-0.13.1[introspection?]
gnome-base/gvfs[http]
net-libs/libsoup:2.4[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
+ introspection? (
+ >=dev-libs/gobject-introspection-0.6.3
+ net-libs/libsoup-gnome:2.4[introspection] )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-24 17:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 17:19 [gentoo-commits] gentoo-x86 commit in sci-geosciences/geocode-glib: ChangeLog geocode-glib-0.99.0.ebuild Alexandre Rostovtsev (tetromino)
-- strict thread matches above, loose matches on Subject: below --
2012-09-24 17:23 Alexandre Rostovtsev (tetromino)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox