mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
sys-apps/debianutils: Sync with Gentoo
It's from Gentoo commit 7cd6f57745f36deade9c9f2af56108c5120143e0.
This commit is contained in:
parent
7c0a62b8e6
commit
8ea7b6a820
@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit 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 ~riscv ~s390 sparc x86 ~x86-linux"
|
||||
IUSE="+installkernel static"
|
||||
|
||||
PDEPEND="
|
||||
installkernel? (
|
||||
|| (
|
||||
sys-kernel/installkernel-gentoo
|
||||
sys-kernel/installkernel-systemd-boot
|
||||
)
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
|
||||
|
||||
src_configure() {
|
||||
use static && append-ldflags -static
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
into /
|
||||
dobin tempfile run-parts
|
||||
|
||||
into /usr
|
||||
dobin ischroot
|
||||
dosbin savelog
|
||||
|
||||
doman ischroot.1 tempfile.1 run-parts.8 savelog.8
|
||||
cd debian || die
|
||||
dodoc changelog control
|
||||
}
|
||||
@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit 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}.orig.tar.xz"
|
||||
|
||||
LICENSE="BSD GPL-2 SMAIL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
|
||||
IUSE="+installkernel static"
|
||||
|
||||
PDEPEND="
|
||||
installkernel? (
|
||||
|| (
|
||||
sys-kernel/installkernel-gentoo
|
||||
sys-kernel/installkernel-systemd-boot
|
||||
)
|
||||
)"
|
||||
|
||||
#S="${WORKDIR}/${PN}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
|
||||
|
||||
src_configure() {
|
||||
use static && append-ldflags -static
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
into /
|
||||
dobin run-parts
|
||||
|
||||
into /usr
|
||||
dobin ischroot
|
||||
dosbin savelog
|
||||
|
||||
doman ischroot.1 run-parts.8 savelog.8
|
||||
|
||||
dodoc CHANGELOG
|
||||
}
|
||||
@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools 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}.orig.tar.xz"
|
||||
|
||||
LICENSE="BSD GPL-2 SMAIL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
|
||||
IUSE="+installkernel static"
|
||||
|
||||
PDEPEND="
|
||||
installkernel? (
|
||||
|| (
|
||||
sys-kernel/installkernel-gentoo
|
||||
sys-kernel/installkernel-systemd-boot
|
||||
)
|
||||
)"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
|
||||
|
||||
src_prepare() {
|
||||
# Avoid adding po4a dependency, upstream refreshes manpages.
|
||||
sed -i -e '/SUBDIRS/s|po4a||' Makefile.am || die
|
||||
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use static && append-ldflags -static
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
into /
|
||||
dobin run-parts
|
||||
|
||||
into /usr
|
||||
dobin ischroot
|
||||
dosbin savelog
|
||||
|
||||
doman ischroot.1 run-parts.8 savelog.8
|
||||
|
||||
dodoc CHANGELOG
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user