idella4 15/03/28 03:55:49 Modified: ChangeLog Added: python-wifi-0.5.0-r2.ebuild Removed: python-wifi-0.3.1-r1.ebuild Log: revbump; conversion -> distutils-r1, rm oldest 'testing' ebuild (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.15 net-wireless/python-wifi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/python-wifi/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/python-wifi/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/python-wifi/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 16 Dec 2012 15:25:55 -0000 1.14 +++ ChangeLog 28 Mar 2015 03:55:49 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/python-wifi -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/ChangeLog,v 1.14 2012/12/16 15:25:55 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/ChangeLog,v 1.15 2015/03/28 03:55:49 idella4 Exp $ + +*python-wifi-0.5.0-r2 (28 Mar 2015) + + 28 Mar 2015; Ian Delaney <[email protected]> +python-wifi-0.5.0-r2.ebuild, + -python-wifi-0.3.1-r1.ebuild: + revbump; conversion -> distutils-r1, rm oldest 'testing' ebuild 16 Dec 2012; Raúl Porcel <[email protected]> python-wifi-0.5.0-r1.ebuild: alpha/ia64/sparc stable wrt #442038 1.1 net-wireless/python-wifi/python-wifi-0.5.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/python-wifi/python-wifi-0.5.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/python-wifi/python-wifi-0.5.0-r2.ebuild?rev=1.1&content-type=text/plain Index: python-wifi-0.5.0-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/python-wifi-0.5.0-r2.ebuild,v 1.1 2015/03/28 03:55:49 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 DESCRIPTION="Provides r/w access to a wireless network card's capabilities using Linux Wireless Extensions" HOMEPAGE="http://pypi.python.org/pypi/python-wifi https://developer.berlios.de/projects/pythonwifi" SRC_URI="mirror://berlios/${PN/-}/${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[${PYTHON_USEDEP}]" DOCS="docs/AUTHORS docs/BUGS docs/DEVEL.txt docs/TODO" pkg_setup() { python-single-r1_pkg_setup } src_install() { # The section data_files=[ in setup.py competes with the elcass awfully. # Without patching a setup.py from 2102 we have to manually adjust post install use examples & local EXAMPLES=( examples/. ) distutils-r1_src_install # NEVER before has it been necessary to code for both use and non use of this use flag if ! use examples; then rm -rf "${D}"/usr/share/doc/${PF}/examples/ || die fi rm -rvf "${D}"usr/{docs,examples,INSTALL,README} || die mv -v "${D}"usr{,/share}/man || die }
