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.46.0.ebuild
Date: Sun, 27 Apr 2014 17:46:32
Message-Id: 20140427174627.73AA12004B@flycatcher.gentoo.org
1 eva 14/04/27 17:46:27
2
3 Modified: ChangeLog
4 Added: libsoup-gnome-2.46.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.107 net-libs/libsoup-gnome/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.107&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.107&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?r1=1.106&r2=1.107
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v
20 retrieving revision 1.106
21 retrieving revision 1.107
22 diff -u -r1.106 -r1.107
23 --- ChangeLog 27 Apr 2014 08:25:17 -0000 1.106
24 +++ ChangeLog 27 Apr 2014 17:46:27 -0000 1.107
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libsoup-gnome
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.106 2014/04/27 08:25:17 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.107 2014/04/27 17:46:27 eva Exp $
30 +
31 +*libsoup-gnome-2.46.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +libsoup-gnome-2.46.0.ebuild, +files/libsoup-gnome-2.46.0-system-lib.patch:
35 + Version bump for Gnome 3.12.
36
37 27 Apr 2014; Pacho Ramos <pacho@g.o>
38 -files/libsoup-gnome-2.38.0-system-lib.patch,
39
40
41
42 1.1 net-libs/libsoup-gnome/libsoup-gnome-2.46.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.46.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.46.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libsoup-gnome-2.46.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.46.0.ebuild,v 1.1 2014/04/27 17:46:27 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="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.46.0-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 }