Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/libnfs/
Date: Sun, 30 Jul 2017 09:45:13
Message-Id: 1501407888.bc64f71af9086b89af4c5774b2332947986734cf.mgorny@gentoo
1 commit: bc64f71af9086b89af4c5774b2332947986734cf
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:54:57 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc64f71a
7
8 net-fs/libnfs: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-fs/libnfs/libnfs-1.10.0.ebuild | 4 ++--
13 net-fs/libnfs/libnfs-1.11.0.ebuild | 4 ++--
14 net-fs/libnfs/libnfs-1.9.5.ebuild | 4 ++--
15 net-fs/libnfs/libnfs-1.9.7.ebuild | 2 +-
16 net-fs/libnfs/libnfs-1.9.8.ebuild | 4 ++--
17 net-fs/libnfs/libnfs-2.0.0.ebuild | 2 +-
18 net-fs/libnfs/libnfs-9999.ebuild | 2 +-
19 7 files changed, 11 insertions(+), 11 deletions(-)
20
21 diff --git a/net-fs/libnfs/libnfs-1.10.0.ebuild b/net-fs/libnfs/libnfs-1.10.0.ebuild
22 index 9f8d1109e37..f1bc7bb7650 100644
23 --- a/net-fs/libnfs/libnfs-1.10.0.ebuild
24 +++ b/net-fs/libnfs/libnfs-1.10.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="5"
31 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
32
33 inherit eutils
34 if [[ ${PV} == "9999" ]] ; then
35 - EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
36 + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
37 inherit git-2 autotools-utils
38 else
39 SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
40
41 diff --git a/net-fs/libnfs/libnfs-1.11.0.ebuild b/net-fs/libnfs/libnfs-1.11.0.ebuild
42 index 9f8d1109e37..f1bc7bb7650 100644
43 --- a/net-fs/libnfs/libnfs-1.11.0.ebuild
44 +++ b/net-fs/libnfs/libnfs-1.11.0.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2016 Gentoo Foundation
47 +# Copyright 1999-2017 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI="5"
51 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
52
53 inherit eutils
54 if [[ ${PV} == "9999" ]] ; then
55 - EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
56 + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
57 inherit git-2 autotools-utils
58 else
59 SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
60
61 diff --git a/net-fs/libnfs/libnfs-1.9.5.ebuild b/net-fs/libnfs/libnfs-1.9.5.ebuild
62 index 6bd7fc4364b..92631d7dc17 100644
63 --- a/net-fs/libnfs/libnfs-1.9.5.ebuild
64 +++ b/net-fs/libnfs/libnfs-1.9.5.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 +# Copyright 1999-2017 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI="5"
71 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
72
73 inherit eutils
74 if [[ ${PV} == "9999" ]] ; then
75 - EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
76 + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
77 inherit git-2 autotools-utils
78 else
79 SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
80
81 diff --git a/net-fs/libnfs/libnfs-1.9.7.ebuild b/net-fs/libnfs/libnfs-1.9.7.ebuild
82 index 949d68c97e1..ba92c47cf7a 100644
83 --- a/net-fs/libnfs/libnfs-1.9.7.ebuild
84 +++ b/net-fs/libnfs/libnfs-1.9.7.ebuild
85 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
86
87 inherit eutils
88 if [[ ${PV} == "9999" ]] ; then
89 - EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
90 + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
91 inherit git-2 autotools-utils
92 else
93 SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
94
95 diff --git a/net-fs/libnfs/libnfs-1.9.8.ebuild b/net-fs/libnfs/libnfs-1.9.8.ebuild
96 index 9f8d1109e37..f1bc7bb7650 100644
97 --- a/net-fs/libnfs/libnfs-1.9.8.ebuild
98 +++ b/net-fs/libnfs/libnfs-1.9.8.ebuild
99 @@ -1,4 +1,4 @@
100 -# Copyright 1999-2016 Gentoo Foundation
101 +# Copyright 1999-2017 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103
104 EAPI="5"
105 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
106
107 inherit eutils
108 if [[ ${PV} == "9999" ]] ; then
109 - EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
110 + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
111 inherit git-2 autotools-utils
112 else
113 SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
114
115 diff --git a/net-fs/libnfs/libnfs-2.0.0.ebuild b/net-fs/libnfs/libnfs-2.0.0.ebuild
116 index 267c88a3ab4..6a1db823ef9 100644
117 --- a/net-fs/libnfs/libnfs-2.0.0.ebuild
118 +++ b/net-fs/libnfs/libnfs-2.0.0.ebuild
119 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
120
121 inherit eutils autotools autotools-utils
122 if [[ ${PV} == "9999" ]] ; then
123 - EGIT_REPO_URI="https://github.com/sahlberg/libnfs.git"
124 + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
125 inherit git-2
126 else
127 SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"
128
129 diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild
130 index 267c88a3ab4..6a1db823ef9 100644
131 --- a/net-fs/libnfs/libnfs-9999.ebuild
132 +++ b/net-fs/libnfs/libnfs-9999.ebuild
133 @@ -7,7 +7,7 @@ AUTOTOOLS_AUTORECONF="1"
134
135 inherit eutils autotools autotools-utils
136 if [[ ${PV} == "9999" ]] ; then
137 - EGIT_REPO_URI="https://github.com/sahlberg/libnfs.git"
138 + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git"
139 inherit git-2
140 else
141 SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz"