summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2018-02-24 19:31:48 +0000
committerPatrick Lauer <patrick@gentoo.org>2018-02-24 19:32:28 +0000
commitf8b890580ed2794c0e296a900d040f9c61c11538 (patch)
tree7f929ffe25c8929e94b991fb07d7d57ff804c622 /sys-apps/fakechroot
parentx11-libs/gdk-pixbuf: stable 2.36.11 for ppc, bug #644770 (thanks to ernsteisw... (diff)
downloadgentoo-f8b890580ed2794c0e296a900d040f9c61c11538.tar.gz
gentoo-f8b890580ed2794c0e296a900d040f9c61c11538.tar.bz2
gentoo-f8b890580ed2794c0e296a900d040f9c61c11538.zip
sys-apps/fakechroot: Bump to 2.19 #639816
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-apps/fakechroot')
-rw-r--r--sys-apps/fakechroot/Manifest1
-rw-r--r--sys-apps/fakechroot/fakechroot-2.19.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/sys-apps/fakechroot/Manifest b/sys-apps/fakechroot/Manifest
index 803278dddc7b..c426cc8ce7f3 100644
--- a/sys-apps/fakechroot/Manifest
+++ b/sys-apps/fakechroot/Manifest
@@ -1 +1,2 @@
DIST fakechroot_2.17.2.orig.tar.gz 463307 BLAKE2B c13e0bb649dc4ecafed1d1f7aa487659631bfae94b2fdc91aee8b23910954e46a74ba6f3d50107a9a282b9e7cb21bf4edb372257adaf157f43c4055738ddce49 SHA512 bcdcf8e77aae46b567acddb80e6817a118c7ef250ba7b6962982e60a6a5e3b8c1eeef950dc33335f31466c3f53ab6b7260bc64a1da9c4b156a44d811ef8cccd0
+DIST fakechroot_2.19.orig.tar.gz 492346 BLAKE2B 9ad9d6515756e867f5e936deec3f6a020f2d8937000f1b7ea9f0f915db68efc4a8f1075d9ee1932c1f20d1c20db04f97de22574f6c51905a070dc1d130a435c4 SHA512 3f1846360dac2ebf9430949651ab0e4b232218cb576a3408b7199dac1e8b555d550ec281eacc65890e79f079f558308c9d56c10a6c7ff38e1419bb45ada7450a
diff --git a/sys-apps/fakechroot/fakechroot-2.19.ebuild b/sys-apps/fakechroot/fakechroot-2.19.ebuild
new file mode 100644
index 000000000000..4a89ac3de3c6
--- /dev/null
+++ b/sys-apps/fakechroot/fakechroot-2.19.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="Provide a faked chroot environment without requiring root privileges"
+HOMEPAGE="http://fakechroot.alioth.debian.org/"
+SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RESTRICT="test"
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc NEWS.md README.md
+ find "${D}" -name '*.la' -exec rm -f '{}' +
+}