radhermit 15/04/02 02:17:03 Modified: ChangeLog Added: snakeoil-0.6.3.ebuild Removed: snakeoil-0.6.2.ebuild snakeoil-0.6.1.ebuild Log: Version bump and remove old. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.81 dev-python/snakeoil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 1 Apr 2015 23:54:34 -0000 1.80 +++ ChangeLog 2 Apr 2015 02:17:03 -0000 1.81 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.80 2015/04/01 23:54:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.81 2015/04/02 02:17:03 radhermit Exp $ + +*snakeoil-0.6.3 (02 Apr 2015) + + 02 Apr 2015; Tim Harder <[email protected]> -snakeoil-0.6.1.ebuild, + -snakeoil-0.6.2.ebuild, +snakeoil-0.6.3.ebuild: + Version bump and remove old. *snakeoil-0.6.2 (01 Apr 2015) 1.1 dev-python/snakeoil/snakeoil-0.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-0.6.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-0.6.3.ebuild?rev=1.1&content-type=text/plain Index: snakeoil-0.6.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.6.3.ebuild,v 1.1 2015/04/02 02:17:03 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git" inherit git-r3 else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi DESCRIPTION="Miscellaneous python utility code" HOMEPAGE="http://github.com/pkgcore/snakeoil" LICENSE="BSD" SLOT="0" python_configure_all() { # disable snakeoil 2to3 caching unset PY2TO3_CACHEDIR } python_test() { esetup.py test }
