diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-20 12:06:09 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-20 12:25:13 +0200 |
commit | 49cb32997850982554f283c07f687b42e10d197e (patch) | |
tree | f4894b04f54819f9f774c2effa9df39f63b677cf /app-admin/chrootuid | |
parent | app-eselect/eselect-postgresql: Cleanup 2.2 (diff) | |
download | gentoo-49cb32997850982554f283c07f687b42e10d197e.tar.gz gentoo-49cb32997850982554f283c07f687b42e10d197e.tar.bz2 gentoo-49cb32997850982554f283c07f687b42e10d197e.zip |
app-admin/chrootuid: Remove 1.3 (r0)
Uses deprecated EAPI 4 and overshadowed by 1.3-r1.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'app-admin/chrootuid')
-rw-r--r-- | app-admin/chrootuid/chrootuid-1.3.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-admin/chrootuid/chrootuid-1.3.ebuild b/app-admin/chrootuid/chrootuid-1.3.ebuild deleted file mode 100644 index c2c45d72e5c0..000000000000 --- a/app-admin/chrootuid/chrootuid-1.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs - -MY_P="${P/-/}" - -DESCRIPTION="Run a network service at low privilege level and restricted file system access" -HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" -SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ia64 ppc x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin chrootuid - doman chrootuid.1 - dodoc README chrootuid_license -} |