radhermit 15/02/17 00:04:50 Modified: ChangeLog pkgcore-9999.ebuild Log: Use https git repo. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.180 sys-apps/pkgcore/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.180&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.180&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?r1=1.179&r2=1.180 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- ChangeLog 15 Dec 2014 02:06:05 -0000 1.179 +++ ChangeLog 17 Feb 2015 00:04:50 -0000 1.180 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pkgcore -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.179 2014/12/15 02:06:05 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.180 2015/02/17 00:04:50 radhermit Exp $ + + 17 Feb 2015; Tim Harder <[email protected]> pkgcore-9999.ebuild: + Use https git repo. 15 Dec 2014; Tim Harder <[email protected]> pkgcore-9999.ebuild, metadata.xml: 1.21 sys-apps/pkgcore/pkgcore-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild?r1=1.20&r2=1.21 Index: pkgcore-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- pkgcore-9999.ebuild 15 Dec 2014 02:06:05 -0000 1.20 +++ pkgcore-9999.ebuild 17 Feb 2015 00:04:50 -0000 1.21 @@ -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/sys-apps/pkgcore/pkgcore-9999.ebuild,v 1.20 2014/12/15 02:06:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-9999.ebuild,v 1.21 2015/02/17 00:04:50 radhermit Exp $ EAPI=4 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/pkgcore/pkgcore.git" + EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git" inherit git-r3 else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
