From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/python-iwscan/Manifest | 4 ---- .../python-iwscan-20080402-wireless-tools-30.patch | 14 ----------- dev-python/python-iwscan/metadata.xml | 8 ------- .../python-iwscan/python-iwscan-20080402-r1.ebuild | 28 ---------------------- 4 files changed, 54 deletions(-) delete mode 100644 dev-python/python-iwscan/Manifest delete mode 100644 dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch delete mode 100644 dev-python/python-iwscan/metadata.xml delete mode 100644 dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild (limited to 'dev-python/python-iwscan') diff --git a/dev-python/python-iwscan/Manifest b/dev-python/python-iwscan/Manifest deleted file mode 100644 index 99169fadc0ff..000000000000 --- a/dev-python/python-iwscan/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX python-iwscan-20080402-wireless-tools-30.patch 366 BLAKE2B 23d65df7931bf9e8c46d975165a8b9cbe638f080bba9cf59b07678647ad248eed03d5972de1f181109c595f86dc2b93a4bc3dafe473ca6cd787daf0f13b8df09 SHA512 67687e0c3fe5dacc58dca129325542b7b5fe11b761ce1c699d4d38a77738bad8ed1ae191716d7ca10bae056481242454c5afce7b6e4143f34e5c45121fdd4209 -DIST python-iwscan-20080402.tar.bz2 16891 BLAKE2B acfdfba08f6c7fbd7a89ca8932c6155f306332f03bfa1aec70618370c12480779d13726836074ab049f1ba496111a3b02cbd15fb515c317d48fe5f66d8295df4 SHA512 9e9d5e1b2cc491879a4f8a216044f46253820c6c8f30904a1867f758f6d158a9270c9c70a91f22a80f15fbe0446d786869104c5dc5d6bfcab470a79478f533d2 -EBUILD python-iwscan-20080402-r1.ebuild 578 BLAKE2B 05ae7d3188ee31ea1ea56113c02ce8c82dd33b272ec9335d365ef66c2a9490bfcfebf3173118ec6f89f7761d60ae6b15b5a22bfcd890e0f0586700b52c7e23c5 SHA512 16ddd2ab6b23ab481a95d534c8063c403e227167397f0eb326034e19f2d43fe26e47a6b40d22e243b6f1a39ce1647e76feaf8c5d4c6d6139854acfe4d1f6b7c7 -MISC metadata.xml 238 BLAKE2B 42382d5ebb1aa60ff6a073fdc038e223500028f83581747b85bd1d1ac43160aef294b49db65a26ab2e713ef88b2e869eb3065b0a9f0be787e32f4cead3ec8fc4 SHA512 47119affb0bb88a6fef7b2121569fa43cc30157b6aa8d1edb7374367a11ea9d422497da9bbc0bb7106b4124c90e3c980ced5ae202d96a48526ecaf875975db6a diff --git a/dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch b/dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch deleted file mode 100644 index 16a9dce1858f..000000000000 --- a/dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- pyiwscan.c -+++ pyiwscan.c -@@ -13,6 +13,11 @@ - #include - #include - -+/* PROC_NET_WIRELESS is defined in iwlib-private.h since wireless-tools-30_pre9 */ -+#ifndef PROC_NET_WIRELESS -+#define PROC_NET_WIRELESS "/proc/net/wireless" -+#endif -+ - #define IWSCAN_VERSION_MAJOR 0 - #define IWSCAN_VERSION_MINOR 7 - #define IWSCAN_VERSION_MICRO 0 diff --git a/dev-python/python-iwscan/metadata.xml b/dev-python/python-iwscan/metadata.xml deleted file mode 100644 index a5c911a491f5..000000000000 --- a/dev-python/python-iwscan/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - python@gentoo.org - Python - - diff --git a/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild b/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild deleted file mode 100644 index e037ac41b7f4..000000000000 --- a/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="A Python extension for iwscan access" -HOMEPAGE="http://projects.otaku42.de/browser/python-iwscan" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -DEPEND="net-wireless/wireless-tools" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-wireless-tools-30.patch" -) - -python_configure_all() { - append-flags -fno-strict-aliasing -} -- cgit v1.2.3