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 E4A831382C5 for ; Mon, 21 May 2018 19:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D75ACE086D; Mon, 21 May 2018 19:37:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A80BBE0894 for ; Mon, 21 May 2018 19:37:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2F4A0335C36 for ; Mon, 21 May 2018 19:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 741D82A3 for ; Mon, 21 May 2018 19:37:42 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1526931427.fcaa006c1afbe20042047b1c9bb4a11570d8feef.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fakeroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fakeroot/fakeroot-1.20.2.ebuild X-VCS-Directories: sys-apps/fakeroot/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fcaa006c1afbe20042047b1c9bb4a11570d8feef X-VCS-Branch: master Date: Mon, 21 May 2018 19:37:42 +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: 0f6341f2-2b8b-4c00-9d8f-becbcdab1ed8 X-Archives-Hash: 6ad4da7cc0266b21f778b10e9d5b270d commit: fcaa006c1afbe20042047b1c9bb4a11570d8feef Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 21 19:37:07 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 21 19:37:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcaa006c sys-apps/fakeroot: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/fakeroot/fakeroot-1.20.2.ebuild | 37 -------------------------------- 1 file changed, 37 deletions(-) diff --git a/sys-apps/fakeroot/fakeroot-1.20.2.ebuild b/sys-apps/fakeroot/fakeroot-1.20.2.ebuild deleted file mode 100644 index db368714fec..00000000000 --- a/sys-apps/fakeroot/fakeroot-1.20.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils flag-o-matic - -DESCRIPTION="A fake root environment by means of LD_PRELOAD and SysV IPC (or TCP) trickery" -HOMEPAGE="https://packages.qa.debian.org/f/fakeroot.html" -SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P/-/_}.orig.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="acl debug static-libs test" - -DEPEND="acl? ( sys-apps/acl ) - test? ( app-arch/sharutils ) - sys-libs/libcap" - -DOCS="AUTHORS BUGS DEBUG README doc/README.saving" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.19-no-acl_h.patch -} - -src_configure() { - export ac_cv_header_sys_acl_h=$(usex acl) - - use debug && append-cppflags "-DLIBFAKEROOT_DEBUGGING" - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files -}