radhermit 14/04/04 07:27:46 Modified: snakeoil-9999.ebuild ChangeLog Log: Use github repo. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.12 dev-python/snakeoil/snakeoil-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?r1=1.11&r2=1.12 Index: snakeoil-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- snakeoil-9999.ebuild 4 Apr 2014 07:21:29 -0000 1.11 +++ snakeoil-9999.ebuild 4 Apr 2014 07:27:46 -0000 1.12 @@ -1,14 +1,13 @@ # Copyright 1999-2014 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.11 2014/04/04 07:21:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v 1.12 2014/04/04 07:27:46 radhermit Exp $ EAPI=4 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://code.google.com/p/snakeoil/" - EGIT_MIN_CLONE_TYPE=single+tags + EGIT_REPO_URI="git://github.com/pkgcore/snakeoil.git" inherit git-r3 else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" 1.69 dev-python/snakeoil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 4 Apr 2014 07:21:29 -0000 1.68 +++ ChangeLog 4 Apr 2014 07:27:46 -0000 1.69 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.68 2014/04/04 07:21:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.69 2014/04/04 07:27:46 radhermit Exp $ + + 04 Apr 2014; Tim Harder <[email protected]> snakeoil-9999.ebuild: + Use github repo. 04 Apr 2014; Tim Harder <[email protected]> snakeoil-9999.ebuild: Add python3_4 support.
