Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/
Date: Thu, 07 Jul 2016 19:18:28
Message-Id: 1467919001.4596c40f4d253a63faaf3e2aaa37d43b562a3c26.pacho@gentoo
1 commit: 4596c40f4d253a63faaf3e2aaa37d43b562a3c26
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 7 19:09:35 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 19:16:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4596c40f
7
8 gnome-extra/nm-applet: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 gnome-extra/nm-applet/Manifest | 2 -
13 gnome-extra/nm-applet/nm-applet-1.0.6.ebuild | 55 ----------------------------
14 gnome-extra/nm-applet/nm-applet-1.0.8.ebuild | 55 ----------------------------
15 3 files changed, 112 deletions(-)
16
17 diff --git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest
18 index 54654fa..9f27f2e 100644
19 --- a/gnome-extra/nm-applet/Manifest
20 +++ b/gnome-extra/nm-applet/Manifest
21 @@ -1,3 +1 @@
22 DIST network-manager-applet-1.0.10.tar.xz 1374084 SHA256 b045ac3eaa68ccbbefe91510ad67b4002a7e09d1e5ce1c4bf9a67619bd2cf0eb SHA512 dc13881243e5232d0c45563442f906a93c4d196a69c52c45d335f755bbc73c4d3131ba59180a102f65ca2066d40127b9db8cf85da2b41ec18efda482a9d210aa WHIRLPOOL c1a731927289ebef627cfcd930574f4653d971b787a55acc10c8cc21933ca41010845daec72ec6a918fba894b134fdaa558da0f6e91e65f84b1d1f97587c4431
23 -DIST network-manager-applet-1.0.6.tar.xz 1339672 SHA256 5d4d53e0d2221d97cd214c3817a77cbeeed0e198d565101b6822ecb49ca940fa SHA512 4f34cbfc0158090f9b3f32f3b29a2c771cbf35b6334c9444c222a7b87f958b59bd1179f4241e82dd7ec354f6ef3067dde58d461fe38464b7593fad9f710f8a60 WHIRLPOOL f8c93545123d7c24b0270337cf0c09b89d9604947ad101e8493e7772db4931fc33be13163d42ca7dd8270b8d0504e1208a8e7c93a0dbc23d38146cb633506a6f
24 -DIST network-manager-applet-1.0.8.tar.xz 1362976 SHA256 b85f8dbb8fd21950709a97f7076ce3e3729b1711b24917ac59666ac0588420be SHA512 9795985bbabf2333c3adc02b532b8884f2cc69dd1a3426fbc5924873b23bc397f2d53bca4af05ae594e4059fc1e696aa7d4424623b8401f7f0f5b536d4f07bb0 WHIRLPOOL 96801b1230d25d4317a1c5b07f176a693f8bd30a7041dff18d2794963066bfaeab1c7348a42c17ea67f1680534c8d3e48669d52e273a84cf93162e983a4dc622
25
26 diff --git a/gnome-extra/nm-applet/nm-applet-1.0.6.ebuild b/gnome-extra/nm-applet/nm-applet-1.0.6.ebuild
27 deleted file mode 100644
28 index fd1e47b..0000000
29 --- a/gnome-extra/nm-applet/nm-applet-1.0.6.ebuild
30 +++ /dev/null
31 @@ -1,55 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -GCONF_DEBUG="no"
38 -GNOME2_LA_PUNT="yes"
39 -GNOME_ORG_MODULE="network-manager-applet"
40 -
41 -inherit gnome2
42 -
43 -DESCRIPTION="GNOME applet for NetworkManager"
44 -HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
45 -
46 -LICENSE="GPL-2+"
47 -SLOT="0"
48 -IUSE="bluetooth +introspection modemmanager"
49 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
50 -
51 -RDEPEND="
52 - app-crypt/libsecret
53 - >=dev-libs/glib-2.32:2[dbus]
54 - >=dev-libs/dbus-glib-0.88
55 - >=sys-apps/dbus-1.4.1
56 - >=sys-auth/polkit-0.96-r1
57 - >=x11-libs/gtk+-3.4:3[introspection?]
58 - >=x11-libs/libnotify-0.7.0
59 -
60 - app-text/iso-codes
61 - >=net-misc/networkmanager-1.0.0[introspection?]
62 - net-misc/mobile-broadband-provider-info
63 -
64 - bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6:= )
65 - introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
66 - modemmanager? ( >=net-misc/modemmanager-0.7.990 )
67 - virtual/freedesktop-icon-theme
68 - virtual/libgudev:=
69 -"
70 -DEPEND="${RDEPEND}
71 - virtual/pkgconfig
72 - >=dev-util/intltool-0.50.1
73 -"
74 -
75 -PDEPEND="virtual/notification-daemon" #546134
76 -
77 -src_configure() {
78 - gnome2_src_configure \
79 - --disable-more-warnings \
80 - --disable-static \
81 - --disable-migration \
82 - --localstatedir=/var \
83 - $(use_with bluetooth) \
84 - $(use_enable introspection) \
85 - $(use_with modemmanager modem-manager-1)
86 -}
87
88 diff --git a/gnome-extra/nm-applet/nm-applet-1.0.8.ebuild b/gnome-extra/nm-applet/nm-applet-1.0.8.ebuild
89 deleted file mode 100644
90 index 4a4a875..0000000
91 --- a/gnome-extra/nm-applet/nm-applet-1.0.8.ebuild
92 +++ /dev/null
93 @@ -1,55 +0,0 @@
94 -# Copyright 1999-2015 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Id$
97 -
98 -EAPI=5
99 -GCONF_DEBUG="no"
100 -GNOME2_LA_PUNT="yes"
101 -GNOME_ORG_MODULE="network-manager-applet"
102 -
103 -inherit gnome2
104 -
105 -DESCRIPTION="GNOME applet for NetworkManager"
106 -HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
107 -
108 -LICENSE="GPL-2+"
109 -SLOT="0"
110 -IUSE="bluetooth +introspection modemmanager"
111 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
112 -
113 -RDEPEND="
114 - app-crypt/libsecret
115 - >=dev-libs/glib-2.32:2[dbus]
116 - >=dev-libs/dbus-glib-0.88
117 - >=sys-apps/dbus-1.4.1
118 - >=sys-auth/polkit-0.96-r1
119 - >=x11-libs/gtk+-3.4:3[introspection?]
120 - >=x11-libs/libnotify-0.7.0
121 -
122 - app-text/iso-codes
123 - >=net-misc/networkmanager-1.0.0[introspection?]
124 - net-misc/mobile-broadband-provider-info
125 -
126 - bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6:= )
127 - introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
128 - modemmanager? ( >=net-misc/modemmanager-0.7.990 )
129 - virtual/freedesktop-icon-theme
130 - virtual/libgudev:=
131 -"
132 -DEPEND="${RDEPEND}
133 - virtual/pkgconfig
134 - >=dev-util/intltool-0.50.1
135 -"
136 -
137 -PDEPEND="virtual/notification-daemon" #546134
138 -
139 -src_configure() {
140 - gnome2_src_configure \
141 - --disable-more-warnings \
142 - --disable-static \
143 - --disable-migration \
144 - --localstatedir=/var \
145 - $(use_with bluetooth) \
146 - $(use_enable introspection) \
147 - $(use_with modemmanager modem-manager-1)
148 -}