Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/fatrace/
Date: Tue, 26 Jun 2018 18:46:45
Message-Id: 1530038782.58df3b631600bd075a8f62d160aa296ce0f1fc41.pacho@gentoo
1 commit: 58df3b631600bd075a8f62d160aa296ce0f1fc41
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 18:41:35 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 18:46:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58df3b63
7
8 dev-util/fatrace: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/fatrace/Manifest | 1 -
13 dev-util/fatrace/fatrace-0.11.ebuild | 40 ------------------------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-util/fatrace/Manifest b/dev-util/fatrace/Manifest
17 index c02c04d0bbb..0dfb3731c92 100644
18 --- a/dev-util/fatrace/Manifest
19 +++ b/dev-util/fatrace/Manifest
20 @@ -1,2 +1 @@
21 -DIST fatrace-0.11.tar.bz2 19354 BLAKE2B 28abfd4ab166406b5b16158797e3a8de460f813fec07f9eb3bdc8d18b190e2267f561095808bc5cca71cb17ddbce8a63de16a663f662d8e6046c75ea19cc69ef SHA512 4849f5f2aff423f915caedb63323c3888146124f856e141090bdc8eeff812b473ed194116684edd7ca0f10239c7e765740f109f0da0d364cd231430f6f5da441
22 DIST fatrace-0.12.tar.bz2 19377 BLAKE2B 5279af5497408fdc614f090060e56552e0f396501a0d4155752ab44bfa666878ab4b969979314051b9b3f529e3870ffdc8071f332dbc146f0d2a7798c8b2549a SHA512 76dfc9dfc5c6b8e13f5d0c5c01c5c1b91093a5d980ded1f8fd776c9e861a6679eea193bcdd92b1c8770c9af346820300f186b7167ff4313e670f27ea31f765ea
23
24 diff --git a/dev-util/fatrace/fatrace-0.11.ebuild b/dev-util/fatrace/fatrace-0.11.ebuild
25 deleted file mode 100644
26 index 00fc54446d8..00000000000
27 --- a/dev-util/fatrace/fatrace-0.11.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python{3_4,3_5} )
36 -
37 -inherit linux-info python-r1 toolchain-funcs
38 -
39 -DESCRIPTION="report file access events from all running processes"
40 -HOMEPAGE="https://launchpad.net/fatrace"
41 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="powertop"
47 -
48 -RDEPEND="powertop? ( ${PYTHON_DEPS} )"
49 -DEPEND="${RDEPEND}"
50 -REQUIRED_USE="powertop? ( ${PYTHON_REQUIRED_USE} )"
51 -
52 -CONFIG_CHECK="~FANOTIFY"
53 -
54 -pkg_setup() {
55 - use powertop && python-single-r1_pkg_setup
56 -}
57 -
58 -src_prepare() {
59 - epatch "${FILESDIR}"/${P}-sysmacros.patch #580082
60 - tc-export CC
61 -}
62 -
63 -src_install() {
64 - dosbin fatrace
65 - use powertop && dosbin power-usage-report
66 -
67 - doman fatrace.1
68 - dodoc NEWS
69 -}