Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/
Date: Thu, 26 Nov 2015 10:52:19
Message-Id: 1448535045.551904b7ac78342268eaa9677e6ab1b3adb8a207.eva@gentoo
1 commit: 551904b7ac78342268eaa9677e6ab1b3adb8a207
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 25 22:59:54 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 10:50:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551904b7
7
8 net-libs/glib-networking: drop old revision
9
10 Package-Manager: portage-2.2.25
11
12 net-libs/glib-networking/Manifest | 1 -
13 .../glib-networking/glib-networking-2.42.1.ebuild | 67 ----------------------
14 2 files changed, 68 deletions(-)
15
16 diff --git a/net-libs/glib-networking/Manifest b/net-libs/glib-networking/Manifest
17 index c6e4381..0ce3e5c 100644
18 --- a/net-libs/glib-networking/Manifest
19 +++ b/net-libs/glib-networking/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST glib-networking-2.42.1.tar.xz 374540 SHA256 c06bf76da3353695fcc791b7b02e5d60c01c379e554f7841dc6cbca32f65f3a0 SHA512 e7cd6aad1ea6e8eb3feb2ff719e1b34da0ed18254f2e8f1fcf061b14bb5919651ecbae469217c504be4d034e0f334868c1556f6aac1027e505eb35ffd99b3a58 WHIRLPOOL aa76055b0924a4f7dc338ad702d9dfaefe08a5cb0f6cb334838f8d83143e7cee4a079b8ecc01e4be4241adb574d5b7a188c159d8fc176a3bf77004749dd48422
22 DIST glib-networking-2.44.0.tar.xz 375456 SHA256 8f8a340d3ba99bfdef38b653da929652ea6640e27969d29f7ac51fbbe11a4346 SHA512 318d7b7a4beeb21f75da9278bae7016bf78be48f9e2b9365d48246c97d1c6b6f5aba3365ef81f2592fd3cc3d5d16122c245dd3cfede6eaffc3e94113a527e10b WHIRLPOOL aaee32a45fbccbece1378a0a304b6215862bd1fd69991fbd99f344027693b4040b5acfe6b96f20c9d05d648cc72394dade50a233d61f19195e2f7ced5c4f0292
23 DIST glib-networking-2.46.1.tar.xz 378352 SHA256 d5034214217f705891b6c9e719cc2c583c870bfcfdc454ebbb5e5e8940ac90b1 SHA512 0d8d1977a3841c73eeaee478ceaf84bbba810818596350afdf218ff4cae4cdfc4a3a814c38481f7e439050f6bcb71b0b06d02afd8ea3e33d390f87f436f17b96 WHIRLPOOL ff448e1a8d57795c1803dfcbf0e082e09ecdd6d37111e703e2e4877af9d0aa51ee70b0fc9ee31b9142f058906e64da40dc42ebd81e8bac635c04a479db5ab926
24
25 diff --git a/net-libs/glib-networking/glib-networking-2.42.1.ebuild b/net-libs/glib-networking/glib-networking-2.42.1.ebuild
26 deleted file mode 100644
27 index 945a992..0000000
28 --- a/net-libs/glib-networking/glib-networking-2.42.1.ebuild
29 +++ /dev/null
30 @@ -1,67 +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="no"
37 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit autotools eutils gnome2 multilib-minimal virtualx
40 -
41 -DESCRIPTION="Network-related giomodules for glib"
42 -HOMEPAGE="https://git.gnome.org/browse/glib-networking/"
43 -
44 -LICENSE="LGPL-2+"
45 -SLOT="0"
46 -IUSE="+gnome +libproxy smartcard +ssl test"
47 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
48 -
49 -RDEPEND="
50 - >=dev-libs/glib-2.42:2[${MULTILIB_USEDEP}]
51 - gnome? ( gnome-base/gsettings-desktop-schemas )
52 - libproxy? ( >=net-libs/libproxy-0.4.11-r1:=[${MULTILIB_USEDEP}] )
53 - smartcard? (
54 - >=app-crypt/p11-kit-0.18.4[${MULTILIB_USEDEP}]
55 - >=net-libs/gnutls-3:=[pkcs11,${MULTILIB_USEDEP}] )
56 - ssl? (
57 - app-misc/ca-certificates
58 - >=net-libs/gnutls-3:=[${MULTILIB_USEDEP}] )
59 -"
60 -DEPEND="${RDEPEND}
61 - >=dev-util/intltool-0.35.0
62 - sys-devel/gettext
63 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
64 - test? ( sys-apps/dbus[X] )
65 -"
66 -# eautoreconf needs >=sys-devel/autoconf-2.65:2.5
67 -
68 -src_prepare() {
69 - # Fix test build failure with USE=-smartcard
70 - epatch "${FILESDIR}"/${PN}-2.40.1-unittests.patch
71 -
72 - eautoreconf
73 - gnome2_src_prepare
74 -}
75 -
76 -multilib_src_configure() {
77 - ECONF_SOURCE=${S} \
78 - gnome2_src_configure \
79 - --disable-static \
80 - --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
81 - $(use_with gnome gnome-proxy) \
82 - $(use_with libproxy) \
83 - $(use_with smartcard pkcs11) \
84 - $(use_with ssl gnutls)
85 -}
86 -
87 -multilib_src_test() {
88 - # non-native tests fail if glib-networking is already installed.
89 - # have no idea what's wrong. would appreciate some help.
90 - multilib_is_native_abi || return 0
91 -
92 - Xemake check
93 -}
94 -
95 -multilib_src_install() {
96 - gnome2_src_install
97 -}