Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/
Date: Sun, 08 Sep 2019 10:47:29
Message-Id: 1567939613.02116fc4da0a1378dfadec788445205e1d85021c.leio@gentoo
1 commit: 02116fc4da0a1378dfadec788445205e1d85021c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 10:43:51 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 10:46:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02116fc4
7
8 gnome-extra/nm-applet: remove old
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/nm-applet/Manifest | 1 -
14 gnome-extra/nm-applet/nm-applet-1.8.20.ebuild | 66 ---------------------------
15 2 files changed, 67 deletions(-)
16
17 diff --git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest
18 index 95376c16d19..71f58ae741b 100644
19 --- a/gnome-extra/nm-applet/Manifest
20 +++ b/gnome-extra/nm-applet/Manifest
21 @@ -1,2 +1 @@
22 -DIST network-manager-applet-1.8.20.tar.xz 1551392 BLAKE2B 91258012715f226467126e4eefdfcd6ebde36958be80ae5e264dbf5168e0b772ce04404030d3f7dac9a6f72088918a2c5160aba694b6b7f7d4d6289b716b76f1 SHA512 5020aefe1803ad3b59562478e793737b52a3e5fd294470cfb430c73937cdbc0be6ecba5f3f8e8dbcc5bb5ac293df2866ecc919dd5019a3e681a434078d235a41
23 DIST network-manager-applet-1.8.22.tar.xz 2058500 BLAKE2B e4b31ea3dfe91f07a61b7dd4c34521bc4fc2d7a1b7e5649690336cce0c425d57128ff8011b18a6505893982bfd81170eb8239b9e83de6f91afa11190cfac3b4d SHA512 d2f679a67b79b011762f9249798c5a4ccad3d0fdd01d8d45956a65ab75398ccc07167fc5452748a12294315f729b10115edcb9f11e05475bb0b15b2ade638dd3
24
25 diff --git a/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild
26 deleted file mode 100644
27 index 5532c487d81..00000000000
28 --- a/gnome-extra/nm-applet/nm-applet-1.8.20.ebuild
29 +++ /dev/null
30 @@ -1,66 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -GNOME2_LA_PUNT="yes"
36 -GNOME_ORG_MODULE="network-manager-applet"
37 -
38 -inherit gnome2
39 -
40 -DESCRIPTION="GNOME applet for NetworkManager"
41 -HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
46 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
47 -
48 -RDEPEND="
49 - >=app-crypt/libsecret-0.18
50 - >=dev-libs/glib-2.38:2[dbus]
51 - >=dev-libs/dbus-glib-0.88
52 - >=sys-apps/dbus-1.4.1
53 - >=sys-auth/polkit-0.96-r1
54 - >=x11-libs/gtk+-3.10:3[introspection?]
55 - >=x11-libs/libnotify-0.7.0
56 -
57 - app-text/iso-codes
58 - >=net-misc/networkmanager-1.7:=[introspection?,modemmanager?,teamd?]
59 - net-misc/mobile-broadband-provider-info
60 -
61 - ayatana? (
62 - dev-libs/libappindicator:3
63 - >=dev-libs/libdbusmenu-16.04.0 )
64 - introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
65 - virtual/freedesktop-icon-theme
66 - virtual/libgudev:=
67 - gcr? ( >=app-crypt/gcr-3.14:=[gtk] )
68 - modemmanager? ( net-misc/modemmanager )
69 - selinux? ( sys-libs/libselinux )
70 - teamd? ( >=dev-libs/jansson-2.7 )
71 -"
72 -DEPEND="${RDEPEND}
73 - >=dev-util/gtk-doc-am-1.0
74 - >=dev-util/intltool-0.50.1
75 - virtual/pkgconfig
76 -"
77 -
78 -PDEPEND="virtual/notification-daemon" #546134
79 -
80 -src_configure() {
81 - local myconf=(
82 - --with-appindicator=$(usex ayatana ubuntu no)
83 - --with-libnm-gtk
84 - --disable-lto
85 - --disable-ld-gc
86 - --disable-more-warnings
87 - --disable-static
88 - --localstatedir=/var
89 - $(use_enable introspection)
90 - $(use_with gcr)
91 - $(use_with modemmanager wwan)
92 - $(use_with selinux)
93 - $(use_with teamd team)
94 - )
95 - gnome2_src_configure "${myconf[@]}"
96 -}