mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Use https for kernel.org and redhat.com
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
EAPI=3
|
||||
|
||||
DESCRIPTION="Generate random passwords using the in-kernel cryptographically secure random number generator"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/utils/admin/ranpwd/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/utils/admin/ranpwd/"
|
||||
SRC_URI="mirror://kernel/software/utils/admin/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# This tarball is extracted from SuSe's sysvinit-2.86-#.src.rpm
|
||||
# You can find said src rpm via opensuse.org:
|
||||
# http://mirrors.kernel.org/opensuse/distribution/SL-OSS-*/inst-source/suse/src/
|
||||
# https://mirrors.kernel.org/opensuse/distribution/SL-OSS-*/inst-source/suse/src/
|
||||
|
||||
inherit eutils multilib toolchain-funcs
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ inherit eutils
|
||||
PATCHVER="002"
|
||||
|
||||
DESCRIPTION="Linux Driver support for the CoolKey and CAC products"
|
||||
HOMEPAGE="http://directory.fedora.redhat.com/wiki/CoolKey"
|
||||
SRC_URI="http://directory.fedora.redhat.com/download/coolkey/${P}.tar.gz
|
||||
HOMEPAGE="https://directory.fedora.redhat.com/wiki/CoolKey"
|
||||
SRC_URI="https://directory.fedora.redhat.com/download/coolkey/${P}.tar.gz
|
||||
mirror://gentoo/${P}-patches-${PATCHVER}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
|
||||
@@ -13,7 +13,7 @@ LOOPAES_PV="${PV}-20120228"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Various useful Linux utilities"
|
||||
HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/"
|
||||
SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz
|
||||
http://loop-aes.sourceforge.net/updates/util-linux-${LOOPAES_PV}.diff.bz2"
|
||||
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-linux"
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
# $Id$
|
||||
|
||||
DESCRIPTION="GNU Autoconf, Automake and Libtool"
|
||||
HOMEPAGE="http://sources.redhat.com/autobook/"
|
||||
SRC_URI="http://sources.redhat.com/autobook/${P}.tar.gz
|
||||
HOMEPAGE="https://sources.redhat.com/autobook/"
|
||||
SRC_URI="https://sources.redhat.com/autobook/${P}.tar.gz
|
||||
examples? (
|
||||
http://sources.redhat.com/autobook/foonly-2.0.tar.gz
|
||||
http://sources.redhat.com/autobook/small-2.0.tar.gz
|
||||
http://sources.redhat.com/autobook/hello-2.0.tar.gz
|
||||
http://sources.redhat.com/autobook/convenience-2.0.tar.gz
|
||||
https://sources.redhat.com/autobook/foonly-2.0.tar.gz
|
||||
https://sources.redhat.com/autobook/small-2.0.tar.gz
|
||||
https://sources.redhat.com/autobook/hello-2.0.tar.gz
|
||||
https://sources.redhat.com/autobook/convenience-2.0.tar.gz
|
||||
)"
|
||||
|
||||
LICENSE="OPL"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=4
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
|
||||
HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
|
||||
HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
|
||||
ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK"
|
||||
# snapshot from git repo
|
||||
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
|
||||
HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
|
||||
HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
|
||||
ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK"
|
||||
# snapshot from git repo
|
||||
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz"
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Detects if the current machine is running in a virtual machine"
|
||||
HOMEPAGE="http://people.redhat.com/~rjones/virt-what/"
|
||||
SRC_URI="http://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz"
|
||||
HOMEPAGE="https://people.redhat.com/~rjones/virt-what/"
|
||||
SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
inherit flag-o-matic
|
||||
|
||||
DESCRIPTION="User utilities for zisofs"
|
||||
HOMEPAGE="http://www.kernel.org/pub/linux/utils/fs/zisofs/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/linux/utils/fs/zisofs/"
|
||||
SRC_URI="mirror://kernel/linux/utils/fs/zisofs/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
inherit flag-o-matic
|
||||
|
||||
DESCRIPTION="User utilities for zisofs"
|
||||
HOMEPAGE="http://www.kernel.org/pub/linux/utils/fs/zisofs/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/linux/utils/fs/zisofs/"
|
||||
SRC_URI="mirror://kernel/linux/utils/fs/zisofs/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -11,7 +11,7 @@ MY_P=${MY_PN}-${PV}
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DESCRIPTION="Shell scripts to manage DocBook documents"
|
||||
HOMEPAGE="http://sources.redhat.com/docbook-tools/"
|
||||
HOMEPAGE="https://sources.redhat.com/docbook-tools/"
|
||||
SRC_URI="ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -9,7 +9,7 @@ inherit findlib
|
||||
DESCRIPTION="Ocaml bindings for Augeas"
|
||||
HOMEPAGE="http://augeas.net/"
|
||||
#SRC_URI="http://augeas.net/download/ocaml/${P}.tar.gz"
|
||||
SRC_URI="http://people.redhat.com/~rjones/augeas/files/${P}.tar.gz"
|
||||
SRC_URI="https://people.redhat.com/~rjones/augeas/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Red Hat crash utility. Used for analyzing kernel core dumps"
|
||||
HOMEPAGE="http://people.redhat.com/anderson/"
|
||||
SRC_URI="http://people.redhat.com/anderson/${P}.tar.gz"
|
||||
HOMEPAGE="https://people.redhat.com/anderson/"
|
||||
SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Red Hat crash utility. Used for analyzing kernel core dumps"
|
||||
HOMEPAGE="http://people.redhat.com/anderson/"
|
||||
SRC_URI="http://people.redhat.com/anderson/${P}.tar.gz"
|
||||
HOMEPAGE="https://people.redhat.com/anderson/"
|
||||
SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Red Hat crash utility. Used for analyzing kernel core dumps"
|
||||
HOMEPAGE="http://people.redhat.com/anderson/"
|
||||
SRC_URI="http://people.redhat.com/anderson/${P}.tar.gz"
|
||||
HOMEPAGE="https://people.redhat.com/anderson/"
|
||||
SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Red Hat crash utility. Used for analyzing kernel core dumps"
|
||||
HOMEPAGE="http://people.redhat.com/anderson/"
|
||||
SRC_URI="http://people.redhat.com/anderson/${P}.tar.gz"
|
||||
HOMEPAGE="https://people.redhat.com/anderson/"
|
||||
SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI="2"
|
||||
inherit eutils autotools
|
||||
|
||||
DESCRIPTION="Fedora bootstrap scripts"
|
||||
HOMEPAGE="http://people.redhat.com/~rjones/febootstrap/"
|
||||
SRC_URI="http://people.redhat.com/~rjones/febootstrap/files/${P}.tar.gz"
|
||||
HOMEPAGE="https://people.redhat.com/~rjones/febootstrap/"
|
||||
SRC_URI="https://people.redhat.com/~rjones/febootstrap/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=4
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Tool for updating or switching between versions of the Linux kernel source"
|
||||
HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/rostedt/ketchup.git;a=summary"
|
||||
HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/rostedt/ketchup.git;a=summary"
|
||||
SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# $Id$
|
||||
|
||||
DESCRIPTION="kernel.org uploader tool"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/kup"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/kup"
|
||||
SRC_URI="mirror://kernel/software/network/kup/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -11,7 +11,7 @@ MY_PV="${PV/_/-}"
|
||||
MY_PV="${MY_PV/-pre/-git}"
|
||||
|
||||
DESCRIPTION="Userland tools for Linux Performance Counters"
|
||||
HOMEPAGE="http://perf.wiki.kernel.org/"
|
||||
HOMEPAGE="https://perf.wiki.kernel.org/"
|
||||
|
||||
LINUX_V="${PV:0:1}.x"
|
||||
if [[ ${PV/_rc} != ${PV} ]] ; then
|
||||
|
||||
@@ -11,7 +11,7 @@ MY_PV="${PV/_/-}"
|
||||
MY_PV="${MY_PV/-pre/-git}"
|
||||
|
||||
DESCRIPTION="Userland tools for Linux Performance Counters"
|
||||
HOMEPAGE="http://perf.wiki.kernel.org/"
|
||||
HOMEPAGE="https://perf.wiki.kernel.org/"
|
||||
|
||||
LINUX_V="${PV:0:1}.x"
|
||||
if [[ ${PV} == *_rc* ]] ; then
|
||||
|
||||
@@ -11,7 +11,7 @@ MY_PV="${PV/_/-}"
|
||||
MY_PV="${MY_PV/-pre/-git}"
|
||||
|
||||
DESCRIPTION="Userland tools for Linux Performance Counters"
|
||||
HOMEPAGE="http://perf.wiki.kernel.org/"
|
||||
HOMEPAGE="https://perf.wiki.kernel.org/"
|
||||
|
||||
LINUX_V="${PV:0:1}.x"
|
||||
if [[ ${PV} == *_rc* ]] ; then
|
||||
|
||||
@@ -11,7 +11,7 @@ MY_PV="${PV/_/-}"
|
||||
MY_PV="${MY_PV/-pre/-git}"
|
||||
|
||||
DESCRIPTION="Userland tools for Linux Performance Counters"
|
||||
HOMEPAGE="http://perf.wiki.kernel.org/"
|
||||
HOMEPAGE="https://perf.wiki.kernel.org/"
|
||||
|
||||
LINUX_V="${PV:0:1}.x"
|
||||
if [[ ${PV/_rc} != ${PV} ]] ; then
|
||||
|
||||
@@ -11,7 +11,7 @@ MY_PV="${PV/_/-}"
|
||||
MY_PV="${MY_PV/-pre/-git}"
|
||||
|
||||
DESCRIPTION="Userland tools for Linux Performance Counters"
|
||||
HOMEPAGE="http://perf.wiki.kernel.org/"
|
||||
HOMEPAGE="https://perf.wiki.kernel.org/"
|
||||
|
||||
LINUX_V="${PV:0:1}.x"
|
||||
if [[ ${PV} == *_rc* ]] ; then
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# $Id$
|
||||
|
||||
DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
|
||||
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
|
||||
SRC_URI="mirror://kernel/linux/kernel/people/jsipek/${PN}/${P}.tar.bz2
|
||||
mirror://gentoo/${PN}-manpages-${PV}.tar.bz2"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# $Id$
|
||||
|
||||
DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
|
||||
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
|
||||
# create manpages with "make -C Documentation man"
|
||||
SRC_URI="mirror://kernel/linux/kernel/people/jsipek/${PN}/${P}.tar.bz2
|
||||
mirror://gentoo/${PN}-manpages-${PV}.tar.bz2"
|
||||
|
||||
@@ -9,7 +9,7 @@ inherit font
|
||||
MY_PN="${PN/d/D}"
|
||||
|
||||
# $PV is a build number, use fontforge to find it out. 113 was taken from:
|
||||
# http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD
|
||||
# https://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD
|
||||
DESCRIPTION="Font family from Google's Android project"
|
||||
HOMEPAGE="https://code.google.com/android/RELEASENOTES.html http://www.cosmix.org/software/"
|
||||
SRC_URI="mirror://gentoo/${P}-r1.tar.bz2
|
||||
|
||||
@@ -9,7 +9,7 @@ inherit font
|
||||
MY_PN="${PN/d/D}"
|
||||
|
||||
# $PV is a build number, use fontforge to find it out. 113 was taken from:
|
||||
# http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD
|
||||
# https://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD
|
||||
DESCRIPTION="Font family from Google's Android project"
|
||||
HOMEPAGE="https://code.google.com/android/RELEASENOTES.html http://www.cosmix.org/software/"
|
||||
SRC_URI="mirror://gentoo/${P}-r1.tar.bz2
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=4
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="Convert png images to MS ico format"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/graphics/pngtoico/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/graphics/pngtoico/"
|
||||
SRC_URI="mirror://kernel/software/graphics/pngtoico/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
inherit eutils multilib multilib-minimal
|
||||
|
||||
DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers"
|
||||
HOMEPAGE="http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/"
|
||||
HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/"
|
||||
SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
inherit eutils multilib multilib-minimal
|
||||
|
||||
DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers"
|
||||
HOMEPAGE="http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/"
|
||||
HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/"
|
||||
SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
|
||||
@@ -20,7 +20,7 @@ S="${WORKDIR}"
|
||||
PACKET_NAME=dvb-firmwares-1.tar.bz2
|
||||
PACKET_SRC_URI="http://www.linuxtv.org/downloads/firmware/${PACKET_NAME}"
|
||||
get_dvb_firmware="${FILESDIR}/get_dvb_firmware-${PV}"
|
||||
# from http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6-stable.git;a=history;f=Documentation/dvb/get_dvb_firmware
|
||||
# from https://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6-stable.git;a=history;f=Documentation/dvb/get_dvb_firmware
|
||||
|
||||
FW_USE_FLAGS=(
|
||||
# packet
|
||||
|
||||
@@ -22,7 +22,7 @@ PACKET_SRC_URI="http://www.linuxtv.org/downloads/firmware/${PACKET_NAME}"
|
||||
TEVII_NAME=Tevii_linuxdriver_0815.rar
|
||||
TEVII_SRC_URI="http://tevii.com/${TEVII_NAME}"
|
||||
get_dvb_firmware="${FILESDIR}/get_dvb_firmware-${PV}"
|
||||
# from http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6-stable.git;a=history;f=Documentation/dvb/get_dvb_firmware
|
||||
# from https://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6-stable.git;a=history;f=Documentation/dvb/get_dvb_firmware
|
||||
|
||||
FW_USE_FLAGS=(
|
||||
# packet
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="The kernel.org \"Current bandwidth utilization\" bar"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/web/bwbar/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/web/bwbar/"
|
||||
SRC_URI="mirror://kernel/software/web/bwbar/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -10,7 +10,7 @@ FCVER="6"
|
||||
MY_PV="${PV%.*}-${PV##*.}"
|
||||
MY_P="${PN%%-*}-${MY_PV}"
|
||||
DESCRIPTION="A simple BIND key generator"
|
||||
HOMEPAGE="http://fedora.redhat.com/projects/config-tools/"
|
||||
HOMEPAGE="https://fedora.redhat.com/projects/config-tools/"
|
||||
SRC_URI="mirror://gentoo/${MY_P}.fc${FCVER}.src.rpm"
|
||||
|
||||
LICENSE="public-domain"
|
||||
|
||||
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Various tools to generate special DNS records like SSHFP, TLSA, OPENPGPKEY, IPSECKEY"
|
||||
HOMEPAGE="http://people.redhat.com/pwouters/hash-slinger/"
|
||||
SRC_URI="http://people.redhat.com/pwouters/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="https://people.redhat.com/pwouters/hash-slinger/"
|
||||
SRC_URI="https://people.redhat.com/pwouters/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI="5"
|
||||
inherit systemd eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="port of the OpenBSD TFTP server"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/tftp/"
|
||||
SRC_URI="mirror://kernel/software/network/tftp/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="BSD-4"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI="4"
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="port of the OpenBSD TFTP server"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/tftp/"
|
||||
SRC_URI="mirror://kernel/software/network/tftp/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="BSD-4"
|
||||
|
||||
@@ -8,7 +8,7 @@ K_NOUSENAME=1
|
||||
inherit autotools eutils kernel-2
|
||||
|
||||
DESCRIPTION="Userspace utilities for a general USB device sharing system over IP networks"
|
||||
HOMEPAGE="http://www.kernel.org/"
|
||||
HOMEPAGE="https://www.kernel.org/"
|
||||
SRC_URI="${KERNEL_URI}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=4
|
||||
inherit eutils toolchain-funcs python
|
||||
|
||||
DESCRIPTION="Central Regulatory Domain Agent for wireless networks"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory"
|
||||
SRC_URI="http://linuxwireless.org/download/crda/${P}.tar.bz2"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=4
|
||||
inherit eutils toolchain-funcs python
|
||||
|
||||
DESCRIPTION="Central Regulatory Domain Agent for wireless networks"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory"
|
||||
SRC_URI="http://linuxwireless.org/download/crda/${P}.tar.bz2"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit eutils toolchain-funcs python-any-r1 udev
|
||||
|
||||
DESCRIPTION="Central Regulatory Domain Agent for wireless networks"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory"
|
||||
SRC_URI="http://linuxwireless.org/download/crda/${P}.tar.bz2"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=4
|
||||
inherit eutils toolchain-funcs python udev
|
||||
|
||||
DESCRIPTION="Central Regulatory Domain Agent for wireless networks"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory"
|
||||
SRC_URI="http://linuxwireless.org/download/crda/${P}.tar.bz2"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit toolchain-funcs eutils
|
||||
|
||||
DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/iw"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/iw"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/iw"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/iw"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/iw"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/iw"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/iw"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Tool to read and control rfkill status through /dev/rfkill"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/rfkill"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/rfkill"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit multilib
|
||||
|
||||
MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}"
|
||||
DESCRIPTION="Binary regulatory database for CRDA"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz"
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
|
||||
MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}"
|
||||
DESCRIPTION="Binary regulatory database for CRDA"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
|
||||
MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}"
|
||||
DESCRIPTION="Binary regulatory database for CRDA"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
|
||||
MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}"
|
||||
DESCRIPTION="Binary regulatory database for CRDA"
|
||||
HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory"
|
||||
HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory"
|
||||
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz"
|
||||
|
||||
LICENSE="ISC"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
|
||||
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -12,7 +12,7 @@ RPMREV="1"
|
||||
|
||||
MY_P="${P/-redhat}"
|
||||
DESCRIPTION="Hardware identification and configuration data"
|
||||
HOMEPAGE="http://fedora.redhat.com/projects/config-tools/"
|
||||
HOMEPAGE="https://fedora.redhat.com/projects/config-tools/"
|
||||
SRC_URI="mirror://fedora-dev/releases/9/Everything/source/SRPMS/${MY_P}-${RPMREV}.fc${FCVER}.src.rpm"
|
||||
LICENSE="GPL-2 MIT"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
SCM=""
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
SCM="git-r3"
|
||||
EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git"
|
||||
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"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
SCM=""
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
SCM="git-r3"
|
||||
EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git"
|
||||
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"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI="5"
|
||||
SCM=""
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
SCM="git-r3"
|
||||
EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git"
|
||||
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"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
SCM=""
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
SCM="git-r3"
|
||||
EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/kbd.git"
|
||||
EGIT_REPO_URI="https://git.kernel.org/cgit/linux/kernel/git/legion/kbd.git"
|
||||
EGIT_BRANCH="master"
|
||||
else
|
||||
SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit autotools-utils flag-o-matic linux-info systemd
|
||||
|
||||
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
|
||||
HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit autotools-utils flag-o-matic linux-info systemd
|
||||
|
||||
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
|
||||
HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit autotools-utils linux-info systemd
|
||||
|
||||
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
|
||||
HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit autotools-utils linux-info systemd
|
||||
|
||||
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
|
||||
HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit autotools-utils flag-o-matic linux-info systemd
|
||||
|
||||
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
|
||||
HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=true
|
||||
inherit autotools-utils linux-info systemd git-r3
|
||||
|
||||
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
|
||||
HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI="3"
|
||||
inherit multilib eutils toolchain-funcs linux-info
|
||||
|
||||
DESCRIPTION="Linux Key Management Utilities"
|
||||
HOMEPAGE="http://people.redhat.com/dhowells/keyutils/"
|
||||
SRC_URI="http://people.redhat.com/dhowells/${PN}/${P}.tar.bz2"
|
||||
HOMEPAGE="https://people.redhat.com/dhowells/keyutils/"
|
||||
SRC_URI="https://people.redhat.com/dhowells/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI="5"
|
||||
inherit multilib eutils toolchain-funcs linux-info
|
||||
|
||||
DESCRIPTION="Linux Key Management Utilities"
|
||||
HOMEPAGE="http://people.redhat.com/dhowells/keyutils/"
|
||||
SRC_URI="http://people.redhat.com/dhowells/${PN}/${P}.tar.bz2"
|
||||
HOMEPAGE="https://people.redhat.com/dhowells/keyutils/"
|
||||
SRC_URI="https://people.redhat.com/dhowells/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI="5"
|
||||
inherit multilib eutils toolchain-funcs linux-info multilib-minimal
|
||||
|
||||
DESCRIPTION="Linux Key Management Utilities"
|
||||
HOMEPAGE="http://people.redhat.com/dhowells/keyutils/"
|
||||
SRC_URI="http://people.redhat.com/dhowells/${PN}/${P}.tar.bz2"
|
||||
HOMEPAGE="https://people.redhat.com/dhowells/keyutils/"
|
||||
SRC_URI="https://people.redhat.com/dhowells/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,8 +7,8 @@ EAPI="5"
|
||||
inherit multilib eutils toolchain-funcs linux-info
|
||||
|
||||
DESCRIPTION="Linux Key Management Utilities"
|
||||
HOMEPAGE="http://people.redhat.com/dhowells/keyutils/"
|
||||
SRC_URI="http://people.redhat.com/dhowells/${PN}/${P}.tar.bz2"
|
||||
HOMEPAGE="https://people.redhat.com/dhowells/keyutils/"
|
||||
SRC_URI="https://people.redhat.com/dhowells/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -18,7 +18,7 @@ else
|
||||
fi
|
||||
|
||||
DESCRIPTION="library and tools for managing linux kernel modules"
|
||||
HOMEPAGE="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
|
||||
HOMEPAGE="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -18,7 +18,7 @@ else
|
||||
fi
|
||||
|
||||
DESCRIPTION="library and tools for managing linux kernel modules"
|
||||
HOMEPAGE="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
|
||||
HOMEPAGE="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -18,7 +18,7 @@ else
|
||||
fi
|
||||
|
||||
DESCRIPTION="library and tools for managing linux kernel modules"
|
||||
HOMEPAGE="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
|
||||
HOMEPAGE="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit versionator eutils toolchain-funcs linux-info flag-o-matic
|
||||
|
||||
DESCRIPTION="Misc tools bundled with kernel sources"
|
||||
HOMEPAGE="http://kernel.org/"
|
||||
HOMEPAGE="https://kernel.org/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=5
|
||||
inherit versionator eutils toolchain-funcs linux-info autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="Misc tools bundled with kernel sources"
|
||||
HOMEPAGE="http://kernel.org/"
|
||||
HOMEPAGE="https://kernel.org/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
# $Id$
|
||||
|
||||
DESCRIPTION="Small utility for Linux/SPARC that list devices on SBUS"
|
||||
HOMEPAGE="http://people.redhat.com/tcallawa/lssbus/"
|
||||
SRC_URI="http://people.redhat.com/tcallawa/lssbus/${P}.tar.gz"
|
||||
HOMEPAGE="https://people.redhat.com/tcallawa/lssbus/"
|
||||
SRC_URI="https://people.redhat.com/tcallawa/lssbus/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -11,8 +11,8 @@ MY_VER=${PV%.*}
|
||||
MY_REL=${PV#${MY_VER}.}
|
||||
MY_P="${MY_PN}-${MY_VER}"
|
||||
DESCRIPTION="program used for creating device files in /dev"
|
||||
HOMEPAGE="http://people.redhat.com/nalin/MAKEDEV/"
|
||||
SRC_URI="http://people.redhat.com/nalin/MAKEDEV/${MY_P}-${MY_REL}.tar.gz"
|
||||
HOMEPAGE="https://people.redhat.com/nalin/MAKEDEV/"
|
||||
SRC_URI="https://people.redhat.com/nalin/MAKEDEV/${MY_P}-${MY_REL}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit eutils
|
||||
|
||||
MY_P="${PN}-${PV:0:4}-${PV:0-1}"
|
||||
DESCRIPTION="POSIX man-pages (0p, 1p, 3p)"
|
||||
HOMEPAGE="http://www.kernel.org/doc/man-pages/"
|
||||
HOMEPAGE="https://www.kernel.org/doc/man-pages/"
|
||||
SRC_URI="mirror://kernel/linux/docs/man-pages/${PN}/${MY_P}.tar.xz"
|
||||
|
||||
LICENSE="man-pages-posix-2013"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=4
|
||||
GENTOO_PATCH=2
|
||||
|
||||
DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
|
||||
HOMEPAGE="http://www.kernel.org/doc/man-pages/"
|
||||
HOMEPAGE="https://www.kernel.org/doc/man-pages/"
|
||||
SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
|
||||
mirror://kernel/linux/docs/man-pages/${P}.tar.xz
|
||||
http://man7.org/linux/man-pages/download/${P}.tar.xz
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=4
|
||||
GENTOO_PATCH=2
|
||||
|
||||
DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
|
||||
HOMEPAGE="http://www.kernel.org/doc/man-pages/"
|
||||
HOMEPAGE="https://www.kernel.org/doc/man-pages/"
|
||||
SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
|
||||
mirror://kernel/linux/docs/man-pages/${P}.tar.xz
|
||||
http://man7.org/linux/man-pages/download/${P}.tar.xz
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=4
|
||||
GENTOO_PATCH=2
|
||||
|
||||
DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
|
||||
HOMEPAGE="http://www.kernel.org/doc/man-pages/"
|
||||
HOMEPAGE="https://www.kernel.org/doc/man-pages/"
|
||||
SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
|
||||
mirror://kernel/linux/docs/man-pages/${P}.tar.xz
|
||||
mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI="4"
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Standard kernel module utilities for linux-2.4 and older"
|
||||
HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/modutils/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/linux/utils/kernel/modutils/"
|
||||
SRC_URI="mirror://kernel/linux/utils/kernel/${PN}/v2.4/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI=2
|
||||
inherit eutils flag-o-matic
|
||||
|
||||
DESCRIPTION="Primitive text file viewer"
|
||||
HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/"
|
||||
SRC_URI="mirror://kernel/linux/utils/util-linux/util-linux-${PV}.tar.bz2"
|
||||
S=${WORKDIR}/util-linux-${PV}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ DEB_P="msr-tools_1.2-3"
|
||||
inherit eutils linux-info toolchain-funcs
|
||||
|
||||
DESCRIPTION="Utilities allowing the read and write of CPU model-specific registers (MSR)"
|
||||
HOMEPAGE="http://www.kernel.org/pub/linux/utils/cpu/msr-tools/"
|
||||
HOMEPAGE="https://www.kernel.org/pub/linux/utils/cpu/msr-tools/"
|
||||
SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.gz mirror://debian/pool/main/m/${PN}/${DEB_P}.diff.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI="5"
|
||||
inherit eutils multilib toolchain-funcs
|
||||
|
||||
DESCRIPTION="Various utilities dealing with the PCI bus"
|
||||
HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ http://git.kernel.org/?p=utils/pciutils/pciutils.git"
|
||||
HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ https://git.kernel.org/?p=utils/pciutils/pciutils.git"
|
||||
SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI="5"
|
||||
inherit eutils multilib toolchain-funcs
|
||||
|
||||
DESCRIPTION="Various utilities dealing with the PCI bus"
|
||||
HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ http://git.kernel.org/?p=utils/pciutils/pciutils.git"
|
||||
HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ https://git.kernel.org/?p=utils/pciutils/pciutils.git"
|
||||
SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI="5"
|
||||
inherit eutils multilib toolchain-funcs multilib-minimal
|
||||
|
||||
DESCRIPTION="Various utilities dealing with the PCI bus"
|
||||
HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ http://git.kernel.org/?p=utils/pciutils/pciutils.git"
|
||||
HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ https://git.kernel.org/?p=utils/pciutils/pciutils.git"
|
||||
SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -7,7 +7,7 @@ EAPI="5"
|
||||
inherit eutils multilib toolchain-funcs multilib-minimal
|
||||
|
||||
DESCRIPTION="Various utilities dealing with the PCI bus"
|
||||
HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ http://git.kernel.org/?p=utils/pciutils/pciutils.git"
|
||||
HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ https://git.kernel.org/?p=utils/pciutils/pciutils.git"
|
||||
SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user