blueness 15/07/01 10:51:44 Modified: grs-9999.ebuild ChangeLog Log: Swtich to new EGIT_REPO_URI. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 app-portage/grs/grs-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/grs-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/grs-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/grs-9999.ebuild?r1=1.1&r2=1.2 Index: grs-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/grs/grs-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- grs-9999.ebuild 1 Jul 2015 10:42:57 -0000 1.1 +++ grs-9999.ebuild 1 Jul 2015 10:51:44 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/grs/grs-9999.ebuild,v 1.1 2015/07/01 10:42:57 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/grs/grs-9999.ebuild,v 1.2 2015/07/01 10:51:44 blueness Exp $ EAPI="5" @@ -9,7 +9,7 @@ inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://tweedledum.dyc.edu/gentoo-ref-sys" + EGIT_REPO_URI="git://anongit.gentoo.org/proj/grss.git" inherit git-2 else SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2" 1.2 app-portage/grs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/grs/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/grs/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 1 Jul 2015 10:42:57 -0000 1.1 +++ ChangeLog 1 Jul 2015 10:51:44 -0000 1.2 @@ -1,7 +1,9 @@ # ChangeLog for app-portage/grs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/grs/ChangeLog,v 1.1 2015/07/01 10:42:57 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/grs/ChangeLog,v 1.2 2015/07/01 10:51:44 blueness Exp $ + + 01 Jul 2015; Anthony G. Basile <[email protected]> grs-9999.ebuild: + Swtich to new EGIT_REPO_URI. 01 Jul 2015; Anthony G. Basile <[email protected]> ChangeLog: Initial commit. -
