summaryrefslogtreecommitdiff
path: root/sys-apps/modutils/modutils-2.4.27-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /sys-apps/modutils/modutils-2.4.27-r1.ebuild
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'sys-apps/modutils/modutils-2.4.27-r1.ebuild')
-rw-r--r--sys-apps/modutils/modutils-2.4.27-r1.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/sys-apps/modutils/modutils-2.4.27-r1.ebuild b/sys-apps/modutils/modutils-2.4.27-r1.ebuild
deleted file mode 100644
index 2786427b0ea0..000000000000
--- a/sys-apps/modutils/modutils-2.4.27-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Standard kernel module utilities for linux-2.4 and older"
-HOMEPAGE="https://www.kernel.org/pub/linux/utils/kernel/modutils/"
-SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/${PN}/v2.4/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86"
-IUSE=""
-
-RDEPEND="!sys-apps/module-init-tools
- !sys-apps/kmod"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-alias.patch
- epatch "${FILESDIR}"/${P}-gcc.patch
- epatch "${FILESDIR}"/${P}-flex.patch
- epatch "${FILESDIR}"/${P}-no-nested-function.patch
-}
-
-src_configure() {
- econf \
- --prefix=/ \
- --disable-strip \
- --enable-insmod-static \
- --disable-zlib
-}
-
-src_install() {
- einstall prefix="${D}"
- rm -r "${ED}"/usr/share/man/man2 || die
- dodoc CREDITS ChangeLog NEWS README TODO
-}