diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-03-31 19:06:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-03-31 19:06:34 +0000 |
commit | 20f5c6e831d5d3912b41ef8c5f268666c3818ceb (patch) | |
tree | 11d292aa67db83ae7fc84655466f44ca66729924 /net-libs/rest | |
parent | Adapt to libsoup-2.42 dropping gnome USE and splitting (#463702) (diff) | |
download | gentoo-2-20f5c6e831d5d3912b41ef8c5f268666c3818ceb.tar.gz gentoo-2-20f5c6e831d5d3912b41ef8c5f268666c3818ceb.tar.bz2 gentoo-2-20f5c6e831d5d3912b41ef8c5f268666c3818ceb.zip |
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)
Diffstat (limited to 'net-libs/rest')
-rw-r--r-- | net-libs/rest/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rest/rest-0.7.12.ebuild | 6 | ||||
-rw-r--r-- | net-libs/rest/rest-0.7.90.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-libs/rest/ChangeLog b/net-libs/rest/ChangeLog index 9cb71e8486a9..79149dd6f998 100644 --- a/net-libs/rest/ChangeLog +++ b/net-libs/rest/ChangeLog @@ -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. diff --git a/net-libs/rest/rest-0.7.12.ebuild b/net-libs/rest/rest-0.7.12.ebuild index 3b1ed2dc9fd0..e569a68412b3 100644 --- a/net-libs/rest/rest-0.7.12.ebuild +++ b/net-libs/rest/rest-0.7.12.ebuild @@ -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 @@ RDEPEND="app-misc/ca-certificates >=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} diff --git a/net-libs/rest/rest-0.7.90.ebuild b/net-libs/rest/rest-0.7.90.ebuild index cbb8bb5ffff6..3a8ea98af845 100644 --- a/net-libs/rest/rest-0.7.90.ebuild +++ b/net-libs/rest/rest-0.7.90.ebuild @@ -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 @@ RDEPEND="app-misc/ca-certificates >=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} |