Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnma/
Date: Mon, 24 Jan 2022 22:43:39
Message-Id: 1643064175.7f3aa541c954261c52b20430a5806966cfe5fff6.mattst88@gentoo
1 commit: 7f3aa541c954261c52b20430a5806966cfe5fff6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 21:10:05 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 22:42:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3aa541
7
8 net-libs/libnma: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/libnma/Manifest | 1 -
13 net-libs/libnma/libnma-1.8.30.ebuild | 68 ------------------------------------
14 2 files changed, 69 deletions(-)
15
16 diff --git a/net-libs/libnma/Manifest b/net-libs/libnma/Manifest
17 index 692ec1c9acb4..b5e3be367778 100644
18 --- a/net-libs/libnma/Manifest
19 +++ b/net-libs/libnma/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST libnma-1.8.30.tar.xz 1386248 BLAKE2B 7021e85595819b0cbd44b8c62087f49a5ecccc4bb230820d9a0159bf33b904df4f5c8021a79822c37d0933bdcde790a44f6d960b7f5f504e7506849aed35d54c SHA512 4d8f93d035fca4252e5c5dafc756ee6bc8f1d302aaeca77c5c0acb5d7f6cd4214224fb48e2706e69084c5a714aafa7837769be17d0642cc29eded9eb175a1107
22 DIST libnma-1.8.32.tar.xz 1368492 BLAKE2B e91317259f79140803d5b99b23bafddebcb46a72b80c1fec912341aee377920ada3688864ede2aa3d492ef994de9b8f02e391fef98e0bbb61f296541338ad0cd SHA512 65244a8901322bc17d48c9cb809080790d5af0195b79becf0317da77b6c6a0fde3f8d3b752f5d7e59a5dba0970f4499077c5d9d6776912a72748290b8ac98e11
23 DIST libnma-1.8.34.tar.xz 1342040 BLAKE2B e81004cf97832bdd010869fd7a801ceda42b96a70a0bd0aa50f821f7e3c361716f8075ec8ae82a224b6f617ee9b3f177239a53dd9eb982dd49da409d97671fd9 SHA512 aca1e24a852072e65d1fba910613981373bb7bb7869b2e44abc9e41c527d234273f034215d62889a265aa3327ad2cce0cea7368b025df97dab12bff098310aaf
24
25 diff --git a/net-libs/libnma/libnma-1.8.30.ebuild b/net-libs/libnma/libnma-1.8.30.ebuild
26 deleted file mode 100644
27 index 98ccac03799a..000000000000
28 --- a/net-libs/libnma/libnma-1.8.30.ebuild
29 +++ /dev/null
30 @@ -1,68 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit gnome.org gnome2-utils meson xdg vala
37 -
38 -DESCRIPTION="NetworkManager GUI library"
39 -HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -# pkcs11 default enabled as it's a small dep often already present by libnma users, and it was default enabled as IUSE=+gcr in nm-applet before
44 -IUSE="gtk-doc +introspection +pkcs11 vala"
45 -REQUIRED_USE="vala? ( introspection )"
46 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~sparc x86"
47 -
48 -DEPEND="
49 - app-text/iso-codes
50 - net-misc/mobile-broadband-provider-info
51 - >=dev-libs/glib-2.38:2
52 - >=x11-libs/gtk+-3.10:3[introspection?]
53 - >=net-misc/networkmanager-1.7[introspection?]
54 - pkcs11? ( >=app-crypt/gcr-3.14:= )
55 - introspection? ( >=dev-libs/gobject-introspection-1.56:= )
56 -"
57 -RDEPEND="${DEPEND}
58 - !<gnome-extra/nm-applet-1.16.0" # gschema moved to here before nm-applet-1.16.0
59 -BDEPEND="
60 - dev-libs/libxml2
61 - >=sys-devel/gettext-0.19.8
62 - virtual/pkgconfig
63 - gtk-doc? ( dev-util/gtk-doc
64 - app-text/docbook-xml-dtd:4.3 )
65 - vala? ( $(vala_depend)
66 - net-misc/networkmanager[vala]
67 - )
68 -"
69 -
70 -src_prepare() {
71 - use vala && vala_src_prepare
72 - xdg_src_prepare
73 -}
74 -
75 -src_configure() {
76 - local emesonargs=(
77 - -Dlibnma_gtk4=false
78 - $(meson_use pkcs11 gcr)
79 - -Dmore_asserts=0
80 - -Diso_codes=true
81 - -Dmobile_broadband_provider_info=true
82 - -Dld_gc=false
83 - $(meson_use gtk-doc gtk_doc)
84 - $(meson_use introspection)
85 - $(meson_use vala vapi)
86 - )
87 - meson_src_configure
88 -}
89 -
90 -pkg_postinst() {
91 - xdg_pkg_postinst
92 - gnome2_schemas_update
93 -}
94 -
95 -pkg_postrm() {
96 - xdg_pkg_postrm
97 - gnome2_schemas_update
98 -}