radhermit 15/02/17 00:03:44 Modified: snakeoil-9999.ebuild ChangeLog Log: Drop py3.2 support and use https git repo. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.16 dev-python/snakeoil/snakeoil-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?r1=1.15&r2=1.16 Index: snakeoil-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- snakeoil-9999.ebuild 18 Oct 2014 17:29:33 -0000 1.15 +++ snakeoil-9999.ebuild 17 Feb 2015 00:03:44 -0000 1.16 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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-9999.ebuild,v 1.15 2014/10/18 17:29:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v 1.16 2015/02/17 00:03:44 radhermit Exp $ EAPI=4 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/pkgcore/snakeoil.git" + 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" 1.76 dev-python/snakeoil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 9 Feb 2015 10:53:49 -0000 1.75 +++ ChangeLog 17 Feb 2015 00:03:44 -0000 1.76 @@ -1,6 +1,9 @@ # 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.75 2015/02/09 10:53:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.76 2015/02/17 00:03:44 radhermit Exp $ + + 17 Feb 2015; Tim Harder <[email protected]> snakeoil-9999.ebuild: + Drop py3.2 support and use https git repo. 09 Feb 2015; Pacho Ramos <[email protected]> -snakeoil-0.5.2.ebuild: Drop old version using deprecated eclasses and old EAPI
