gentoo/sys-apps/dchroot/dchroot-0.12.1.ebuild
Ionen Wolkens 0e6e22c8ba
sys-apps/dchroot: EAPI6->8, run eautoreconf for clang16
Also:
* remake patch, was done on top of the sed (now removed) and
  they changed the same line making this kind of messy.
* respect CPPFLAGS
* GPL-2 -> GPL-2+
* remove dead urls, debian doesn't seem to have this anymore?
 (probably not very useful to keep here either)

Closes: https://bugs.gentoo.org/874318
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-10-15 16:06:45 -04:00

28 lines
498 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Utility for managing chroots for non-root users"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P/-/_}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="!dev-util/schroot[dchroot]"
BDEPEND="sys-apps/help2man"
PATCHES=(
"${FILESDIR}"/${P}-make.patch
)
src_prepare() {
default
eautoreconf #874318
}