Files @ 1e48b341ee7c
Branch filter:

Location: ohnobinki_overlay/sys-apps/fakeroot/fakeroot-1.14.4.ebuild - annotation

1e48b341ee7c 581 B application/vnd.gentoo.ebuild Show Source Show as Raw Download as Raw
binki
sys-apps/abi-wrapper: Update abi-wrapper based on patch from vlooe which protects abi-wrapper from bad ABI and DEFAULT_ABI settings.

(Portage version: 2.2.0_alpha2-r1/hg/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 6BA81050)
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Run commands in an environment faking root privileges"
HOMEPAGE="http://packages.qa.debian.org/f/fakeroot.html"
SRC_URI="mirror://debian/pool/main/f/fakeroot/${PF/-/_}.orig.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND=""
DEPEND="test? ( app-arch/sharutils )"

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS BUGS ChangeLog DEBUG NEWS README*
}