[gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/, profiles/

2020-10-09 Thread Michał Górny
commit: 924e4a096e0589d03fdc4fd9033bbbd862658cac
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  9 07:37:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  9 07:37:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924e4a09

net-wireless/python-wifi: Remove last-rited pkg

Closes: https://bugs.gentoo.org/735450
Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/python-wifi/Manifest  |  1 -
 net-wireless/python-wifi/metadata.xml  | 11 
 .../python-wifi/python-wifi-0.5.0-r3.ebuild| 33 --
 profiles/package.mask  |  1 -
 4 files changed, 46 deletions(-)

diff --git a/net-wireless/python-wifi/Manifest 
b/net-wireless/python-wifi/Manifest
deleted file mode 100644
index ed505ac7713..000
--- a/net-wireless/python-wifi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-wifi-0.5.0.tar.bz2 69113 BLAKE2B 
fe2a6693ca22a963c5149991693ea72e58542ea0c9622573f0f6ad7194d50daa09fe52e8f349224a2131bf2a8fbe0ee9538e17d5413fefe574e60ee9416aa345
 SHA512 
cbbb337b20f60bb28597dc6e3c90b8d20ddee9512cf000ca0107eb01d2bfde1b3047458d1a3f4dc4b9836ae283cbc24792ffb95c4747027896cd6e50a72151d8

diff --git a/net-wireless/python-wifi/metadata.xml 
b/net-wireless/python-wifi/metadata.xml
deleted file mode 100644
index b447a239cea..000
--- a/net-wireless/python-wifi/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   python-wifi.berlios
-   
-

diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild 
b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
deleted file mode 100644
index 16cb7625f40..000
--- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
+++ /dev/null
@@ -1,33 +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 distutils-r1
-
-DESCRIPTION="Provides r/w access to a wireless network card's capabilities"
-HOMEPAGE="https://pypi.org/project/python-wifi/;
-SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-LICENSE="LGPL-2.1 examples? ( GPL-2 )"
-IUSE="examples"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( docs/AUTHORS docs/BUGS docs/DEVEL.txt docs/TODO )
-
-src_install() {
-   distutils-r1_src_install
-   use examples && dodoc -r examples
-   rm -rv "${ED}"/usr/{docs,examples,INSTALL,README} || die
-   if use examples; then
-   mv -v "${ED}"/usr{,/share}/man || die
-   else
-   rm -rv "${ED}"/usr/man || die
-   fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 5c533d582fd..fff76db2f4a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -513,7 +513,6 @@ media-sound/codecgraph
 net-misc/pssh
 net-misc/ris-linux
 net-wireless/mousejack
-net-wireless/python-wifi
 
 # Arfrever Frehtes Taifersar Arahesis  (2020-09-01)
 # Mismatched version (bug #695022). Masked to force upgrade to 
2.0.4_pre20200306162733.



[gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/

2018-03-31 Thread Sebastian Pipping
commit: 5fd2b1a19265631df5a3036dec41ecdc355ee574
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Mar 31 17:43:38 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Mar 31 17:43:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd2b1a1

net-wireless/python-wifi: Fix overlong description

 net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild 
b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
index 7d60e82a9e7..2398d2b4f3b 100644
--- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
+++ b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="Provides r/w access to a wireless network card's capabilities 
using the Linux Wireless Extensions"
+DESCRIPTION="Provides r/w access to a wireless network card's capabilities"
 HOMEPAGE="https://pypi.python.org/pypi/python-wifi;
 SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2"
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/

2018-03-31 Thread Sebastian Pipping
commit: 03fc97c8475c890d183bd7e8984e833de7046f66
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Sat Mar 31 17:03:37 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Mar 31 17:40:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fc97c8

net-wireless/python-wifi: keyword ~arm64

 net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild 
b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
index e25f0377967..7d60e82a9e7 100644
--- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
+++ b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.python.org/pypi/python-wifi;
 SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2"
 
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 LICENSE="LGPL-2.1 examples? ( GPL-2 )"
 IUSE="examples"
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/

2017-02-17 Thread Michał Górny
commit: b65a26ee5b7a6dde80b3d4c1391d58e5f0010159
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 17:42:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 17:57:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65a26ee

net-wireless/python-wifi: Clean up old version

 .../python-wifi/python-wifi-0.5.0-r1.ebuild| 37 --
 1 file changed, 37 deletions(-)

diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild 
b/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild
deleted file mode 100644
index 726ca9f918..00
--- a/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-DESCRIPTION="Provides r/w access to a wireless network card's capabilities 
using the Linux Wireless Extensions"
-HOMEPAGE="https://pypi.python.org/pypi/python-wifi 
https://developer.berlios.de/projects/pythonwifi;
-#SRC_URI="mirror://berlios/${PN/-}/${P}.tar.bz2"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-LICENSE="LGPL-2.1 examples? ( GPL-2 )"
-IUSE="examples"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools"
-
-DOCS="docs/AUTHORS docs/BUGS docs/DEVEL.txt docs/TODO"
-PYTHON_MODNAME="pythonwifi"
-
-src_install() {
-   distutils_src_install
-   if use examples; then
-   insinto /usr/share/${P}/
-   doins -r examples || die "no examples"
-   fi
-   rm -rvf "${ED}"/usr/{docs,examples,INSTALL,README} || die
-   mv -v "${ED}"/usr{,/share}/man || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/

2017-01-22 Thread Jeroen Roovers
commit: c5f23ce5438c750e9ceca14933ff6279e0466a6c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 23 06:36:44 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 23 06:36:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f23ce5

net-wireless/python-wifi: Stable for HPPA (bug #593170).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild 
b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
index 95517a1..b665bbe 100644
--- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
+++ b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.python.org/pypi/python-wifi;
 SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
 LICENSE="LGPL-2.1 examples? ( GPL-2 )"
 IUSE="examples"
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/

2016-10-16 Thread Pacho Ramos
commit: 05dba2c124fa986ee7f1db0225dd4666279ebf18
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Oct 16 19:32:51 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Oct 16 19:32:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05dba2c1

net-wireless/python-wifi: amd64/x86 stable, bug #593170

Package-Manager: portage-2.3.1

 net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild 
b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
index 2edce49..2eb343e 100644
--- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
+++ b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.python.org/pypi/python-wifi;
 SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 LICENSE="LGPL-2.1 examples? ( GPL-2 )"
 IUSE="examples"
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/

2016-10-16 Thread Tobias Klausmann
commit: 0e68826fb75a3c87fa5fbfc33fb9e1ec5826e648
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Oct 16 17:45:29 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Oct 16 17:45:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e68826f

net-wireless/python-wifi-0.5.0-r3: stable on alpha

Gentoo-Bug: 593170

 net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild 
b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
index 5108efb..2edce49 100644
--- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
+++ b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.python.org/pypi/python-wifi;
 SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="LGPL-2.1 examples? ( GPL-2 )"
 IUSE="examples"