net-libs/libiscsi: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:12:51 +0000 (04:12 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:15 +0000 (12:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-libs/libiscsi/libiscsi-1.15.0.ebuild
net-libs/libiscsi/libiscsi-1.18.0.ebuild
net-libs/libiscsi/libiscsi-1.9.0-r1.ebuild
net-libs/libiscsi/libiscsi-9999.ebuild

index 7663b3e7f5699331687fa850e73afea70118c38b..119afd5414e242b6bf9b79a3e8f09e42c239ca7c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit autotools eutils
 
 DESCRIPTION="iscsi client library and utilities"
 HOMEPAGE="https://github.com/sahlberg/libiscsi"
-SRC_URI="https://github.com/sahlberg/libiscsi/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/sahlberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
index 5683a5553de1de3a9a806d60fbe7da8435744066..3f5ace830f0dfcd02e7918c27107b8f3163f0473 100644 (file)
@@ -7,7 +7,7 @@ inherit autotools
 
 DESCRIPTION="iscsi client library and utilities"
 HOMEPAGE="https://github.com/sahlberg/libiscsi"
-SRC_URI="https://github.com/sahlberg/libiscsi/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/sahlberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
index ab1b7aaae4a101122a752fff58105aef67d0a8bc..37483db963b633884ec3df4ef1fb619640475855 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,10 +9,10 @@ inherit eutils autotools-utils
 if [[ ${PV} = *9999* ]]; then
        inherit git-2
        SRC_URI=""
-       EGIT_REPO_URI="git://github.com/sahlberg/libiscsi.git"
+       EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
        KEYWORDS="~alpha ~hppa ~ppc64"
 else
-       SRC_URI="https://github.com/sahlberg/libiscsi/archive/${PV}.tar.gz -> ${P}.tar.gz"
+       SRC_URI="https://github.com/sahlberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~alpha amd64 ~hppa ~ppc64 x86"
 fi
 
index 04c5bda4fb6fdef16d330b9404c0726d90e77ecd..6defe3546295e59dbdce0c10d7d26c9ab999916c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit autotools git-r3
 DESCRIPTION="iscsi client library and utilities"
 HOMEPAGE="https://github.com/sahlberg/libiscsi"
 SRC_URI=""
-EGIT_REPO_URI="git://github.com/sahlberg/libiscsi.git"
+EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
 
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"