app-admin/chrootuid: remove old.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 17 Mar 2019 16:32:29 +0000 (17:32 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 18 Mar 2019 07:50:42 +0000 (08:50 +0100)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-admin/chrootuid/chrootuid-1.3-r1.ebuild [deleted file]

diff --git a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild b/app-admin/chrootuid/chrootuid-1.3-r1.ebuild
deleted file mode 100644 (file)
index 4c7913e..0000000
+++ /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} ${LDFLAGS}"
-}
-
-src_install() {
-       dobin chrootuid
-       doman chrootuid.1
-       dodoc README chrootuid_license
-}