summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-fs/libnfs/libnfs-1.10.0.ebuild4
-rw-r--r--net-fs/libnfs/libnfs-1.11.0.ebuild4
-rw-r--r--net-fs/libnfs/libnfs-1.9.5.ebuild4
-rw-r--r--net-fs/libnfs/libnfs-1.9.7.ebuild2
-rw-r--r--net-fs/libnfs/libnfs-1.9.8.ebuild4
-rw-r--r--net-fs/libnfs/libnfs-2.0.0.ebuild2
-rw-r--r--net-fs/libnfs/libnfs-9999.ebuild2
7 files changed, 11 insertions, 11 deletions
diff --git a/net-fs/libnfs/libnfs-1.10.0.ebuild b/net-fs/libnfs/libnfs-1.10.0.ebuild
index 9f8d1109e373..f1bc7bb76502 100644
--- a/net-fs/libnfs/libnfs-1.10.0.ebuild
+++ b/net-fs/libnfs/libnfs-1.10.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="5"
@@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
inherit eutils
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
+ EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
diff --git a/net-fs/libnfs/libnfs-1.11.0.ebuild b/net-fs/libnfs/libnfs-1.11.0.ebuild
index 9f8d1109e373..f1bc7bb76502 100644
--- a/net-fs/libnfs/libnfs-1.11.0.ebuild
+++ b/net-fs/libnfs/libnfs-1.11.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="5"
@@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
inherit eutils
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
+ EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
diff --git a/net-fs/libnfs/libnfs-1.9.5.ebuild b/net-fs/libnfs/libnfs-1.9.5.ebuild
index 6bd7fc4364be..92631d7dc172 100644
--- a/net-fs/libnfs/libnfs-1.9.5.ebuild
+++ b/net-fs/libnfs/libnfs-1.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
inherit eutils
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
+ EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
diff --git a/net-fs/libnfs/libnfs-1.9.7.ebuild b/net-fs/libnfs/libnfs-1.9.7.ebuild
index 949d68c97e19..ba92c47cf7a2 100644
--- a/net-fs/libnfs/libnfs-1.9.7.ebuild
+++ b/net-fs/libnfs/libnfs-1.9.7.ebuild
@@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
inherit eutils
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
+ EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
diff --git a/net-fs/libnfs/libnfs-1.9.8.ebuild b/net-fs/libnfs/libnfs-1.9.8.ebuild
index 9f8d1109e373..f1bc7bb76502 100644
--- a/net-fs/libnfs/libnfs-1.9.8.ebuild
+++ b/net-fs/libnfs/libnfs-1.9.8.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"
@@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
inherit eutils
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
+ EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
inherit git-2 autotools-utils
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
diff --git a/net-fs/libnfs/libnfs-2.0.0.ebuild b/net-fs/libnfs/libnfs-2.0.0.ebuild
index 267c88a3ab41..6a1db823ef98 100644
--- a/net-fs/libnfs/libnfs-2.0.0.ebuild
+++ b/net-fs/libnfs/libnfs-2.0.0.ebuild
@@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
inherit eutils autotools autotools-utils
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/sahlberg/libnfs.git"
+ EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
inherit git-2
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild
index 267c88a3ab41..6a1db823ef98 100644
--- a/net-fs/libnfs/libnfs-9999.ebuild
+++ b/net-fs/libnfs/libnfs-9999.ebuild
@@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
inherit eutils autotools autotools-utils
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/sahlberg/libnfs.git"
+ EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
inherit git-2
else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"