Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fakechroot/
Date: Mon, 20 Aug 2018 14:32:45
Message-Id: 1534775551.d7a02551e47cbc504d5933f115707c81949dd781.alonbl@gentoo
1 commit: d7a02551e47cbc504d5933f115707c81949dd781
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 20 10:57:57 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 20 14:32:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a02551
7
8 sys-apps/fakechroot: cleanup old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-apps/fakechroot/Manifest | 1 -
13 sys-apps/fakechroot/fakechroot-2.17.2.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/sys-apps/fakechroot/Manifest b/sys-apps/fakechroot/Manifest
17 index c426cc8ce7f..2cf9dedf11b 100644
18 --- a/sys-apps/fakechroot/Manifest
19 +++ b/sys-apps/fakechroot/Manifest
20 @@ -1,2 +1 @@
21 -DIST fakechroot_2.17.2.orig.tar.gz 463307 BLAKE2B c13e0bb649dc4ecafed1d1f7aa487659631bfae94b2fdc91aee8b23910954e46a74ba6f3d50107a9a282b9e7cb21bf4edb372257adaf157f43c4055738ddce49 SHA512 bcdcf8e77aae46b567acddb80e6817a118c7ef250ba7b6962982e60a6a5e3b8c1eeef950dc33335f31466c3f53ab6b7260bc64a1da9c4b156a44d811ef8cccd0
22 DIST fakechroot_2.19.orig.tar.gz 492346 BLAKE2B 9ad9d6515756e867f5e936deec3f6a020f2d8937000f1b7ea9f0f915db68efc4a8f1075d9ee1932c1f20d1c20db04f97de22574f6c51905a070dc1d130a435c4 SHA512 3f1846360dac2ebf9430949651ab0e4b232218cb576a3408b7199dac1e8b555d550ec281eacc65890e79f079f558308c9d56c10a6c7ff38e1419bb45ada7450a
23
24 diff --git a/sys-apps/fakechroot/fakechroot-2.17.2.ebuild b/sys-apps/fakechroot/fakechroot-2.17.2.ebuild
25 deleted file mode 100644
26 index 631cda56fe8..00000000000
27 --- a/sys-apps/fakechroot/fakechroot-2.17.2.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit eutils
35 -
36 -DESCRIPTION="Provide a faked chroot environment without requiring root privileges"
37 -HOMEPAGE="http://fakechroot.alioth.debian.org/"
38 -SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz"
39 -
40 -LICENSE="LGPL-2.1"
41 -SLOT="0"
42 -KEYWORDS="amd64 ppc ppc64 x86"
43 -IUSE=""
44 -
45 -RESTRICT="test"
46 -
47 -src_configure() {
48 - econf --disable-static
49 -}
50 -
51 -src_install() {
52 - emake DESTDIR="${D}" install
53 - dodoc NEWS.md README.md THANKS
54 - find "${D}" -name '*.la' -exec rm -f '{}' +
55 -}