summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-04-02 03:17:57 +0000
committerTim Harder <radhermit@gentoo.org>2015-04-02 03:17:57 +0000
commit00e078af5c06d7e7db8764ae393994e7eb18c7b5 (patch)
tree17ba53237d7f851ac1620fec302a20a0cad81386 /dev-util
parentMoving dev-util/pkgcore-checks to dev-util/pkgcheck. (diff)
downloadgentoo-2-00e078af5c06d7e7db8764ae393994e7eb18c7b5.tar.gz
gentoo-2-00e078af5c06d7e7db8764ae393994e7eb18c7b5.tar.bz2
gentoo-2-00e078af5c06d7e7db8764ae393994e7eb18c7b5.zip
Use git over https.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pkgcheck/ChangeLog6
-rw-r--r--dev-util/pkgcheck/pkgcheck-0.5.ebuild4
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/pkgcheck/ChangeLog b/dev-util/pkgcheck/ChangeLog
index f4d94fff6a01..8e0aa538c023 100644
--- a/dev-util/pkgcheck/ChangeLog
+++ b/dev-util/pkgcheck/ChangeLog
@@ -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 <radhermit@gentoo.org> pkgcheck-0.5.ebuild,
+ pkgcheck-9999.ebuild:
+ Use git over https.
*pkgcheck-9999 (02 Apr 2015)
*pkgcheck-0.5 (02 Apr 2015)
diff --git a/dev-util/pkgcheck/pkgcheck-0.5.ebuild b/dev-util/pkgcheck/pkgcheck-0.5.ebuild
index 3ba91b392b6f..edeac61bbc67 100644
--- a/dev-util/pkgcheck/pkgcheck-0.5.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.5.ebuild
@@ -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"
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index e05a097c5580..1edf40289016 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -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"