Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsoup-gnome/
Date: Sun, 03 Jul 2016 13:29:44
Message-Id: 1467552564.fb797bd2b20e704fb636815f9ff8db119ff1ea94.mgorny@gentoo
1 commit: fb797bd2b20e704fb636815f9ff8db119ff1ea94
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 12:34:09 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 13:29:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb797bd2
7
8 net-libs/libsoup-gnome: Drop old
9
10 Fixes: b55c4d13a337d4b3 (net-libs/libsoup: Drop old)
11
12 net-libs/libsoup-gnome/Manifest | 1 -
13 net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild | 62 ----------------------
14 2 files changed, 63 deletions(-)
15
16 diff --git a/net-libs/libsoup-gnome/Manifest b/net-libs/libsoup-gnome/Manifest
17 index 4b4d8d7..da2eb46 100644
18 --- a/net-libs/libsoup-gnome/Manifest
19 +++ b/net-libs/libsoup-gnome/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST libsoup-2.48.1.tar.xz 1707612 SHA256 9b0d14b36e36a3131a06c6e3aa7245716e6904e3e636df81c0b6c8bd3f646f9a SHA512 c0f652189c9a72bc2110ae1bb54dc7b26a437b3c7055795ec203081efaa97244731459cc115aadaba2c832689f3a4e839200be59453ec26f09202214ff50c19a WHIRLPOOL 10b3f3ff7fc1ded3e66a8b9b14359a50661bd61ecfe16e8bcb93baef5f22f905b20bd67fa1bbeca875f7bf698a7ee16857b1280b5f92916b2d94a1f075ff806c
22 DIST libsoup-2.50.0.tar.xz 1755052 SHA256 1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b SHA512 5004baac41feb2c4a7c4f8e68e0a2aac91ae115518e5bb7b58bc7f85dc7675611de82ad21d6a2f779daf2fc7496ab802e7d6dcd5eca91186b221664db37819e2 WHIRLPOOL 09f2cdc9804a4785e1f6a8d9e8adefab549fcb6de1506e2c0fa7af9ee3af531a26a55909ab917c7f08076e99bff3f992516125d12baeb5fce22c918e81a4636e
23 DIST libsoup-2.52.2.tar.xz 1764308 SHA256 db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c2093dc SHA512 866942d8db43a19630f39db12b22058cf31ef0c56f337e6c5790f5b881aaa768d4dbece1d2fe0d9560a82ae0f362365c19aa9b0d05afeb45bc5774f6713f51b2 WHIRLPOOL f0f7ac95d49f21d0bb92968d6d3de596a08aea0519db82089b6c476916d96c3c44e0871a8d3102f5f0b176294ce6f1582d52e6cfcd65bb74ad0c7c4ab8f020a4
24
25 diff --git a/net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild b/net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild
26 deleted file mode 100644
27 index a843990..0000000
28 --- a/net-libs/libsoup-gnome/libsoup-gnome-2.48.1.ebuild
29 +++ /dev/null
30 @@ -1,62 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="yes"
37 -GNOME2_LA_PUNT="yes"
38 -
39 -MY_PN=${PN/-gnome}
40 -MY_P=${MY_PN}-${PV}
41 -
42 -inherit autotools eutils gnome2 multilib-minimal
43 -
44 -DESCRIPTION="GNOME plugin for libsoup"
45 -HOMEPAGE="https://wiki.gnome.org/LibSoup"
46 -SRC_URI="${SRC_URI//-gnome}"
47 -
48 -LICENSE="LGPL-2+"
49 -SLOT="2.4"
50 -IUSE="debug +introspection"
51 -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
52 -
53 -RDEPEND="
54 - ~net-libs/libsoup-${PV}[introspection?,${MULTILIB_USEDEP}]
55 - dev-db/sqlite:3=[${MULTILIB_USEDEP}]
56 - introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
57 - >=net-libs/libsoup-2.42.2-r1[${MULTILIB_USEDEP}]
58 -"
59 -DEPEND="${RDEPEND}
60 - >=dev-util/gtk-doc-am-1.10
61 - >=dev-util/intltool-0.35
62 - sys-devel/gettext
63 - virtual/pkgconfig[${MULTILIB_USEDEP}]
64 -"
65 -
66 -S=${WORKDIR}/${MY_P}
67 -
68 -src_prepare() {
69 - # Use lib present on the system
70 - epatch "${FILESDIR}"/${PN}-2.48.0-system-lib.patch
71 - eautoreconf
72 - gnome2_src_prepare
73 -}
74 -
75 -multilib_src_configure() {
76 - # FIXME: we need addpredict to workaround bug #324779 until
77 - # root cause (bug #249496) is solved
78 - addpredict /usr/share/snmp/mibs/.index
79 -
80 - # Disable apache tests until they are usable on Gentoo, bug #326957
81 - ECONF_SOURCE=${S} \
82 - gnome2_src_configure \
83 - --disable-static \
84 - --disable-tls-check \
85 - $(multilib_native_use_enable introspection) \
86 - --with-libsoup-system \
87 - --with-gnome \
88 - --without-apache-httpd
89 -}
90 -
91 -multilib_src_compile() { gnome2_src_compile; }
92 -multilib_src_install() { gnome2_src_install; }