diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-01-23 05:20:56 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-01-23 05:21:12 -0500 |
commit | f0d819c62123e9c42ae47e2821ef38ed544e82b6 (patch) | |
tree | ab9684a17a55de3b60c6644303b32f23f39dacea /sys-apps/kbd | |
parent | sys-fs/xfsprogs: Removed old. (diff) | |
download | gentoo-f0d819c62123e9c42ae47e2821ef38ed544e82b6.tar.gz gentoo-f0d819c62123e9c42ae47e2821ef38ed544e82b6.tar.bz2 gentoo-f0d819c62123e9c42ae47e2821ef38ed544e82b6.zip |
sys-apps/kbd: switch SRC_URI since ftp.kernel.org is deprecated
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-apps/kbd')
-rw-r--r-- | sys-apps/kbd/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-1.15.5-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-2.0.3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-2.0.4.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/kbd/kbd-9999.ebuild | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/kbd/Manifest b/sys-apps/kbd/Manifest index aa013d42f49d..d6c4a8c16e7a 100644 --- a/sys-apps/kbd/Manifest +++ b/sys-apps/kbd/Manifest @@ -1,3 +1,3 @@ -DIST kbd-1.15.5.tar.gz 1730719 BLAKE2B 3a331237b235a0731abbfd6d2846bb1fd8e90ba6641559598d7c970fb6be12a0d57f293a7e1d79ac93d5bf4279513825e7ebbbad0c5d13afad5de349fa7b5100 SHA512 725853b0ecde6a38976e2bae5672b8de78bfc90d65a0762695964a6dab729c96be4af778fe7f0f195caae04d630b07a3d0d95c9c928d1a5609e223e47723e58c +DIST kbd-1.15.5.tar.xz 790680 BLAKE2B f34883fea204a292c91bd0b06924e5a93f0157ef2b1a4f7e8b424770103222685c0e11ae9897c9f5da3ee5e2a87dbea808ca1405fb92a55bfef3dc3e75b21ec4 SHA512 fed954bfe231a46debc2a0d6e919335b42d8cfc879821137424440289de248f6a1705e48745cf19e5bd16d7f66c2a8ff2793341f9906d2d4b2b88ac7774d8c7f DIST kbd-2.0.3.tar.xz 1037036 BLAKE2B bbdc0ecd21e74c2d1074339f6d0e4caa69e0d3ee10a211c4ccd187906d7f513032df495c18e1c2667d1f2960a68db3d5aa995bdaafd3719fc35da5b769af7c11 SHA512 522718859c2a95abee06a50dd0a7cfe7bb9c8f4b3959d54fd9e56cef23acc85b9af85405aa4953f20cd029397412051d72c8b1b0d639ba3a26b4952f89ef6a3f DIST kbd-2.0.4.tar.xz 1031864 BLAKE2B 10c2bded89befda1f1d7ab199796e082a4e3b2333cf29a2abbbe843191dce41a7289d5bc3b7e55d8b25c7144ae4b4977e4321b38896917d0083af8ddd4924a3e SHA512 5e264b3695b0af0bc85e0a4fa2c43e13648d8ea82102f3b051c28da2abfc52977577c470bce48f30cec9b0d215297e48c9b05e00561c990e3770fb68f6544e0f diff --git a/sys-apps/kbd/kbd-1.15.5-r1.ebuild b/sys-apps/kbd/kbd-1.15.5-r1.ebuild index 7c4451fcab11..aeb194b6ee44 100644 --- a/sys-apps/kbd/kbd-1.15.5-r1.ebuild +++ b/sys-apps/kbd/kbd-1.15.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="Keyboard and console utilities" HOMEPAGE="http://freshmeat.net/projects/kbd/" -SRC_URI="ftp://ftp.altlinux.org/pub/people/legion/kbd/${P}.tar.gz" +SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/kbd/kbd-2.0.3.ebuild b/sys-apps/kbd/kbd-2.0.3.ebuild index 084b72febeda..3d02370de950 100644 --- a/sys-apps/kbd/kbd-2.0.3.ebuild +++ b/sys-apps/kbd/kbd-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" EGIT_BRANCH="master" else - SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" + SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" fi diff --git a/sys-apps/kbd/kbd-2.0.4.ebuild b/sys-apps/kbd/kbd-2.0.4.ebuild index 2e18b81b94ff..34e40d967536 100644 --- a/sys-apps/kbd/kbd-2.0.4.ebuild +++ b/sys-apps/kbd/kbd-2.0.4.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" EGIT_BRANCH="master" else - SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" + SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" fi diff --git a/sys-apps/kbd/kbd-9999.ebuild b/sys-apps/kbd/kbd-9999.ebuild index df8a5adeb6c8..60f4d9718542 100644 --- a/sys-apps/kbd/kbd-9999.ebuild +++ b/sys-apps/kbd/kbd-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git" EGIT_BRANCH="master" else - SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" + SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi |