public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/rest: rest-0.7.90.ebuild rest-0.7.12.ebuild ChangeLog
@ 2013-03-31 19:06 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-03-31 19:06 UTC (permalink / raw
  To: gentoo-commits

pacho       13/03/31 19:06:34

  Modified:             rest-0.7.90.ebuild rest-0.7.12.ebuild ChangeLog
  Log:
  Adapt to libsoup-2.42 dropping gnome USE and splitting (#463702)
  
  (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  net-libs/rest/rest-0.7.90.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rest/rest-0.7.90.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rest/rest-0.7.90.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rest/rest-0.7.90.ebuild?r1=1.5&r2=1.6

Index: rest-0.7.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.90.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rest-0.7.90.ebuild	29 Mar 2013 16:54:30 -0000	1.5
+++ rest-0.7.90.ebuild	31 Mar 2013 19:06:34 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.90.ebuild,v 1.5 2013/03/29 16:54:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.90.ebuild,v 1.6 2013/03/31 19:06:34 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -21,7 +21,7 @@
 	>=dev-libs/glib-2.24:2
 	dev-libs/libxml2:2
 	net-libs/libsoup:2.4
-	gnome? ( || ( >=net-libs/libsoup-gnome-2.25.1:2.4 net-libs/libsoup[gnome] ) )
+	gnome? ( || ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-gnome-2.25.1:2.4 ) )
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 
 DEPEND="${RDEPEND}



1.8                  net-libs/rest/rest-0.7.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild?r1=1.7&r2=1.8

Index: rest-0.7.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rest-0.7.12.ebuild	23 Sep 2012 06:00:48 -0000	1.7
+++ rest-0.7.12.ebuild	31 Mar 2013 19:06:34 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v 1.7 2012/09/23 06:00:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v 1.8 2013/03/31 19:06:34 pacho Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -21,7 +21,7 @@
 	>=dev-libs/glib-2.22:2
 	dev-libs/libxml2:2
 	net-libs/libsoup:2.4
-	gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
+	gnome? ( || ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-gnome-2.25.1:2.4 ) )
 	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 
 DEPEND="${RDEPEND}



1.17                 net-libs/rest/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rest/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rest/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rest/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	30 Mar 2013 17:01:17 -0000	1.16
+++ ChangeLog	31 Mar 2013 19:06:34 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/rest
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.16 2013/03/30 17:01:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.17 2013/03/31 19:06:34 pacho Exp $
+
+  31 Mar 2013; Pacho Ramos <pacho@gentoo.org> rest-0.7.12.ebuild,
+  rest-0.7.90.ebuild:
+  Adapt to libsoup-2.42 dropping gnome USE and splitting (#463702)
 
   30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -rest-0.7.11.ebuild:
   Clean up old revision.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-31 19:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-31 19:06 [gentoo-commits] gentoo-x86 commit in net-libs/rest: rest-0.7.90.ebuild rest-0.7.12.ebuild ChangeLog Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox