From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D18E138334 for ; Mon, 20 Aug 2018 14:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC61E082F; Mon, 20 Aug 2018 14:32:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44B03E082F for ; Mon, 20 Aug 2018 14:32:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85B1333BE14 for ; Mon, 20 Aug 2018 14:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D72DE3A7 for ; Mon, 20 Aug 2018 14:32:40 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1534775551.d7a02551e47cbc504d5933f115707c81949dd781.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fakechroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fakechroot/Manifest sys-apps/fakechroot/fakechroot-2.17.2.ebuild X-VCS-Directories: sys-apps/fakechroot/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: d7a02551e47cbc504d5933f115707c81949dd781 X-VCS-Branch: master Date: Mon, 20 Aug 2018 14:32:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2be7dd48-4dfd-4072-a56b-72fb6aadcbd1 X-Archives-Hash: 8028847b19b3279e1a37e1e1e2d78a1c commit: d7a02551e47cbc504d5933f115707c81949dd781 Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Aug 20 10:57:57 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Aug 20 14:32:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a02551 sys-apps/fakechroot: cleanup old Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-apps/fakechroot/Manifest | 1 - sys-apps/fakechroot/fakechroot-2.17.2.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/sys-apps/fakechroot/Manifest b/sys-apps/fakechroot/Manifest index c426cc8ce7f..2cf9dedf11b 100644 --- a/sys-apps/fakechroot/Manifest +++ b/sys-apps/fakechroot/Manifest @@ -1,2 +1 @@ -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.17.2.ebuild b/sys-apps/fakechroot/fakechroot-2.17.2.ebuild deleted file mode 100644 index 631cda56fe8..00000000000 --- a/sys-apps/fakechroot/fakechroot-2.17.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 THANKS - find "${D}" -name '*.la' -exec rm -f '{}' + -}