summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-26 20:41:35 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-26 20:46:22 +0200
commit58df3b631600bd075a8f62d160aa296ce0f1fc41 (patch)
tree00ed1f2cb4943afbef54de8abe5088caafc9732b /dev-util/fatrace
parentdev-util/dogtail: Support python3.6 (diff)
downloadgentoo-58df3b631600bd075a8f62d160aa296ce0f1fc41.tar.gz
gentoo-58df3b631600bd075a8f62d160aa296ce0f1fc41.tar.bz2
gentoo-58df3b631600bd075a8f62d160aa296ce0f1fc41.zip
dev-util/fatrace: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-util/fatrace')
-rw-r--r--dev-util/fatrace/Manifest1
-rw-r--r--dev-util/fatrace/fatrace-0.11.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-util/fatrace/Manifest b/dev-util/fatrace/Manifest
index c02c04d0bbbf..0dfb3731c92a 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 00fc54446d86..000000000000
--- 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
-}