From: Andreas Sturmlechner Date: Fri, 20 Mar 2020 20:31:44 +0000 (+0100) Subject: net-wireless/wifi-radar: Remove last-rited package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dbb09ac7ac5c1a88b256586b69331bc1afe7d699;p=gentoo.git net-wireless/wifi-radar: Remove last-rited package Closes: https://bugs.gentoo.org/710170 Signed-off-by: Andreas Sturmlechner --- diff --git a/net-wireless/wifi-radar/Manifest b/net-wireless/wifi-radar/Manifest deleted file mode 100644 index 786789fd1763..000000000000 --- a/net-wireless/wifi-radar/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wifi-radar-2.0.s08.tar.bz2 62781 BLAKE2B f7ea7a2a884ac2ddc4dcc74f44c1bd4799dcf7ce03a19a5c32aea886f0c4bca47a33fe8789f1b75d26867604b9f2703e1f6664e789636605faf6bf313ee36078 SHA512 8b14a227c4e1e60f05c981b51777dcb5318a1dda2026bc32e9fd761adb0a4243caabd7444768630ad54258f9f065f4c7cc73e9d8b17bc2ccd98f63f3119ce584 diff --git a/net-wireless/wifi-radar/metadata.xml b/net-wireless/wifi-radar/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-wireless/wifi-radar/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/net-wireless/wifi-radar/wifi-radar-2.0.8-r3.ebuild b/net-wireless/wifi-radar/wifi-radar-2.0.8-r3.ebuild deleted file mode 100644 index 0e2d255179ee..000000000000 --- a/net-wireless/wifi-radar/wifi-radar-2.0.8-r3.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils versionator python-single-r1 readme.gentoo - -MY_PV="$(get_version_component_range 1-2)" -MY_PL="$(get_version_component_range 3)" -MY_PL="s0${MY_PL}" -MY_PV="${MY_PV}.${MY_PL}" - -DESCRIPTION="WiFi Radar is a Python/PyGTK2 utility for managing WiFi profiles" -HOMEPAGE="http://wifi-radar.tuxfamily.org/" -SRC_URI="http://wifi-radar.tuxfamily.org/pub/${PN}-${MY_PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - app-admin/sudo - $(python_gen_cond_dep ' - >=dev-python/pygtk-2.16.0-r1[${PYTHON_MULTI_USEDEP}] - ') - >=net-wireless/wireless-tools-29 - || ( net-misc/dhcpcd net-misc/dhcp net-misc/pump ) -" - -S="${WORKDIR}/${PN}-${MY_PV}" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS=" -Remember to edit configuration file /etc/${PN}.conf to suit your needs. -To use ${PN} with a normal user (with sudo) add: -%users ALL = /usr/sbin/${PN} -in your /etc/sudoers. Also, find the line saying: -Defaults env_reset -and modify it as follows: -Defaults env_keep=DISPLAY - -Then launch ${PN}.sh -" - -src_prepare() { - sed -i "s:/etc/wpa_supplicant.conf:/etc/wpa_supplicant/wpa_supplicant.conf:" ${PN} || die - sed -i -e "s:/sbin/ifconfig:/bin/ifconfig:" ${PN} || die - python_fix_shebang . -} - -src_install() { - dosbin ${PN} - dobin ${PN}.sh - doicon -s scalable pixmaps/${PN}.svg - doicon -s 32 pixmaps/wifi_radar_32x32.png - doicon pixmaps/${PN}.png - make_desktop_entry ${PN}.sh "WiFi Radar" ${PN} Network - - doman man/man1/${PN}.1 man/man5/${PN}.conf.5 - - cd docs - dodoc BUGS CREDITS DEVELOPER_GUIDELINES HISTORY README README.WPA-Mini-HOWTO.txt TODO - keepdir /etc/${PN} - - readme.gentoo_create_doc -} diff --git a/profiles/package.mask b/profiles/package.mask index 0e6bff52eeed..0d364a60b3f7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -501,11 +501,6 @@ gnome-extra/nautilus-dropbox # Masked for removal in 30 days. x11-misc/driconf -# Andreas Sturmlechner (2020-02-19) -# Last commit in 2015, py2-only, blocks dev-python/pygtk removal, bug #710170 -# Masked for removal in 30 days. -net-wireless/wifi-radar - # Michał Górny (2020-02-18) # Dead and unmaintained. Last release in 2015. Broken with newer # versions of Python 3. No reverse dependencies left.