dolsen 15/04/25 15:35:38 Modified: ChangeLog mirrorselect-9999.ebuild Log: Update EGIT_REPO_URI. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD80F5F1E1245142E)
Revision Changes Path 1.153 app-portage/mirrorselect/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.153&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.153&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.152&r2=1.153 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v retrieving revision 1.152 retrieving revision 1.153 diff -u -r1.152 -r1.153 --- ChangeLog 8 Apr 2015 07:30:31 -0000 1.152 +++ ChangeLog 25 Apr 2015 15:35:37 -0000 1.153 @@ -1,6 +1,9 @@ # ChangeLog for app-portage/mirrorselect # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.152 2015/04/08 07:30:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.153 2015/04/25 15:35:37 dolsen Exp $ + + 25 Apr 2015; Brian Dolbec <[email protected]> mirrorselect-9999.ebuild: + Update EGIT_REPO_URI. 08 Apr 2015; Michał Górny <[email protected]> mirrorselect-2.2.0.1.ebuild: Remove old Python implementations 1.10 app-portage/mirrorselect/mirrorselect-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?r1=1.9&r2=1.10 Index: mirrorselect-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mirrorselect-9999.ebuild 6 May 2014 02:55:53 -0000 1.9 +++ mirrorselect-9999.ebuild 25 Apr 2015 15:35:37 -0000 1.10 @@ -1,6 +1,6 @@ -# 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/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.9 2014/05/06 02:55:53 dolsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.10 2015/04/25 15:35:37 dolsen Exp $ EAPI="5" @@ -9,7 +9,7 @@ inherit eutils distutils-r1 git-2 prefix -EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mirrorselect.git" +EGIT_REPO_URI="git://git.gentoo.org/proj/mirrorselect.git" EGIT_MASTER="master" DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
