From 61459c62cf3c8db6694c465c29895d3b99700de9 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sun, 17 Apr 2022 18:52:15 +0800 Subject: [PATCH] lkrg: remove in Gentoo's favour --- app-antivirus/lkrg/Manifest | 4 --- app-antivirus/lkrg/lkrg-0.8.1.ebuild | 30 ---------------- .../lkrg/lkrg-0.8.1_p20210341.ebuild | 36 ------------------- app-antivirus/lkrg/lkrg-0.9.1-r1.ebuild | 30 ---------------- .../lkrg/lkrg-0.9.1_p20211124.ebuild | 34 ------------------ app-antivirus/lkrg/metadata.xml | 8 ----- 6 files changed, 142 deletions(-) delete mode 100644 app-antivirus/lkrg/Manifest delete mode 100644 app-antivirus/lkrg/lkrg-0.8.1.ebuild delete mode 100644 app-antivirus/lkrg/lkrg-0.8.1_p20210341.ebuild delete mode 100644 app-antivirus/lkrg/lkrg-0.9.1-r1.ebuild delete mode 100644 app-antivirus/lkrg/lkrg-0.9.1_p20211124.ebuild delete mode 100644 app-antivirus/lkrg/metadata.xml diff --git a/app-antivirus/lkrg/Manifest b/app-antivirus/lkrg/Manifest deleted file mode 100644 index c2a80540b..000000000 --- a/app-antivirus/lkrg/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST lkrg-0.8.1.tar.gz 107103 BLAKE2B b46832f84d5bfb82c6aac7f8c8af8c963ed6462fdf2b62710a6ac90e8f905356725b618af642cdbc2c24c5bdf5d4c0a3f0f255b7c89d2ed80d0ab865dea5e795 SHA512 38dd9e4d3b5a3011a23b94ca6e63ce61816a98e329eb8e5f127928d42e7ba3fa0acf2679d00327c77a1bc1e351200916a22a54a1a6b17297d0affc466a1e5e74 -DIST lkrg-0.8.1_p20210341.tar.gz 112315 BLAKE2B 540b2b705ff7c13d705efb771190b66f25200cdb4322d8b2bc85a37518b736cc93c219c6b74ffc1010021dd3841add758c9549cbee0ecf52be69bb5dc79fba3a SHA512 f9a1126617dc313d6186dcb7336e7e92c2d87c60dc2bf8361578cc81abb83bc8cdb9805a4d8cdd55119a2974287aff6ab7d01905c6b52dd65895041c6188e8e9 -DIST lkrg-0.9.1.tar.gz 121565 BLAKE2B 89177039adb5cd8624c3f59fbd3583bbe4318567ab40debf2ca625365a55df2eac5a448a01e5007ba160623f8464df03575ef2e0f02583ea3ba25571157a9d92 SHA512 1a943e76cf2c53a29807758f688c3bc346c7a03d0fdd03e5efd506e08d9d89d902a472c745885ff38c43f1f8a016925f6936fb8764c842e22a3a43553f5cf2e2 -DIST lkrg-0.9.1_p20211124.tar.gz 128174 BLAKE2B 6380bdb0207e7fc8d0a8d4885db4fdd7c849b9e479bf223c655640cf0676da8b90f873e334e6750038197f489d0aeb0b4b1cd5fd5ef408267e1fe5170b8f3207 SHA512 461bbd94f11d5a1b1451c6a42777324198a60fd418b86bebbc0426a04057bb112840784701225f27cf4fadfbe8c560c47086f378ec7f02efd8636305cc38ef63 diff --git a/app-antivirus/lkrg/lkrg-0.8.1.ebuild b/app-antivirus/lkrg/lkrg-0.8.1.ebuild deleted file mode 100644 index 510f9997f..000000000 --- a/app-antivirus/lkrg/lkrg-0.8.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod linux-info - -DESCRIPTION="Linux Kernel Runtime Guard" -HOMEPAGE="https://www.openwall.com/lkrg/" -SRC_URI="https://www.openwall.com/lkrg/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -MODULE_NAMES="p_lkrg(misc:${S}:${S})" -BUILD_TARGETS="clean all" -CONFIG_CHECK="JUMP_LABEL" - -pkg_setup() { - linux-mod_pkg_setup - #compile against selected (not running) target - BUILD_PARAMS="P_KVER=${KV_FULL} P_KERNEL=${KERNEL_DIR}" -} - -pkg_postinst() { - einfo "\nUsage:" - einfo "\n ~$ modprobe p_lkrg p_init_log_level=3\n" -} diff --git a/app-antivirus/lkrg/lkrg-0.8.1_p20210341.ebuild b/app-antivirus/lkrg/lkrg-0.8.1_p20210341.ebuild deleted file mode 100644 index 36f6fe69f..000000000 --- a/app-antivirus/lkrg/lkrg-0.8.1_p20210341.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod linux-info - -DESCRIPTION="Linux Kernel Runtime Guard" -HOMEPAGE="https://www.openwall.com/lkrg/" -HASH_COMMIT="b9ff71131d2816abdb882ec90b7edc86a0889e8b" -SRC_URI="https://github.com/openwall/lkrg/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" -#SRC_URI="https://www.openwall.com/lkrg/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${PN}-${HASH_COMMIT}" - -MODULE_NAMES="p_lkrg(misc:${S}:${S})" -BUILD_TARGETS="clean all" -CONFIG_CHECK="JUMP_LABEL" - - -pkg_setup() { - linux-mod_pkg_setup - #compile against selected (not running) target - BUILD_PARAMS="P_KVER=${KV_FULL} P_KERNEL=${KERNEL_DIR}" -} - -pkg_postinst() { - einfo "\nUsage:" - einfo "\n ~$ modprobe p_lkrg p_init_log_level=3\n" -} diff --git a/app-antivirus/lkrg/lkrg-0.9.1-r1.ebuild b/app-antivirus/lkrg/lkrg-0.9.1-r1.ebuild deleted file mode 100644 index bea5ecc2f..000000000 --- a/app-antivirus/lkrg/lkrg-0.9.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod linux-info - -DESCRIPTION="Linux Kernel Runtime Guard" -HOMEPAGE="https://www.openwall.com/lkrg/" -SRC_URI="https://www.openwall.com/lkrg/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -MODULE_NAMES="p_lkrg(misc:${S}:${S})" -BUILD_TARGETS="clean all" -CONFIG_CHECK="MODULE_UNLOAD KALLSYMS_ALL JUMP_LABEL" - -pkg_setup() { - linux-mod_pkg_setup - #compile against selected (not running) target - BUILD_PARAMS="P_KVER=${KV_FULL} P_KERNEL=${KERNEL_DIR}" -} - -pkg_postinst() { - einfo "\nUsage:" - einfo "\n ~$ modprobe p_lkrg p_init_log_level=3\n" -} diff --git a/app-antivirus/lkrg/lkrg-0.9.1_p20211124.ebuild b/app-antivirus/lkrg/lkrg-0.9.1_p20211124.ebuild deleted file mode 100644 index 349fe1410..000000000 --- a/app-antivirus/lkrg/lkrg-0.9.1_p20211124.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod linux-info - -DESCRIPTION="Linux Kernel Runtime Guard" -HOMEPAGE="https://www.openwall.com/lkrg/" -HASH_COMMIT="819b01bdeae127fc3afb648aaaf53249863fa024" -SRC_URI="https://github.com/openwall/lkrg/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" -#SRC_URI="https://www.openwall.com/lkrg/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${PN}-${HASH_COMMIT}" -MODULE_NAMES="p_lkrg(misc:${S}:${S})" - -pkg_setup() { - local CONFIG_CHECK="MODULE_UNLOAD KALLSYMS_ALL JUMP_LABEL" - linux-mod_pkg_setup - - # compile against selected (not running) target - BUILD_PARAMS="P_KVER=${KV_FULL} P_KERNEL=${KERNEL_DIR}" - BUILD_TARGETS="all" -} - -pkg_postinst() { - einfo "Usage:" - einfo "modprobe p_lkrg p_init_log_level=3" -} diff --git a/app-antivirus/lkrg/metadata.xml b/app-antivirus/lkrg/metadata.xml deleted file mode 100644 index ace7c2d3a..000000000 --- a/app-antivirus/lkrg/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - unknown@pentoo.ch - Author Unknown - -