diff options
Diffstat (limited to 'sys-apps/fakechroot/fakechroot-2.9.ebuild')
-rw-r--r-- | sys-apps/fakechroot/fakechroot-2.9.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-apps/fakechroot/fakechroot-2.9.ebuild b/sys-apps/fakechroot/fakechroot-2.9.ebuild deleted file mode 100644 index 536d33650d4b..000000000000 --- a/sys-apps/fakechroot/fakechroot-2.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/fakechroot-2.9.ebuild,v 1.4 2010/05/03 08:59:45 ssuominen Exp $ - -inherit autotools eutils - -DESCRIPTION="Provide a faked chroot environment without requiring root privileges" -HOMEPAGE="http://fakechroot.alioth.debian.org/" -SRC_URI="mirror://debian/pool/main/f/fakechroot/${PF/-/_}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="" - -RESTRICT="test" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-glibc-2.10-compat.patch - AT_M4DIR="m4" eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README THANKS -} |