mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-extra/nm-applet: Drop old
Package-Manager: portage-2.2.24
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
DIST network-manager-applet-0.9.8.10.tar.xz 1234720 SHA256 46fee9a1e667d1826e6a94bb6bd2e6bdbde535fc995e534542f5f7e8b8dae0cb SHA512 c943eff9eaba1f28ad9101c659d4e3da72d6190dd7fd58f3c3d54bcc53c21ec33247aee6dc7a3d7348efd905876f699c39fb3f64cf46f5f627a3976deaa06fa2 WHIRLPOOL 070e4fc914f5db60fc5e66884c7a1868a49cc011556685c9f64505e55d7c59ac749f9828c8fdf31c1e5e727b640943ea9663c6ef0139adb634f64097c4b4f243
|
||||
DIST network-manager-applet-1.0.2.tar.xz 1310236 SHA256 760af85b43fa5bcf74b96f899a6d4c1d5e9445e5eb63088c49e5164bbf88d9a9 SHA512 8b9da7bb12bb6bb4ee7717e041160d1541b4183a766828e28fcdc387c82ad7b5c299535575842058cf72c13b29967c16e78bee741a61c368996e9f560dc85fd7 WHIRLPOOL 72deb07c2d27e624fa05b023818e4326cb5483513b27ebc8aeef3faf30cf7458aee3dbe6bc7df09b7b682a5d2d0f4b1589734ac2bb8959ae9ab5254f16c16fbf
|
||||
DIST network-manager-applet-1.0.4.tar.xz 1336632 SHA256 2cc26f03d0011d2a067bd5205dc0c17d5aa0470020a8c36d319ae10e5728af72 SHA512 2a71f5416a668f26d9ce24f00b71ee5cf4d6af05fa4e5d13523c96dfe73528491d7ac2e45dc464d557d257f50ad14f11c9c2a767cb69ac0844ebd1753de1a8f5 WHIRLPOOL 093e092a1dc5289090aebb1b9dc788c058ac6eb87920a3762c94be1bf2d016946f158fc4dec388f96723c237a4be078e43d31bf03551dc7c215fde0d21ae1ea8
|
||||
DIST network-manager-applet-1.0.6.tar.xz 1339672 SHA256 5d4d53e0d2221d97cd214c3817a77cbeeed0e198d565101b6822ecb49ca940fa SHA512 4f34cbfc0158090f9b3f32f3b29a2c771cbf35b6334c9444c222a7b87f958b59bd1179f4241e82dd7ec354f6ef3067dde58d461fe38464b7593fad9f710f8a60 WHIRLPOOL f8c93545123d7c24b0270337cf0c09b89d9604947ad101e8493e7772db4931fc33be13163d42ca7dd8270b8d0504e1208a8e7c93a0dbc23d38146cb633506a6f
|
||||
DIST network-manager-applet-1.0.8.tar.xz 1362976 SHA256 b85f8dbb8fd21950709a97f7076ce3e3729b1711b24917ac59666ac0588420be SHA512 9795985bbabf2333c3adc02b532b8884f2cc69dd1a3426fbc5924873b23bc397f2d53bca4af05ae594e4059fc1e696aa7d4424623b8401f7f0f5b536d4f07bb0 WHIRLPOOL 96801b1230d25d4317a1c5b07f176a693f8bd30a7041dff18d2794963066bfaeab1c7348a42c17ea67f1680534c8d3e48669d52e273a84cf93162e983a4dc622
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
<pkgmetadata>
|
||||
<herd>gnome</herd>
|
||||
<use>
|
||||
<flag name="gconf">Build tool for migrating gconf settings from
|
||||
nm-applet-0.8.x</flag>
|
||||
<flag name="modemmanager">Enable support for mobile broadband devices
|
||||
using <pkg>net-misc/modemmanager</pkg></flag>
|
||||
</use>
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
GNOME_ORG_MODULE="network-manager-applet"
|
||||
|
||||
inherit eutils gnome2
|
||||
|
||||
DESCRIPTION="GNOME applet for NetworkManager"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="bluetooth gconf +introspection modemmanager"
|
||||
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
|
||||
|
||||
RDEPEND="
|
||||
app-crypt/libsecret
|
||||
>=dev-libs/glib-2.26:2
|
||||
>=dev-libs/dbus-glib-0.88
|
||||
>=sys-apps/dbus-1.4.1
|
||||
>=sys-auth/polkit-0.96-r1
|
||||
>=x11-libs/gtk+-3:3[introspection?]
|
||||
>=x11-libs/libnotify-0.7.0
|
||||
|
||||
app-text/iso-codes
|
||||
>=net-misc/networkmanager-0.9.8[introspection?]
|
||||
net-misc/mobile-broadband-provider-info
|
||||
|
||||
bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6:= )
|
||||
gconf? (
|
||||
>=gnome-base/gconf-2.20:2
|
||||
gnome-base/libgnome-keyring )
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
|
||||
modemmanager? ( >=net-misc/modemmanager-0.7.990 )
|
||||
virtual/freedesktop-icon-theme
|
||||
virtual/notification-daemon
|
||||
virtual/libgudev:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
>=dev-util/intltool-0.40
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--with-gtkver=3 \
|
||||
--disable-more-warnings \
|
||||
--disable-static \
|
||||
--localstatedir=/var \
|
||||
$(use_with bluetooth) \
|
||||
$(use_enable gconf migration) \
|
||||
$(use_enable introspection) \
|
||||
$(use_with modemmanager modem-manager-1)
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
GNOME_ORG_MODULE="network-manager-applet"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="GNOME applet for NetworkManager"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="bluetooth +introspection modemmanager"
|
||||
KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86"
|
||||
|
||||
RDEPEND="
|
||||
app-crypt/libsecret
|
||||
>=dev-libs/glib-2.32:2
|
||||
>=dev-libs/dbus-glib-0.88
|
||||
>=sys-apps/dbus-1.4.1
|
||||
>=sys-auth/polkit-0.96-r1
|
||||
>=x11-libs/gtk+-3.4:3[introspection?]
|
||||
>=x11-libs/libnotify-0.7.0
|
||||
|
||||
app-text/iso-codes
|
||||
>=net-misc/networkmanager-1.0.0[introspection?]
|
||||
net-misc/mobile-broadband-provider-info
|
||||
|
||||
bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6:= )
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
|
||||
modemmanager? ( >=net-misc/modemmanager-0.7.990 )
|
||||
virtual/freedesktop-icon-theme
|
||||
virtual/libgudev:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
>=dev-util/intltool-0.40
|
||||
"
|
||||
|
||||
PDEPEND="virtual/notification-daemon" #546134
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--disable-more-warnings \
|
||||
--disable-static \
|
||||
--disable-migration \
|
||||
--localstatedir=/var \
|
||||
$(use_with bluetooth) \
|
||||
$(use_enable introspection) \
|
||||
$(use_with modemmanager modem-manager-1)
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
GNOME_ORG_MODULE="network-manager-applet"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="GNOME applet for NetworkManager"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE="bluetooth +introspection modemmanager"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
app-crypt/libsecret
|
||||
>=dev-libs/glib-2.32:2
|
||||
>=dev-libs/dbus-glib-0.88
|
||||
>=sys-apps/dbus-1.4.1
|
||||
>=sys-auth/polkit-0.96-r1
|
||||
>=x11-libs/gtk+-3.4:3[introspection?]
|
||||
>=x11-libs/libnotify-0.7.0
|
||||
|
||||
app-text/iso-codes
|
||||
>=net-misc/networkmanager-1.0.0[introspection?]
|
||||
net-misc/mobile-broadband-provider-info
|
||||
|
||||
bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6:= )
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
|
||||
modemmanager? ( >=net-misc/modemmanager-0.7.990 )
|
||||
virtual/freedesktop-icon-theme
|
||||
virtual/libgudev:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
>=dev-util/intltool-0.40
|
||||
"
|
||||
|
||||
PDEPEND="virtual/notification-daemon" #546134
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--disable-more-warnings \
|
||||
--disable-static \
|
||||
--disable-migration \
|
||||
--localstatedir=/var \
|
||||
$(use_with bluetooth) \
|
||||
$(use_enable introspection) \
|
||||
$(use_with modemmanager modem-manager-1)
|
||||
}
|
||||
Reference in New Issue
Block a user