Portage is a package management system used by Gentoo Linux
# ChangeLog for app-admin/chrootuid
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/ChangeLog,v 1.12 2008/05/11 01:10:43 solar Exp $
11 May 2008;
- cross compile fix and keyworded for arm
15 Oct 2006; Bryan Østergaard
Stable on ia64.
12 Jul 2006; Akinori Hattori
added ~ia64 keyword.
25 Apr 2006; Luca Barbato
Marked ppc
10 Nov 2005;
Marked stable on amd64
03 Feb 2005; Jan Brinkmann
added ~amd64 to KEYWORDS. fixes #80180
05 Oct 2004; Pieter Van den Abeele
chrootuid-1.3.ebuild:
Masked chrootuid-1.3.ebuild testing for ppc
29 Jun 2004; Aron Griffis
add sed-4 dep, fix description
22 Mar 2004; Akinori Hattori
stable on x86.
*chrootuid-1.3 (23 Feb 2004)
23 Feb 2004; Akinori Hattori
metadata.xml:
Initial revision. Ebuild submitted by Michael C. Ferguson
in bug #40981.
DIST chrootuid1.3.tar.gz 5439 RMD160 2d2b3935964cc6f3cace7ed757ad9554379207cd SHA1 ef366f5868606f56215eca887c22740e1c80b425 SHA256 93dd1af0220bce0c0265c9f810a89f7fae56b34b7077397f8ea2dcb54ec169b3
EBUILD chrootuid-1.3.ebuild 791 RMD160 133c74f556bee7f35772b8a74c554b9ee528c31c SHA1 15d8eea4938e40b84eae455af16e3b211550fb93 SHA256 6967459134be2344427fbe5fb8d7e58ef9b9e2d0e0b5c75defa837b7e1ccb8be
MISC ChangeLog 1330 RMD160 b3507f38fb55923e7e2ad5d4900b1f03e8a6b4c1 SHA1 653e0c98a794f28dd550546f60294de8e3ba5f43 SHA256 938ee05cbdb54c56bbe060b99bcee6a1fe231a71bb7d4a56796e8b15445cf4c6
MISC metadata.xml 231 RMD160 82827fac86aad3ef32e74faaa5aec40898fe7829 SHA1 e4457c7904183aa2d58e9491452da98e2c9e7c25 SHA256 cc753033a744161c3b59b6121b9a0664f54e1c6d70ff9f607b399b86dfe1a2ce
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/chrootuid/chrootuid-1.3.ebuild,v 1.12 2008/05/11 01:10:43 solar Exp $
inherit toolchain-funcs
IUSE=""
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"
KEYWORDS="~arm amd64 ia64 ppc x86"
SLOT="0"
S=${WORKDIR}/${MY_P}
src_compile() {
tc-export CC
# Add in our own custom CFLAGS
sed -i "s/CFLAGS\t=/CFLAGS = ${CFLAGS} #/" Makefile
emake || die
}
src_install() {
dobin chrootuid
doman chrootuid.1
dodoc README chrootuid_license
}