Rename sys-kernel/libre-sources to sys-kernel/hardened-sources. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 62c2dafab89063a1f782bb2e488a2befc2fb3207
DIR parent 9a7eb61a98aa227360486f8b259f6a91d0820eec
HTML Author: parazyd <parazyd@dyne.org>
Date: Wed, 30 Jan 2019 12:55:13 +0100
Rename sys-kernel/libre-sources to sys-kernel/hardened-sources.
Diffstat:
R sys-kernel/libre-sources/Manifest … | 0
A sys-kernel/hardened-sources/harden… | 16 ++++++++++++++++
R sys-kernel/libre-sources/metadata.… | 0
D sys-kernel/libre-sources/libre-sou… | 17 -----------------
4 files changed, 16 insertions(+), 17 deletions(-)
---
DIR diff --git a/sys-kernel/libre-sources/Manifest b/sys-kernel/hardened-sources/Manifest
DIR diff --git a/sys-kernel/hardened-sources/hardened-sources-4.19.18.ebuild b/sys-kernel/hardened-sources/hardened-sources-4.19.18.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_DEBLOB_AVAILABLE="1"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="Full sources for the Linux kernel"
+HOMEPAGE="https://www.kernel.org"
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
DIR diff --git a/sys-kernel/libre-sources/metadata.xml b/sys-kernel/hardened-sources/metadata.xml
DIR diff --git a/sys-kernel/libre-sources/libre-sources-4.19.18.ebuild b/sys-kernel/libre-sources/libre-sources-4.19.18.ebuild
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_DEBLOB_AVAILABLE="1"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="Full sources for the Linux kernel"
-HOMEPAGE="https://www.kernel.org"
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"