Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome: libsoup-gnome-2.44.2.ebuild ChangeLog
Date: Tue, 24 Dec 2013 16:01:53
Message-Id: 20131224160148.43E7E2004C@flycatcher.gentoo.org
1 pacho 13/12/24 16:01:48
2
3 Modified: ChangeLog
4 Added: libsoup-gnome-2.44.2.ebuild
5 Log:
6 Version bump for Gnome 3.10
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.95 net-libs/libsoup-gnome/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.95&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.95&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?r1=1.94&r2=1.95
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v
20 retrieving revision 1.94
21 retrieving revision 1.95
22 diff -u -r1.94 -r1.95
23 --- ChangeLog 8 Dec 2013 19:25:33 -0000 1.94
24 +++ ChangeLog 24 Dec 2013 16:01:48 -0000 1.95
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libsoup-gnome
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.94 2013/12/08 19:25:33 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.95 2013/12/24 16:01:48 pacho Exp $
30 +
31 +*libsoup-gnome-2.44.2 (24 Dec 2013)
32 +
33 + 24 Dec 2013; Pacho Ramos <pacho@g.o>
34 + +files/libsoup-gnome-2.44.2-system-lib.patch, +libsoup-gnome-2.44.2.ebuild:
35 + Version bump for Gnome 3.10
36
37 08 Dec 2013; Pacho Ramos <pacho@g.o> libsoup-gnome-2.42.3.1.ebuild:
38 x86 stable, bug #478252
39
40
41
42 1.1 net-libs/libsoup-gnome/libsoup-gnome-2.44.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.44.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.44.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libsoup-gnome-2.44.2.ebuild
48 ===================================================================
49 # Copyright 1999-2013 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.44.2.ebuild,v 1.1 2013/12/24 16:01:48 pacho Exp $
52
53 EAPI="5"
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="https://wiki.gnome.org/LibSoup"
64 SRC_URI="${SRC_URI//-gnome}"
65
66 LICENSE="LGPL-2+"
67 SLOT="2.4"
68 IUSE="debug +introspection"
69 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
70
71 RDEPEND="
72 ~net-libs/libsoup-${PV}[introspection?]
73 dev-db/sqlite:3=
74 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
75 >=net-libs/libsoup-2.42.2-r1
76 "
77 DEPEND="${RDEPEND}
78 >=dev-util/gtk-doc-am-1.10
79 >=dev-util/intltool-0.35
80 sys-devel/gettext
81 virtual/pkgconfig
82 "
83
84 S=${WORKDIR}/${MY_P}
85
86 src_prepare() {
87 # Use lib present on the system
88 epatch "${FILESDIR}"/${PN}-2.44.2-system-lib.patch
89 eautoreconf
90 gnome2_src_prepare
91 }
92
93 src_configure() {
94 # FIXME: we need addpredict to workaround bug #324779 until
95 # root cause (bug #249496) is solved
96 addpredict /usr/share/snmp/mibs/.index
97
98 # Disable apache tests until they are usable on Gentoo, bug #326957
99 gnome2_src_configure \
100 --disable-static \
101 --disable-tls-check \
102 $(use_enable introspection) \
103 --with-libsoup-system \
104 --with-gnome \
105 --without-apache-httpd
106 }