Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome: ChangeLog libsoup-gnome-2.42.2.ebuild
Date: Thu, 29 Aug 2013 22:08:37
Message-Id: 20130829220834.4F6582004C@flycatcher.gentoo.org
1 eva 13/08/29 22:08:34
2
3 Modified: ChangeLog
4 Added: libsoup-gnome-2.42.2.ebuild
5 Log:
6 Version bump. Re-split libsoup for easier upgrade path, etc.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.89 net-libs/libsoup-gnome/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.89&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.89&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?r1=1.88&r2=1.89
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v
20 retrieving revision 1.88
21 retrieving revision 1.89
22 diff -u -r1.88 -r1.89
23 --- ChangeLog 16 May 2013 18:16:55 -0000 1.88
24 +++ ChangeLog 29 Aug 2013 22:08:34 -0000 1.89
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.88 2013/05/16 18:16:55 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.89 2013/08/29 22:08:34 eva Exp $
30 +
31 +*libsoup-gnome-2.42.2 (29 Aug 2013)
32 +
33 + 29 Aug 2013; Gilles Dartiguelongue <eva@g.o>
34 + +libsoup-gnome-2.42.2.ebuild, +files/libsoup-gnome-2.42.2-system-lib.patch:
35 + Version bump. Re-split libsoup for easier upgrade path, etc.
36
37 16 May 2013; Pacho Ramos <pacho@g.o> libsoup-gnome-2.38.1.ebuild,
38 libsoup-gnome-2.40.3.ebuild:
39
40
41
42 1.1 net-libs/libsoup-gnome/libsoup-gnome-2.42.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.42.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.42.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libsoup-gnome-2.42.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.42.2.ebuild,v 1.1 2013/08/29 22:08:34 eva 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="http://live.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.42.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 }