diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:37:55 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:43 +0200 |
commit | b9cfd0229300e941eb1c62f06b998ad1a113e608 (patch) | |
tree | c8ed2a52d04019d9a9dd89f7e798fb4be1f591dd /sys-fs/eudev | |
parent | sys-fs/zfs-kmod: use HTTPS for GitHub (diff) | |
download | gentoo-b9cfd0229300e941eb1c62f06b998ad1a113e608.tar.gz gentoo-b9cfd0229300e941eb1c62f06b998ad1a113e608.tar.bz2 gentoo-b9cfd0229300e941eb1c62f06b998ad1a113e608.zip |
sys-fs/eudev: use HTTPS for GitHub, fix whitespace
* Use HTTPS for accessing GitHub
* Fix whitespace issue reported by Repoman in metadata.xml
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-fs/eudev')
-rw-r--r-- | sys-fs/eudev/eudev-1.10-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-1.9-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-3.1.2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-3.1.5.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-3.2.2-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-3.2.2.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-4.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-9999.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/eudev/metadata.xml | 8 |
9 files changed, 16 insertions, 16 deletions
diff --git a/sys-fs/eudev/eudev-1.10-r2.ebuild b/sys-fs/eudev/eudev-1.10-r2.ebuild index 08f5eab71688..056d74df7b61 100644 --- a/sys-fs/eudev/eudev-1.10-r2.ebuild +++ b/sys-fs/eudev/eudev-1.10-r2.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" @@ -8,7 +8,7 @@ KV_min=2.6.39 inherit autotools eutils linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://github.com/gentoo/eudev.git" + EGIT_REPO_URI="https://github.com/gentoo/eudev.git" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" diff --git a/sys-fs/eudev/eudev-1.9-r2.ebuild b/sys-fs/eudev/eudev-1.9-r2.ebuild index 0150395bbed0..4ff2f45a0641 100644 --- a/sys-fs/eudev/eudev-1.9-r2.ebuild +++ b/sys-fs/eudev/eudev-1.9-r2.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" @@ -8,7 +8,7 @@ KV_min=2.6.39 inherit autotools eutils linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://github.com/gentoo/eudev.git" + EGIT_REPO_URI="https://github.com/gentoo/eudev.git" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" diff --git a/sys-fs/eudev/eudev-3.1.2.ebuild b/sys-fs/eudev/eudev-3.1.2.ebuild index dc7a46bddd1f..3d093748ebb2 100644 --- a/sys-fs/eudev/eudev-3.1.2.ebuild +++ b/sys-fs/eudev/eudev-3.1.2.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" @@ -8,7 +8,7 @@ KV_min=2.6.39 inherit autotools eutils linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://github.com/gentoo/eudev.git" + EGIT_REPO_URI="https://github.com/gentoo/eudev.git" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild index e3e7163fad71..ae58ac80654f 100644 --- a/sys-fs/eudev/eudev-3.1.5.ebuild +++ b/sys-fs/eudev/eudev-3.1.5.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" @@ -8,7 +8,7 @@ KV_min=2.6.39 inherit autotools eutils linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://github.com/gentoo/eudev.git" + EGIT_REPO_URI="https://github.com/gentoo/eudev.git" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" diff --git a/sys-fs/eudev/eudev-3.2.2-r1.ebuild b/sys-fs/eudev/eudev-3.2.2-r1.ebuild index cc3ac42f3f79..c8d2f94ab737 100644 --- a/sys-fs/eudev/eudev-3.2.2-r1.ebuild +++ b/sys-fs/eudev/eudev-3.2.2-r1.ebuild @@ -8,7 +8,7 @@ KV_min=2.6.39 inherit autotools linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://github.com/gentoo/eudev.git" + EGIT_REPO_URI="https://github.com/gentoo/eudev.git" inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" diff --git a/sys-fs/eudev/eudev-3.2.2.ebuild b/sys-fs/eudev/eudev-3.2.2.ebuild index bd88ebe6e0be..01f0a60ffe0c 100644 --- a/sys-fs/eudev/eudev-3.2.2.ebuild +++ b/sys-fs/eudev/eudev-3.2.2.ebuild @@ -8,7 +8,7 @@ KV_min=2.6.39 inherit autotools eutils linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://github.com/gentoo/eudev.git" + EGIT_REPO_URI="https://github.com/gentoo/eudev.git" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild index 0f5b3af403fe..d2e94fdc5592 100644 --- a/sys-fs/eudev/eudev-4.9999.ebuild +++ b/sys-fs/eudev/eudev-4.9999.ebuild @@ -8,7 +8,7 @@ KV_min=2.6.39 inherit autotools linux-info multilib multilib-minimal user if [[ ${PV} = 4.9999* ]]; then - EGIT_REPO_URI="git://github.com/gentoo/eudev.git" + EGIT_REPO_URI="https://github.com/gentoo/eudev.git" EGIT_BRANCH="eudev-4" inherit git-r3 else diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index 89572f770d7a..e6c5d659b6e2 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -8,7 +8,7 @@ KV_min=2.6.39 inherit autotools linux-info multilib multilib-minimal user if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://github.com/gentoo/eudev.git" + EGIT_REPO_URI="https://github.com/gentoo/eudev.git" inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" diff --git a/sys-fs/eudev/metadata.xml b/sys-fs/eudev/metadata.xml index 334d6eeadc54..39ad39998e68 100644 --- a/sys-fs/eudev/metadata.xml +++ b/sys-fs/eudev/metadata.xml @@ -5,8 +5,8 @@ <email>eudev@gentoo.org</email> </maintainer> <use> - <flag name="blkid">enable blkid support</flag> - <flag name="efi">enable EFI support</flag> + <flag name="blkid">enable blkid support</flag> + <flag name="efi">enable EFI support</flag> <flag name="gudev">enable libudev gobject interface</flag> <flag name="hwdb">read vendor/device string database and add it to udev database</flag> <flag name="keymap">map custom hardware's multimedia keys</flag> @@ -15,8 +15,8 @@ <flag name="openrc">install the OpenRC init scripts</flag> <flag name="smack">enable SMACK security model</flag> <flag name="rule-generator">install legacy rule generator rules and support scripts - note - that the functionality within was dropped from sys-fs/udev as it is not stable in - all cases; use at your own risk</flag> + that the functionality within was dropped from sys-fs/udev as it is not stable in + all cases; use at your own risk</flag> </use> <upstream> <remote-id type="github">gentoo/eudev</remote-id> |