From adf39aea6ceca37ce6621b0da6546dc0de194bcb Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Fri, 12 Feb 2016 16:40:46 +0100 Subject: sys-apps/debianutils: Bump to version 4.7 Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler --- sys-apps/debianutils/debianutils-4.7.ebuild | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 sys-apps/debianutils/debianutils-4.7.ebuild (limited to 'sys-apps/debianutils/debianutils-4.7.ebuild') diff --git a/sys-apps/debianutils/debianutils-4.7.ebuild b/sys-apps/debianutils/debianutils-4.7.ebuild new file mode 100644 index 000000000000..41210e560942 --- /dev/null +++ b/sys-apps/debianutils/debianutils-4.7.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils flag-o-matic + +DESCRIPTION="A selection of tools from Debian" +HOMEPAGE="http://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 ~sparc-fbsd ~x86-fbsd ~arm-linux ~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 +} -- cgit v1.2.3-65-gdbad