summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-13 08:20:05 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-13 08:20:05 +0000
commit3f790b39bdc8b6cfd12061e2546c446570c78787 (patch)
treec78b062f21d69281e3c244be55d4c4ae9873f281 /net-libs/rest
parentNew ebuild dev-ruby/notify. ebuild written by Matsuu Takuto <matsuu@gentoo.org> (diff)
downloadgentoo-2-3f790b39bdc8b6cfd12061e2546c446570c78787.tar.gz
gentoo-2-3f790b39bdc8b6cfd12061e2546c446570c78787.tar.bz2
gentoo-2-3f790b39bdc8b6cfd12061e2546c446570c78787.zip
Bump, drop old. Notable changes: by default (i.e. when SOUP_SESSION_SSL_STRICT is used) rest-0.7.12 will reject self-signed ssl certificates.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rest')
-rw-r--r--net-libs/rest/ChangeLog10
-rw-r--r--net-libs/rest/rest-0.7.12.ebuild (renamed from net-libs/rest/rest-0.7.10.ebuild)14
2 files changed, 17 insertions, 7 deletions
diff --git a/net-libs/rest/ChangeLog b/net-libs/rest/ChangeLog
index 1434e7622671..1e0cf2a98c8f 100644
--- a/net-libs/rest/ChangeLog
+++ b/net-libs/rest/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/rest
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.3 2011/11/01 11:36:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.4 2011/11/13 08:20:04 tetromino Exp $
+
+*rest-0.7.12 (13 Nov 2011)
+
+ 13 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> -rest-0.7.10.ebuild,
+ +rest-0.7.12.ebuild:
+ Bump, drop old. Notable changes: by default (i.e. when
+ SOUP_SESSION_SSL_STRICT is used) rest-0.7.12 will reject self-signed ssl
+ certificates.
*rest-0.7.11 (01 Nov 2011)
diff --git a/net-libs/rest/rest-0.7.10.ebuild b/net-libs/rest/rest-0.7.12.ebuild
index 73ead263c87f..bc76ed022bb2 100644
--- a/net-libs/rest/rest-0.7.10.ebuild
+++ b/net-libs/rest/rest-0.7.12.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.10.ebuild,v 1.2 2011/04/28 01:46:14 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v 1.1 2011/11/13 08:20:04 tetromino Exp $
-EAPI="3"
+EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -16,13 +16,14 @@ SLOT="0.7"
KEYWORDS="~amd64 ~x86"
IUSE="doc +gnome +introspection test"
-# XXX: coverage testing should not be enabled
-RDEPEND=">=dev-libs/glib-2.18:2
+# Coverage testing should not be enabled
+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 )
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
dev-util/pkgconfig
@@ -33,9 +34,10 @@ pkg_setup() {
G2CONF="${G2CONF}
--disable-static
--disable-gcov
+ --with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
$(use_with gnome)
$(use_enable introspection)"
- DOCS="AUTHORS NEWS README"
+ DOCS="AUTHORS README"
}
src_test() {