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-fs/eudev/
Date: Sun, 30 Jul 2017 09:23:03
Message-Id: 1501406563.b9cfd0229300e941eb1c62f06b998ad1a113e608.mgorny@gentoo
1 commit: b9cfd0229300e941eb1c62f06b998ad1a113e608
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 11:37:55 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cfd022
7
8 sys-fs/eudev: use HTTPS for GitHub, fix whitespace
9
10 * Use HTTPS for accessing GitHub
11 * Fix whitespace issue reported by Repoman in metadata.xml
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.3
14
15 sys-fs/eudev/eudev-1.10-r2.ebuild | 4 ++--
16 sys-fs/eudev/eudev-1.9-r2.ebuild | 4 ++--
17 sys-fs/eudev/eudev-3.1.2.ebuild | 4 ++--
18 sys-fs/eudev/eudev-3.1.5.ebuild | 4 ++--
19 sys-fs/eudev/eudev-3.2.2-r1.ebuild | 2 +-
20 sys-fs/eudev/eudev-3.2.2.ebuild | 2 +-
21 sys-fs/eudev/eudev-4.9999.ebuild | 2 +-
22 sys-fs/eudev/eudev-9999.ebuild | 2 +-
23 sys-fs/eudev/metadata.xml | 8 ++++----
24 9 files changed, 16 insertions(+), 16 deletions(-)
25
26 diff --git a/sys-fs/eudev/eudev-1.10-r2.ebuild b/sys-fs/eudev/eudev-1.10-r2.ebuild
27 index 08f5eab7168..056d74df7b6 100644
28 --- a/sys-fs/eudev/eudev-1.10-r2.ebuild
29 +++ b/sys-fs/eudev/eudev-1.10-r2.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 +# Copyright 1999-2017 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI="5"
36 @@ -8,7 +8,7 @@ KV_min=2.6.39
37 inherit autotools eutils linux-info multilib multilib-minimal user
38
39 if [[ ${PV} = 9999* ]]; then
40 - EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
41 + EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
42 inherit git-2
43 else
44 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
45
46 diff --git a/sys-fs/eudev/eudev-1.9-r2.ebuild b/sys-fs/eudev/eudev-1.9-r2.ebuild
47 index 0150395bbed..4ff2f45a064 100644
48 --- a/sys-fs/eudev/eudev-1.9-r2.ebuild
49 +++ b/sys-fs/eudev/eudev-1.9-r2.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2016 Gentoo Foundation
52 +# Copyright 1999-2017 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI="5"
56 @@ -8,7 +8,7 @@ KV_min=2.6.39
57 inherit autotools eutils linux-info multilib multilib-minimal user
58
59 if [[ ${PV} = 9999* ]]; then
60 - EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
61 + EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
62 inherit git-2
63 else
64 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
65
66 diff --git a/sys-fs/eudev/eudev-3.1.2.ebuild b/sys-fs/eudev/eudev-3.1.2.ebuild
67 index dc7a46bddd1..3d093748ebb 100644
68 --- a/sys-fs/eudev/eudev-3.1.2.ebuild
69 +++ b/sys-fs/eudev/eudev-3.1.2.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 +# Copyright 1999-2017 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI="5"
76 @@ -8,7 +8,7 @@ KV_min=2.6.39
77 inherit autotools eutils linux-info multilib multilib-minimal user
78
79 if [[ ${PV} = 9999* ]]; then
80 - EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
81 + EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
82 inherit git-2
83 else
84 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
85
86 diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild
87 index e3e7163fad7..ae58ac80654 100644
88 --- a/sys-fs/eudev/eudev-3.1.5.ebuild
89 +++ b/sys-fs/eudev/eudev-3.1.5.ebuild
90 @@ -1,4 +1,4 @@
91 -# Copyright 1999-2016 Gentoo Foundation
92 +# Copyright 1999-2017 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94
95 EAPI="5"
96 @@ -8,7 +8,7 @@ KV_min=2.6.39
97 inherit autotools eutils linux-info multilib multilib-minimal user
98
99 if [[ ${PV} = 9999* ]]; then
100 - EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
101 + EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
102 inherit git-2
103 else
104 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
105
106 diff --git a/sys-fs/eudev/eudev-3.2.2-r1.ebuild b/sys-fs/eudev/eudev-3.2.2-r1.ebuild
107 index cc3ac42f3f7..c8d2f94ab73 100644
108 --- a/sys-fs/eudev/eudev-3.2.2-r1.ebuild
109 +++ b/sys-fs/eudev/eudev-3.2.2-r1.ebuild
110 @@ -8,7 +8,7 @@ KV_min=2.6.39
111 inherit autotools linux-info multilib multilib-minimal user
112
113 if [[ ${PV} = 9999* ]]; then
114 - EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
115 + EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
116 inherit git-r3
117 else
118 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
119
120 diff --git a/sys-fs/eudev/eudev-3.2.2.ebuild b/sys-fs/eudev/eudev-3.2.2.ebuild
121 index bd88ebe6e0b..01f0a60ffe0 100644
122 --- a/sys-fs/eudev/eudev-3.2.2.ebuild
123 +++ b/sys-fs/eudev/eudev-3.2.2.ebuild
124 @@ -8,7 +8,7 @@ KV_min=2.6.39
125 inherit autotools eutils linux-info multilib multilib-minimal user
126
127 if [[ ${PV} = 9999* ]]; then
128 - EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
129 + EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
130 inherit git-2
131 else
132 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
133
134 diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild
135 index 0f5b3af403f..d2e94fdc559 100644
136 --- a/sys-fs/eudev/eudev-4.9999.ebuild
137 +++ b/sys-fs/eudev/eudev-4.9999.ebuild
138 @@ -8,7 +8,7 @@ KV_min=2.6.39
139 inherit autotools linux-info multilib multilib-minimal user
140
141 if [[ ${PV} = 4.9999* ]]; then
142 - EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
143 + EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
144 EGIT_BRANCH="eudev-4"
145 inherit git-r3
146 else
147
148 diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild
149 index 89572f770d7..e6c5d659b6e 100644
150 --- a/sys-fs/eudev/eudev-9999.ebuild
151 +++ b/sys-fs/eudev/eudev-9999.ebuild
152 @@ -8,7 +8,7 @@ KV_min=2.6.39
153 inherit autotools linux-info multilib multilib-minimal user
154
155 if [[ ${PV} = 9999* ]]; then
156 - EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
157 + EGIT_REPO_URI="https://github.com/gentoo/eudev.git"
158 inherit git-r3
159 else
160 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
161
162 diff --git a/sys-fs/eudev/metadata.xml b/sys-fs/eudev/metadata.xml
163 index 334d6eeadc5..39ad39998e6 100644
164 --- a/sys-fs/eudev/metadata.xml
165 +++ b/sys-fs/eudev/metadata.xml
166 @@ -5,8 +5,8 @@
167 <email>eudev@g.o</email>
168 </maintainer>
169 <use>
170 - <flag name="blkid">enable blkid support</flag>
171 - <flag name="efi">enable EFI support</flag>
172 + <flag name="blkid">enable blkid support</flag>
173 + <flag name="efi">enable EFI support</flag>
174 <flag name="gudev">enable libudev gobject interface</flag>
175 <flag name="hwdb">read vendor/device string database and add it to udev database</flag>
176 <flag name="keymap">map custom hardware's multimedia keys</flag>
177 @@ -15,8 +15,8 @@
178 <flag name="openrc">install the OpenRC init scripts</flag>
179 <flag name="smack">enable SMACK security model</flag>
180 <flag name="rule-generator">install legacy rule generator rules and support scripts - note
181 - that the functionality within was dropped from sys-fs/udev as it is not stable in
182 - all cases; use at your own risk</flag>
183 + that the functionality within was dropped from sys-fs/udev as it is not stable in
184 + all cases; use at your own risk</flag>
185 </use>
186 <upstream>
187 <remote-id type="github">gentoo/eudev</remote-id>