From fe7715c8d4f69df3c8638c47588deb1151c7e935 Mon Sep 17 00:00:00 2001 From: Gilad Arnold Date: Tue, 22 May 2012 09:38:59 -0700 Subject: [PATCH] Revert "Add sys-apps/fakeroot to portage-stable" Turns out we do not need fakeroot after all. This reverts commit 0d5287dfe37e1ed15b2ac402997eb9d11e06bda7 Change-Id: I8130bc2aac308bfa678a90cd8586242df9006615 Reviewed-on: https://gerrit.chromium.org/gerrit/23234 Tested-by: Gilad Arnold Reviewed-by: Gilad Arnold Commit-Ready: Gilad Arnold --- .../md5-cache/sys-apps/fakeroot-1.18.3 | 11 -------- .../portage-stable/sys-apps/fakeroot/Manifest | 1 - .../sys-apps/fakeroot/fakeroot-1.18.3.ebuild | 28 ------------------- 3 files changed, 40 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/fakeroot-1.18.3 delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/fakeroot/Manifest delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/fakeroot/fakeroot-1.18.3.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/fakeroot-1.18.3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/fakeroot-1.18.3 deleted file mode 100644 index c942c699e6..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/fakeroot-1.18.3 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=test? ( app-arch/sharutils ) -DESCRIPTION=Run commands in an environment faking root privileges -EAPI=4 -HOMEPAGE=http://packages.qa.debian.org/f/fakeroot.html -IUSE=static-libs test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://debian/pool/main/f/fakeroot/fakeroot_1.18.3.orig.tar.bz2 -_md5_=368419eacd45ed60736452958ef7b29f diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/fakeroot/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/fakeroot/Manifest deleted file mode 100644 index ed1aa3e608..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/fakeroot/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fakeroot_1.18.3.orig.tar.bz2 307252 RMD160 95df721c2f849fc49b7f0667e77c8db61958f9f1 SHA1 6a97df73afa3ffae11f078f13ce93cefcf31e160 SHA256 7604f7e2e097997f78843982196af54559974a68dd3e8665d22f1883dd6d3ff1 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/fakeroot/fakeroot-1.18.3.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/fakeroot/fakeroot-1.18.3.ebuild deleted file mode 100644 index 0773695fb9..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/fakeroot/fakeroot-1.18.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-1.18.3.ebuild,v 1.1 2012/05/12 17:01:29 radhermit Exp $ - -EAPI=4 - -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 ~arm ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs test" - -DEPEND="test? ( app-arch/sharutils )" - -DOCS=( AUTHORS BUGS DEBUG README doc/README.saving ) - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - use static-libs || find "${ED}" -name '*.la' -exec rm -f '{}' + -}