pacho 15/06/07 10:34:33 Modified: ChangeLog Added: python-slip-0.6.1.ebuild Removed: python-slip-0.4.0.ebuild Log: Version bump, drop old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.21 dev-python/python-slip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 8 Apr 2015 08:04:58 -0000 1.20 +++ ChangeLog 7 Jun 2015 10:34:33 -0000 1.21 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-slip # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.20 2015/04/08 08:04:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.21 2015/06/07 10:34:33 pacho Exp $ + +*python-slip-0.6.1 (07 Jun 2015) + + 07 Jun 2015; Pacho Ramos <[email protected]> +python-slip-0.6.1.ebuild, + -python-slip-0.4.0.ebuild: + Version bump, drop old 08 Apr 2015; Michał Górny <[email protected]> python-slip-0.4.0.ebuild: Drop old Python implementations 1.1 dev-python/python-slip/python-slip-0.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.6.1.ebuild?rev=1.1&content-type=text/plain Index: python-slip-0.6.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.1.ebuild,v 1.1 2015/06/07 10:34:33 pacho Exp $ EAPI=5 PYTHON_REQ_USE="xml" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 eutils DESCRIPTION="Miscellaneous convenience, extension and workaround code for Python" HOMEPAGE="https://fedorahosted.org/python-slip/" SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dbus selinux" RDEPEND=" dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] sys-auth/polkit ) " DEPEND="" python_prepare_all() { use selinux || epatch "${FILESDIR}/${PN}-0.4.0-no-selinux.patch" # hard-disable slip.gtk since it did not get ported to gtk3+ and the only user # of slip (firewalld) does not use it (upstream disables it for py3 already) sed \ -e 's|sys.version_info.major == 2|False|' \ -e "s:@VERSION@:${PV}:" setup.py.in > setup.py || die "sed failed" if ! use dbus; then sed -e '/name="slip.dbus"/ s/\(.*\)/if 0:\n \1/' \ -i setup.py || die "sed 2 failed" fi distutils-r1_python_prepare_all }
