From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-admin/chrootuid/Manifest | 1 + app-admin/chrootuid/chrootuid-1.3-r1.ebuild | 30 +++++++++++++++++++++++++++++ app-admin/chrootuid/chrootuid-1.3.ebuild | 30 +++++++++++++++++++++++++++++ app-admin/chrootuid/metadata.xml | 7 +++++++ 4 files changed, 68 insertions(+) create mode 100644 app-admin/chrootuid/Manifest create mode 100644 app-admin/chrootuid/chrootuid-1.3-r1.ebuild create mode 100644 app-admin/chrootuid/chrootuid-1.3.ebuild create mode 100644 app-admin/chrootuid/metadata.xml (limited to 'app-admin/chrootuid') diff --git a/app-admin/chrootuid/Manifest b/app-admin/chrootuid/Manifest new file mode 100644 index 000000000000..7a66c32939e9 --- /dev/null +++ b/app-admin/chrootuid/Manifest @@ -0,0 +1 @@ +DIST chrootuid1.3.tar.gz 5439 SHA256 93dd1af0220bce0c0265c9f810a89f7fae56b34b7077397f8ea2dcb54ec169b3 SHA512 55ccc60e6010910466e700f9d0f2f666bc16ab72af3fbc1115916b4e005684d9ad28bc0b8b1cba3804ca68384c3b0fbe137114623eba70241eb8653325382a1f WHIRLPOOL 74345cb020589f0af4b99b3c3a55b38a7d10e6fd81801e80da70347e038c703641d0904add57f90cb7c1c557aec9796193a77210c976c2b9ccd3ea6dc89f62e0 diff --git a/app-admin/chrootuid/chrootuid-1.3-r1.ebuild b/app-admin/chrootuid/chrootuid-1.3-r1.ebuild new file mode 100644 index 000000000000..547465c5a6b6 --- /dev/null +++ b/app-admin/chrootuid/chrootuid-1.3-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit toolchain-funcs + +MY_P="${P/-/}" + +DESCRIPTION="run a network service at low privilege level and with 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 +} diff --git a/app-admin/chrootuid/chrootuid-1.3.ebuild b/app-admin/chrootuid/chrootuid-1.3.ebuild new file mode 100644 index 000000000000..634641170f1a --- /dev/null +++ b/app-admin/chrootuid/chrootuid-1.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit toolchain-funcs + +MY_P="${P/-/}" + +DESCRIPTION="run a network service at low privilege level and with 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 +} diff --git a/app-admin/chrootuid/metadata.xml b/app-admin/chrootuid/metadata.xml new file mode 100644 index 000000000000..c9141f702442 --- /dev/null +++ b/app-admin/chrootuid/metadata.xml @@ -0,0 +1,7 @@ + + + + + hattya@gentoo.org + + -- cgit v1.2.3-65-gdbad