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 AD8DE138334 for ; Tue, 26 Jun 2018 18:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9438EE0978; Tue, 26 Jun 2018 18:46:38 +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 62C5AE0978 for ; Tue, 26 Jun 2018 18:46:38 +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 52F94335CC0 for ; Tue, 26 Jun 2018 18:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40717358 for ; Tue, 26 Jun 2018 18:46:33 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530038782.58df3b631600bd075a8f62d160aa296ce0f1fc41.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/fatrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/fatrace/Manifest dev-util/fatrace/fatrace-0.11.ebuild X-VCS-Directories: dev-util/fatrace/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 58df3b631600bd075a8f62d160aa296ce0f1fc41 X-VCS-Branch: master Date: Tue, 26 Jun 2018 18:46:33 +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: 275a74a5-2cfa-4b20-a044-6efa8c4a111f X-Archives-Hash: 85c82e507de71e759198819d8fa409f6 commit: 58df3b631600bd075a8f62d160aa296ce0f1fc41 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jun 26 18:41:35 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jun 26 18:46:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58df3b63 dev-util/fatrace: Drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-util/fatrace/Manifest | 1 - dev-util/fatrace/fatrace-0.11.ebuild | 40 ------------------------------------ 2 files changed, 41 deletions(-) diff --git a/dev-util/fatrace/Manifest b/dev-util/fatrace/Manifest index c02c04d0bbb..0dfb3731c92 100644 --- a/dev-util/fatrace/Manifest +++ b/dev-util/fatrace/Manifest @@ -1,2 +1 @@ -DIST fatrace-0.11.tar.bz2 19354 BLAKE2B 28abfd4ab166406b5b16158797e3a8de460f813fec07f9eb3bdc8d18b190e2267f561095808bc5cca71cb17ddbce8a63de16a663f662d8e6046c75ea19cc69ef SHA512 4849f5f2aff423f915caedb63323c3888146124f856e141090bdc8eeff812b473ed194116684edd7ca0f10239c7e765740f109f0da0d364cd231430f6f5da441 DIST fatrace-0.12.tar.bz2 19377 BLAKE2B 5279af5497408fdc614f090060e56552e0f396501a0d4155752ab44bfa666878ab4b969979314051b9b3f529e3870ffdc8071f332dbc146f0d2a7798c8b2549a SHA512 76dfc9dfc5c6b8e13f5d0c5c01c5c1b91093a5d980ded1f8fd776c9e861a6679eea193bcdd92b1c8770c9af346820300f186b7167ff4313e670f27ea31f765ea diff --git a/dev-util/fatrace/fatrace-0.11.ebuild b/dev-util/fatrace/fatrace-0.11.ebuild deleted file mode 100644 index 00fc54446d8..00000000000 --- a/dev-util/fatrace/fatrace-0.11.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{3_4,3_5} ) - -inherit linux-info python-r1 toolchain-funcs - -DESCRIPTION="report file access events from all running processes" -HOMEPAGE="https://launchpad.net/fatrace" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="powertop" - -RDEPEND="powertop? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND}" -REQUIRED_USE="powertop? ( ${PYTHON_REQUIRED_USE} )" - -CONFIG_CHECK="~FANOTIFY" - -pkg_setup() { - use powertop && python-single-r1_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-sysmacros.patch #580082 - tc-export CC -} - -src_install() { - dosbin fatrace - use powertop && dosbin power-usage-report - - doman fatrace.1 - dodoc NEWS -}