summaryrefslogtreecommitdiff
path: root/sys-apps/debianutils/debianutils-4.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-30 11:19:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-30 11:19:18 +0100
commit62f67115b5c46134c34f88f4b1cbdacc19384c0a (patch)
tree0a76b14de203a4c23040e5665e39df8de9867745 /sys-apps/debianutils/debianutils-4.7.ebuild
parent265dbe5dbc14c199299496c6db8fce3f76647015 (diff)
gentoo resync : 30.09.2018
Diffstat (limited to 'sys-apps/debianutils/debianutils-4.7.ebuild')
-rw-r--r--sys-apps/debianutils/debianutils-4.7.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-apps/debianutils/debianutils-4.7.ebuild b/sys-apps/debianutils/debianutils-4.7.ebuild
deleted file mode 100644
index 41d11fcdaef1..000000000000
--- a/sys-apps/debianutils/debianutils-4.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
-
-LICENSE="BSD GPL-2 SMAIL"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
-IUSE="kernel_linux static"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch
-}
-
-src_configure() {
- use static && append-ldflags -static
- default
-}
-
-src_install() {
- into /
- dobin tempfile run-parts
- if use kernel_linux ; then
- dosbin installkernel
- fi
-
- into /usr
- dosbin savelog
-
- doman tempfile.1 run-parts.8 savelog.8
- use kernel_linux && doman installkernel.8
- cd debian || die
- dodoc changelog control
- keepdir /etc/kernel/postinst.d
-}