Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome: ChangeLog libsoup-gnome-2.36.1.ebuild
Date: Sun, 30 Oct 2011 02:38:44
Message-Id: 20111030023834.B3B702004C@flycatcher.gentoo.org
1 tetromino 11/10/30 02:38:34
2
3 Modified: ChangeLog
4 Added: libsoup-gnome-2.36.1.ebuild
5 Log:
6 Bump to 2.36.1 from the gnome overlay.
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.62 net-libs/libsoup-gnome/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 18 Sep 2011 11:37:32 -0000 1.61
24 +++ ChangeLog 30 Oct 2011 02:38:34 -0000 1.62
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libsoup-gnome
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.61 2011/09/18 11:37:32 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.62 2011/10/30 02:38:34 tetromino Exp $
30 +
31 +*libsoup-gnome-2.36.1 (30 Oct 2011)
32 +
33 + 30 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
34 + +libsoup-gnome-2.36.1.ebuild, +files/libsoup-gnome-2.36.1-system-lib.patch:
35 + Bump to 2.36.1 from the gnome overlay.
36
37 18 Sep 2011; Raúl Porcel <armin76@g.o> libsoup-gnome-2.34.3.ebuild:
38 alpha/ia64/sh/sparc stable wrt #376793
39
40
41
42 1.1 net-libs/libsoup-gnome/libsoup-gnome-2.36.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.36.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.36.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libsoup-gnome-2.36.1.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.36.1.ebuild,v 1.1 2011/10/30 02:38:34 tetromino Exp $
52
53 EAPI="4"
54 GCONF_DEBUG="yes"
55 GNOME2_LA_PUNT="yes"
56
57 MY_PN=${PN/-gnome}
58 MY_P=${MY_PN}-${PV}
59
60 inherit autotools eutils gnome2
61
62 DESCRIPTION="GNOME plugin for libsoup"
63 HOMEPAGE="http://live.gnome.org/LibSoup"
64 SRC_URI="${SRC_URI//-gnome}"
65
66 LICENSE="LGPL-2"
67 SLOT="2.4"
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-solaris"
69 IUSE="debug doc +introspection"
70
71 RDEPEND="~net-libs/libsoup-${PV}
72 || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 )
73 dev-db/sqlite:3
74 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
75 DEPEND="${RDEPEND}
76 >=dev-util/pkgconfig-0.9
77 >=dev-util/gtk-doc-am-1.10
78 doc? ( >=dev-util/gtk-doc-1.10 )"
79
80 S=${WORKDIR}/${MY_P}
81
82 pkg_setup() {
83 G2CONF="${G2CONF}
84 --disable-static
85 --disable-tls-check
86 $(use_enable introspection)
87 --with-libsoup-system
88 --with-gnome"
89 DOCS="AUTHORS NEWS README"
90 }
91
92 src_configure() {
93 # FIXME: we need addpredict to workaround bug #324779 until
94 # root cause (bug #249496) is solved
95 addpredict /usr/share/snmp/mibs/.index
96 gnome2_src_configure
97 }
98
99 src_prepare() {
100 gnome2_src_prepare
101
102 # Use lib present on the system
103 epatch "${FILESDIR}"/${PN}-2.36.1-system-lib.patch
104 eautoreconf
105 }