summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2011-06-22 21:42:04 +0200
committerAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2011-06-22 21:42:04 +0200
commit0851543995bb25d6e1d2dc9a5c215846bd5b87e3 (patch)
tree728828b6a7cda0459b5553cd6b930f9220e42137
parent+phoronix-test-suite-3.2.0.ebuild (diff)
downloadaluco-0851543995bb25d6e1d2dc9a5c215846bd5b87e3.tar.gz
aluco-0851543995bb25d6e1d2dc9a5c215846bd5b87e3.tar.bz2
aluco-0851543995bb25d6e1d2dc9a5c215846bd5b87e3.zip
+fakeroot-1.16.ebuild
version dump.
-rw-r--r--sys-apps/fakeroot/Manifest2
-rw-r--r--sys-apps/fakeroot/fakeroot-1.16.ebuild19
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/fakeroot/Manifest b/sys-apps/fakeroot/Manifest
new file mode 100644
index 0000000..1670a07
--- /dev/null
+++ b/sys-apps/fakeroot/Manifest
@@ -0,0 +1,2 @@
+DIST fakeroot_1.16.orig.tar.bz2 293071 RMD160 f8066d17386516e743f78c43ec0b0c3d3b32c247 SHA1 0cec9ff7c73d891014412668098ec823e5829b59 SHA256 1861c621034dbadca015b145e020a3e90d2cedfca1907899a8019bb16980910a
+EBUILD fakeroot-1.16.ebuild 541 RMD160 34b70dccff44a26b3b99f851bc15b3b3431dec31 SHA1 59638298850a7161b30ffc39e852dad0a0bd4962 SHA256 fd93b8b3fe805f919cfaf90b5a683d3fd69f3e0cf6d6ab50a4fec8fa73946b72
diff --git a/sys-apps/fakeroot/fakeroot-1.16.ebuild b/sys-apps/fakeroot/fakeroot-1.16.ebuild
new file mode 100644
index 0000000..addc37b
--- /dev/null
+++ b/sys-apps/fakeroot/fakeroot-1.16.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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="test"
+
+RDEPEND=""
+DEPEND="test? ( app-arch/sharutils )"
+
+DOCS="AUTHORS BUGS DEBUG README doc/README.saving"