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: sys-cluster/ceph/
Date: Sun, 30 Jul 2017 09:23:08
Message-Id: 1501406566.8905f083f8599e878f92f78f6a6173fbc1e7528e.mgorny@gentoo
1 commit: 8905f083f8599e878f92f78f6a6173fbc1e7528e
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 14:56:06 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8905f083
7
8 sys-cluster/ceph: use HTTPS for GitHub, HOMEPAGE and SRC_URI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-cluster/ceph/ceph-0.94.9.ebuild | 8 +++-----
13 sys-cluster/ceph/ceph-10.2.3-r2.ebuild | 8 +++-----
14 sys-cluster/ceph/ceph-10.2.7-r1.ebuild | 8 +++-----
15 sys-cluster/ceph/ceph-10.2.8.ebuild | 8 +++-----
16 sys-cluster/ceph/ceph-10.2.9.ebuild | 8 +++-----
17 sys-cluster/ceph/ceph-9.2.1-r2.ebuild | 8 +++-----
18 6 files changed, 18 insertions(+), 30 deletions(-)
19
20 diff --git a/sys-cluster/ceph/ceph-0.94.9.ebuild b/sys-cluster/ceph/ceph-0.94.9.ebuild
21 index 8ee34507772..1d7eef4c590 100644
22 --- a/sys-cluster/ceph/ceph-0.94.9.ebuild
23 +++ b/sys-cluster/ceph/ceph-0.94.9.ebuild
24 @@ -6,15 +6,13 @@ PYTHON_COMPAT=( python2_7 )
25
26 if [[ $PV = *9999* ]]; then
27 scm_eclass=git-r3
28 - EGIT_REPO_URI="
29 - git://github.com/ceph/ceph.git
30 - https://github.com/ceph/ceph.git"
31 + EGIT_REPO_URI="https://github.com/ceph/ceph.git"
32 SRC_URI=""
33 else
34 [[ -n ${UPSTREAM_VER} ]] && \
35 UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"
36
37 - SRC_URI="http://ceph.com/download/${P}.tar.gz
38 + SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz
39 ${UPSTREAM_PATCHSET_URI}"
40 fi
41 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
42 @@ -22,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
43 inherit check-reqs autotools eutils multilib python-single-r1 udev readme.gentoo-r1 systemd ${scm_eclass}
44
45 DESCRIPTION="Ceph distributed filesystem"
46 -HOMEPAGE="http://ceph.com/"
47 +HOMEPAGE="https://ceph.com/"
48
49 LICENSE="LGPL-2.1"
50 SLOT="0"
51
52 diff --git a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
53 index 48ba0a48e0d..9453bf66abc 100644
54 --- a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
55 +++ b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
56 @@ -9,17 +9,15 @@ inherit check-reqs autotools eutils python-r1 udev user \
57
58 if [[ ${PV} == *9999* ]]; then
59 inherit git-r3
60 - EGIT_REPO_URI="
61 - git://github.com/ceph/ceph.git
62 - https://github.com/ceph/ceph.git"
63 + EGIT_REPO_URI="https://github.com/ceph/ceph.git"
64 SRC_URI=""
65 else
66 - SRC_URI="http://ceph.com/download/${P}.tar.gz"
67 + SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
68 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
69 fi
70
71 DESCRIPTION="Ceph distributed filesystem"
72 -HOMEPAGE="http://ceph.com/"
73 +HOMEPAGE="https://ceph.com/"
74
75 LICENSE="LGPL-2.1"
76 SLOT="0"
77
78 diff --git a/sys-cluster/ceph/ceph-10.2.7-r1.ebuild b/sys-cluster/ceph/ceph-10.2.7-r1.ebuild
79 index 089ebfd6a98..e77e546d7b3 100644
80 --- a/sys-cluster/ceph/ceph-10.2.7-r1.ebuild
81 +++ b/sys-cluster/ceph/ceph-10.2.7-r1.ebuild
82 @@ -9,17 +9,15 @@ inherit check-reqs autotools eutils python-r1 udev user \
83
84 if [[ ${PV} == *9999* ]]; then
85 inherit git-r3
86 - EGIT_REPO_URI="
87 - git://github.com/ceph/ceph.git
88 - https://github.com/ceph/ceph.git"
89 + EGIT_REPO_URI="https://github.com/ceph/ceph.git"
90 SRC_URI=""
91 else
92 - SRC_URI="http://download.ceph.com/tarballs/${P}.tar.gz"
93 + SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
94 KEYWORDS="~amd64 ~arm64 ~x86"
95 fi
96
97 DESCRIPTION="Ceph distributed filesystem"
98 -HOMEPAGE="http://ceph.com/"
99 +HOMEPAGE="https://ceph.com/"
100
101 LICENSE="LGPL-2.1"
102 SLOT="0"
103
104 diff --git a/sys-cluster/ceph/ceph-10.2.8.ebuild b/sys-cluster/ceph/ceph-10.2.8.ebuild
105 index 1dff5e6b0d1..90cd7f880ef 100644
106 --- a/sys-cluster/ceph/ceph-10.2.8.ebuild
107 +++ b/sys-cluster/ceph/ceph-10.2.8.ebuild
108 @@ -9,17 +9,15 @@ inherit check-reqs autotools eutils python-r1 udev user \
109
110 if [[ ${PV} == *9999* ]]; then
111 inherit git-r3
112 - EGIT_REPO_URI="
113 - git://github.com/ceph/ceph.git
114 - https://github.com/ceph/ceph.git"
115 + EGIT_REPO_URI="https://github.com/ceph/ceph.git"
116 SRC_URI=""
117 else
118 - SRC_URI="http://download.ceph.com/tarballs/${P}.tar.gz"
119 + SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
120 KEYWORDS="~amd64 ~arm64 ~x86"
121 fi
122
123 DESCRIPTION="Ceph distributed filesystem"
124 -HOMEPAGE="http://ceph.com/"
125 +HOMEPAGE="https://ceph.com/"
126
127 LICENSE="LGPL-2.1"
128 SLOT="0"
129
130 diff --git a/sys-cluster/ceph/ceph-10.2.9.ebuild b/sys-cluster/ceph/ceph-10.2.9.ebuild
131 index 1dff5e6b0d1..90cd7f880ef 100644
132 --- a/sys-cluster/ceph/ceph-10.2.9.ebuild
133 +++ b/sys-cluster/ceph/ceph-10.2.9.ebuild
134 @@ -9,17 +9,15 @@ inherit check-reqs autotools eutils python-r1 udev user \
135
136 if [[ ${PV} == *9999* ]]; then
137 inherit git-r3
138 - EGIT_REPO_URI="
139 - git://github.com/ceph/ceph.git
140 - https://github.com/ceph/ceph.git"
141 + EGIT_REPO_URI="https://github.com/ceph/ceph.git"
142 SRC_URI=""
143 else
144 - SRC_URI="http://download.ceph.com/tarballs/${P}.tar.gz"
145 + SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
146 KEYWORDS="~amd64 ~arm64 ~x86"
147 fi
148
149 DESCRIPTION="Ceph distributed filesystem"
150 -HOMEPAGE="http://ceph.com/"
151 +HOMEPAGE="https://ceph.com/"
152
153 LICENSE="LGPL-2.1"
154 SLOT="0"
155
156 diff --git a/sys-cluster/ceph/ceph-9.2.1-r2.ebuild b/sys-cluster/ceph/ceph-9.2.1-r2.ebuild
157 index a77b780b22c..529686284af 100644
158 --- a/sys-cluster/ceph/ceph-9.2.1-r2.ebuild
159 +++ b/sys-cluster/ceph/ceph-9.2.1-r2.ebuild
160 @@ -6,19 +6,17 @@ PYTHON_COMPAT=( python2_7 )
161
162 if [[ $PV = *9999* ]]; then
163 scm_eclass=git-r3
164 - EGIT_REPO_URI="
165 - git://github.com/ceph/ceph.git
166 - https://github.com/ceph/ceph.git"
167 + EGIT_REPO_URI="https://github.com/ceph/ceph.git"
168 SRC_URI=""
169 else
170 - SRC_URI="http://ceph.com/download/${P}.tar.gz"
171 + SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
172 fi
173 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
174
175 inherit check-reqs autotools eutils multilib python-single-r1 udev user readme.gentoo systemd versionator ${scm_eclass}
176
177 DESCRIPTION="Ceph distributed filesystem"
178 -HOMEPAGE="http://ceph.com/"
179 +HOMEPAGE="https://ceph.com/"
180
181 LICENSE="LGPL-2.1"
182 SLOT="0"