commit:     01d62f4514143f343e23ab485e8dc2fd8679b506
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 10:23:22 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 10:25:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d62f45

app-admin/chrootuid: Revision bump 1.3-r2

EAPI 7

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-admin/chrootuid/chrootuid-1.3-r2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/app-admin/chrootuid/chrootuid-1.3-r2.ebuild 
b/app-admin/chrootuid/chrootuid-1.3-r2.ebuild
new file mode 100644
index 00000000000..cdb02fef8c5
--- /dev/null
+++ b/app-admin/chrootuid/chrootuid-1.3-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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() {
+       dodoc README chrootuid_license
+       dobin chrootuid
+       doman chrootuid.1
+}

Reply via email to