gnome-extra/nm-applet: remove old
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Dec 2018 17:02:13 +0000 (19:02 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Dec 2018 17:26:11 +0000 (19:26 +0200)
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

gnome-extra/nm-applet/Manifest
gnome-extra/nm-applet/nm-applet-1.8.14.ebuild [deleted file]
gnome-extra/nm-applet/nm-applet-1.8.16.ebuild [deleted file]

index 391235765c852b440104a2e890cad5f2249bec98..d79dd7d93b83db6dca4a4bf470888ed7ef3aa760 100644 (file)
@@ -1,4 +1,2 @@
 DIST network-manager-applet-1.8.10.tar.xz 1479032 BLAKE2B 482c7a644edaf4f19ed02ca3f29ffbbcf11c01b1c9572affa430a7edb8314d1381ca6738d998e91537903f6eceea0cff1b82b88e7acd1e9b5665c566271cdf3c SHA512 319a280ad56efe8d1b31db7879aebd6242f2e67453287476d397835069f5f5c6ce7884c84d65e0177a94a554b8f1a6e1d353ab33f8ddfc63269d8133b76b1372
-DIST network-manager-applet-1.8.14.tar.xz 1513668 BLAKE2B a07baa11717632333b4957e6cc60b9ee8d9c656874e99337d5e5c9d115c99f10daee94b2a75f72991fa4a20d268122e73cf2ed74f41d29bbee7614965f0b9900 SHA512 e446a2e90faf17e672fa79a53280957dfd9a7a022293dfd578b4ebb71e821c2f387f8ec821c2dcd9a24d1e00e0bd32a4ac3c5d802b9a4fdd7f876c870f406eea
-DIST network-manager-applet-1.8.16.tar.xz 1521776 BLAKE2B 60d73846b365cc73eac2d5cc3c2d5ab8aa28d6fdc532db7eedcbf6b280db26a2c705829f9ce6c359690a9d6b44279215e7c34bf9d84dca749dd8535c09db4537 SHA512 d96b525c74095bf7912eef0081ee888450b13ba8799a5a0c82d0ac71d8b227b39336697ed7321f5d61829f75fa13971ee2a282fd3d6be71c419f23fd4b88ec48
 DIST network-manager-applet-1.8.18.tar.xz 1550448 BLAKE2B 93e0075b87c13f81d3551a62da2cfc8fa41f478043c1d19540aaa6fa3ae149ce1f08d931a8141473bb759e09fbb231bd29e9d1aec8f97fa670c059b83489d48e SHA512 4871d95f3260beb8c3207e5ec8e25437b3d01758afc3bfe7d877774b21a05f4523449ee32e4cff27c082fefef88fed01db718d2227d6896c3c9b85d09cee927b
diff --git a/gnome-extra/nm-applet/nm-applet-1.8.14.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.14.ebuild
deleted file mode 100644 (file)
index 7fea5ac..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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="ayatana +introspection +gcr +modemmanager selinux teamd"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-       >=app-crypt/libsecret-0.18
-       >=dev-libs/glib-2.38:2[dbus]
-       >=dev-libs/dbus-glib-0.88
-       >=sys-apps/dbus-1.4.1
-       >=sys-auth/polkit-0.96-r1
-       >=x11-libs/gtk+-3.10:3[introspection?]
-       >=x11-libs/libnotify-0.7.0
-
-       app-text/iso-codes
-       >=net-misc/networkmanager-1.7:=[introspection?,modemmanager?,teamd?]
-       net-misc/mobile-broadband-provider-info
-
-       ayatana? (
-               dev-libs/libappindicator:3
-               >=dev-libs/libdbusmenu-16.04.0 )
-       introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-       virtual/freedesktop-icon-theme
-       virtual/libgudev:=
-       gcr? ( >=app-crypt/gcr-3.14:=[gtk] )
-       modemmanager? ( net-misc/modemmanager )
-       selinux? ( sys-libs/libselinux )
-       teamd? ( >=dev-libs/jansson-2.7 )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.0
-       >=dev-util/intltool-0.50.1
-       virtual/pkgconfig
-"
-
-PDEPEND="virtual/notification-daemon" #546134
-
-src_configure() {
-       local myconf=(
-               --with-appindicator=$(usex ayatana ubuntu no)
-               --disable-lto
-               --disable-ld-gc
-               --disable-more-warnings
-               --disable-static
-               --localstatedir=/var
-               $(use_enable introspection)
-               $(use_with gcr)
-               $(use_with modemmanager wwan)
-               $(use_with selinux)
-               $(use_with teamd team)
-       )
-       gnome2_src_configure "${myconf[@]}"
-}
diff --git a/gnome-extra/nm-applet/nm-applet-1.8.16.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.16.ebuild
deleted file mode 100644 (file)
index 0b74457..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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="ayatana +introspection +gcr +modemmanager selinux teamd"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-       >=app-crypt/libsecret-0.18
-       >=dev-libs/glib-2.38:2[dbus]
-       >=dev-libs/dbus-glib-0.88
-       >=sys-apps/dbus-1.4.1
-       >=sys-auth/polkit-0.96-r1
-       >=x11-libs/gtk+-3.10:3[introspection?]
-       >=x11-libs/libnotify-0.7.0
-
-       app-text/iso-codes
-       >=net-misc/networkmanager-1.7:=[introspection?,modemmanager?,teamd?]
-       net-misc/mobile-broadband-provider-info
-
-       ayatana? (
-               dev-libs/libappindicator:3
-               >=dev-libs/libdbusmenu-16.04.0 )
-       introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-       virtual/freedesktop-icon-theme
-       virtual/libgudev:=
-       gcr? ( >=app-crypt/gcr-3.14:=[gtk] )
-       modemmanager? ( net-misc/modemmanager )
-       selinux? ( sys-libs/libselinux )
-       teamd? ( >=dev-libs/jansson-2.7 )
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.0
-       >=dev-util/intltool-0.50.1
-       virtual/pkgconfig
-"
-
-PDEPEND="virtual/notification-daemon" #546134
-
-src_configure() {
-       local myconf=(
-               --with-appindicator=$(usex ayatana ubuntu no)
-               --disable-lto
-               --disable-ld-gc
-               --disable-more-warnings
-               --disable-static
-               --localstatedir=/var
-               $(use_enable introspection)
-               $(use_with gcr)
-               $(use_with modemmanager wwan)
-               $(use_with selinux)
-               $(use_with teamd team)
-       )
-       gnome2_src_configure "${myconf[@]}"
-}