radhermit 15/04/02 03:17:57 Modified: ChangeLog pkgcheck-0.5.ebuild pkgcheck-9999.ebuild Log: Use git over https. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.2 dev-util/pkgcheck/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcheck/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcheck/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcheck/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcheck/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 2 Apr 2015 02:58:38 -0000 1.1 +++ ChangeLog 2 Apr 2015 03:17:57 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pkgcheck # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcheck/ChangeLog,v 1.1 2015/04/02 02:58:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcheck/ChangeLog,v 1.2 2015/04/02 03:17:57 radhermit Exp $ + + 02 Apr 2015; Tim Harder <[email protected]> pkgcheck-0.5.ebuild, + pkgcheck-9999.ebuild: + Use git over https. *pkgcheck-9999 (02 Apr 2015) *pkgcheck-0.5 (02 Apr 2015) 1.2 dev-util/pkgcheck/pkgcheck-0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcheck/pkgcheck-0.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcheck/pkgcheck-0.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcheck/pkgcheck-0.5.ebuild?r1=1.1&r2=1.2 Index: pkgcheck-0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcheck/pkgcheck-0.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pkgcheck-0.5.ebuild 2 Apr 2015 02:58:38 -0000 1.1 +++ pkgcheck-0.5.ebuild 2 Apr 2015 03:17:57 -0000 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcheck/pkgcheck-0.5.ebuild,v 1.1 2015/04/02 02:58:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcheck/pkgcheck-0.5.ebuild,v 1.2 2015/04/02 03:17:57 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/pkgcore/pkgcheck.git" + EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git" inherit git-r3 else KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" 1.2 dev-util/pkgcheck/pkgcheck-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcheck/pkgcheck-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcheck/pkgcheck-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcheck/pkgcheck-9999.ebuild?r1=1.1&r2=1.2 Index: pkgcheck-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcheck/pkgcheck-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pkgcheck-9999.ebuild 2 Apr 2015 02:58:38 -0000 1.1 +++ pkgcheck-9999.ebuild 2 Apr 2015 03:17:57 -0000 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcheck/pkgcheck-9999.ebuild,v 1.1 2015/04/02 02:58:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcheck/pkgcheck-9999.ebuild,v 1.2 2015/04/02 03:17:57 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/pkgcore/pkgcheck.git" + EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git" inherit git-r3 else KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
