commit:     acf3f87cb71fa4814272f5a898b03f5e92be8160
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 17 16:32:29 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 07:50:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf3f87c

app-admin/chrootuid: remove old.

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-admin/chrootuid/chrootuid-1.3-r1.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

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

Reply via email to