diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:12:51 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:15 +0200 |
commit | d53b99e1198d06d09fd5e921795161689cf39e7a (patch) | |
tree | 81fa1ae8887cdbd71677fdd36d6b164ad248aed4 /net-libs/libiscsi | |
parent | games-strategy/seven-kingdoms: bump to version 2.14.7 (diff) | |
download | gentoo-d53b99e1198d06d09fd5e921795161689cf39e7a.tar.gz gentoo-d53b99e1198d06d09fd5e921795161689cf39e7a.tar.bz2 gentoo-d53b99e1198d06d09fd5e921795161689cf39e7a.zip |
net-libs/libiscsi: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-libs/libiscsi')
-rw-r--r-- | net-libs/libiscsi/libiscsi-1.15.0.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libiscsi/libiscsi-1.18.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libiscsi/libiscsi-1.9.0-r1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libiscsi/libiscsi-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-libs/libiscsi/libiscsi-1.15.0.ebuild b/net-libs/libiscsi/libiscsi-1.15.0.ebuild index 7663b3e7f569..119afd5414e2 100644 --- a/net-libs/libiscsi/libiscsi-1.15.0.ebuild +++ b/net-libs/libiscsi/libiscsi-1.15.0.ebuild @@ -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" diff --git a/net-libs/libiscsi/libiscsi-1.18.0.ebuild b/net-libs/libiscsi/libiscsi-1.18.0.ebuild index 5683a5553de1..3f5ace830f0d 100644 --- a/net-libs/libiscsi/libiscsi-1.18.0.ebuild +++ b/net-libs/libiscsi/libiscsi-1.18.0.ebuild @@ -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" diff --git a/net-libs/libiscsi/libiscsi-1.9.0-r1.ebuild b/net-libs/libiscsi/libiscsi-1.9.0-r1.ebuild index ab1b7aaae4a1..37483db963b6 100644 --- a/net-libs/libiscsi/libiscsi-1.9.0-r1.ebuild +++ b/net-libs/libiscsi/libiscsi-1.9.0-r1.ebuild @@ -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 diff --git a/net-libs/libiscsi/libiscsi-9999.ebuild b/net-libs/libiscsi/libiscsi-9999.ebuild index 04c5bda4fb6f..6defe3546295 100644 --- a/net-libs/libiscsi/libiscsi-9999.ebuild +++ b/net-libs/libiscsi/libiscsi-9999.ebuild @@ -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" |