Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/
Date: Fri, 07 Jul 2017 21:20:54
Message-Id: 1499462370.15d576f00788a0b0fcb98d672fe362557b19fbe8.leio@gentoo
1 commit: 15d576f00788a0b0fcb98d672fe362557b19fbe8
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 20:42:17 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 21:19:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d576f0
7
8 net-libs/glib-networking: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 net-libs/glib-networking/Manifest | 1 -
13 .../glib-networking/glib-networking-2.48.2.ebuild | 77 ----------------------
14 2 files changed, 78 deletions(-)
15
16 diff --git a/net-libs/glib-networking/Manifest b/net-libs/glib-networking/Manifest
17 index 91ecc96352a..a1b5c5ac8a7 100644
18 --- a/net-libs/glib-networking/Manifest
19 +++ b/net-libs/glib-networking/Manifest
20 @@ -1,2 +1 @@
21 -DIST glib-networking-2.48.2.tar.xz 392340 SHA256 925c0c49d6b2b8b5695f2e33cd952d1dbb7d18d3f2f796413577719315bb3a84 SHA512 e33e2f2af062eaa686bb20cd872f25eca0bbbf9bba072e74049a2996dd66fe1a2000ba991354ed63fc196f3da4d9cfa05cc4ae31cfe08cfaf997cf08a9e2fd84 WHIRLPOOL 75a09eb6de135419cfc7a4f2ad3b97a0c3004ba9e8a4f1c64983eda72eb7ce6e9f11d58460ee71dc36c62d0040927d01d9283269626d1647e03e19ffc52fdaa0
22 DIST glib-networking-2.50.0.tar.xz 435380 SHA256 3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee SHA512 a1e9d28a546f83d461057f088ca2467a32be110f444c8ede1cbfeb20244637d8d5fb5b5b0ee4485feb517beebc3536671442bbfdd3ba01663b52e6da138bd7fe WHIRLPOOL c9d2fa9c36fa9e48991ebf09c5719ccb6e0cb72bcdc5a878ea7d1db71d7edf2614ff6a4c91839860cb3f92aae336fd6033c26d8905c06730369e1256435ee47a
23
24 diff --git a/net-libs/glib-networking/glib-networking-2.48.2.ebuild b/net-libs/glib-networking/glib-networking-2.48.2.ebuild
25 deleted file mode 100644
26 index e1d5c03d0c0..00000000000
27 --- a/net-libs/glib-networking/glib-networking-2.48.2.ebuild
28 +++ /dev/null
29 @@ -1,77 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -
36 -inherit gnome2 multilib-minimal virtualx
37 -
38 -DESCRIPTION="Network-related giomodules for glib"
39 -HOMEPAGE="https://git.gnome.org/browse/glib-networking/"
40 -
41 -LICENSE="LGPL-2+"
42 -SLOT="0"
43 -IUSE="+gnome +libproxy smartcard +ssl test"
44 -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"
45 -
46 -RDEPEND="
47 - >=dev-libs/glib-2.46.0:2[${MULTILIB_USEDEP}]
48 - gnome? ( gnome-base/gsettings-desktop-schemas )
49 - libproxy? ( >=net-libs/libproxy-0.4.11-r1:=[${MULTILIB_USEDEP}] )
50 - smartcard? (
51 - >=app-crypt/p11-kit-0.18.4[${MULTILIB_USEDEP}]
52 - >=net-libs/gnutls-3:=[pkcs11,${MULTILIB_USEDEP}] )
53 - ssl? (
54 - app-misc/ca-certificates
55 - >=net-libs/gnutls-3:=[${MULTILIB_USEDEP}] )
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-util/intltool-0.35.0
59 - sys-devel/gettext
60 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
61 - test? ( sys-apps/dbus[X] )
62 -"
63 -# eautoreconf needs >=sys-devel/autoconf-2.65:2.5
64 -
65 -multilib_src_configure() {
66 - ECONF_SOURCE=${S} \
67 - gnome2_src_configure \
68 - --disable-static \
69 - --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
70 - $(use_with gnome gnome-proxy) \
71 - $(use_with libproxy) \
72 - $(use_with smartcard pkcs11) \
73 - $(use_with ssl gnutls)
74 -}
75 -
76 -multilib_src_test() {
77 - # non-native tests fail if glib-networking is already installed.
78 - # have no idea what's wrong. would appreciate some help.
79 - multilib_is_native_abi || return 0
80 -
81 - virtx emake check
82 -}
83 -
84 -multilib_src_install() {
85 - gnome2_src_install
86 -}
87 -
88 -pkg_postinst() {
89 - gnome2_pkg_postinst
90 -
91 - multilib_pkg_postinst() {
92 - gnome2_giomodule_cache_update \
93 - || die "Update GIO modules cache failed (for ${ABI})"
94 - }
95 - multilib_foreach_abi multilib_pkg_postinst
96 -}
97 -
98 -pkg_postrm() {
99 - gnome2_pkg_postrm
100 -
101 - multilib_pkg_postrm() {
102 - gnome2_giomodule_cache_update \
103 - || die "Update GIO modules cache failed (for ${ABI})"
104 - }
105 - multilib_foreach_abi multilib_pkg_postrm
106 -}