mgorny 14/03/24 21:37:01 Modified: snakeoil-9999.ebuild ChangeLog Log: Switch to single+tags in order to handle clones more efficiently, bug #503708. (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.10 dev-python/snakeoil/snakeoil-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild?r1=1.9&r2=1.10 Index: snakeoil-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- snakeoil-9999.ebuild 5 Mar 2014 10:30:26 -0000 1.9 +++ snakeoil-9999.ebuild 24 Mar 2014 21:37:01 -0000 1.10 @@ -1,6 +1,6 @@ # 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.9 2014/03/05 10:30:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v 1.10 2014/03/24 21:37:01 mgorny Exp $ EAPI=4 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://code.google.com/p/snakeoil/" - EGIT_MIN_CLONE_TYPE=single + EGIT_MIN_CLONE_TYPE=single+tags inherit git-r3 else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" 1.67 dev-python/snakeoil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 5 Mar 2014 10:30:26 -0000 1.66 +++ ChangeLog 24 Mar 2014 21:37:01 -0000 1.67 @@ -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.66 2014/03/05 10:30:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.67 2014/03/24 21:37:01 mgorny Exp $ + + 24 Mar 2014; Michał Górny <[email protected]> snakeoil-9999.ebuild: + Switch to single+tags in order to handle clones more efficiently, bug #503708. 05 Mar 2014; Michał Górny <[email protected]> snakeoil-9999.ebuild: Require EGIT_MIN_CLONE_TYPE=single due to server limitations.
