summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-20 00:00:14 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-20 00:00:14 -0400
commit311ff477dffa9722c48ddb2720de9b4ff8a0f08b (patch)
treef7296a4167b76056ec425bdb04c6f721e3bc0fae /dev-util
parentsys-fs/lvm2: fix build w/newer glibc #580062 (diff)
downloadgentoo-311ff477dffa9722c48ddb2720de9b4ff8a0f08b.tar.gz
gentoo-311ff477dffa9722c48ddb2720de9b4ff8a0f08b.tar.bz2
gentoo-311ff477dffa9722c48ddb2720de9b4ff8a0f08b.zip
dev-util/fatrace: drop old <0.11 versions
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/fatrace/Manifest2
-rw-r--r--dev-util/fatrace/fatrace-0.10.ebuild36
-rw-r--r--dev-util/fatrace/fatrace-0.9.ebuild36
3 files changed, 0 insertions, 74 deletions
diff --git a/dev-util/fatrace/Manifest b/dev-util/fatrace/Manifest
index 5713c0915463..01916f80d0a4 100644
--- a/dev-util/fatrace/Manifest
+++ b/dev-util/fatrace/Manifest
@@ -1,3 +1 @@
-DIST fatrace-0.10.tar.bz2 19178 SHA256 2afb6ed0f69abe51f290515398216e2cb3201f5362a3f0afe7e6b8a797d80c60 SHA512 9e2e932f965ca95dcd2687d542c7d39701fca9db6279431f3e4a2f14dae4d56cc0012ab5bdaef57b711caa39d4e16ce012fb6a0eda9ba158ab768b0c836bfdb6 WHIRLPOOL b2f91b9c9ab8d951c3933f0f2ac192f9fde7d4e95c1a3cd83343ea29d2f2cb5c6009f4d7c8f4e8b47c71ad2217249572d6244b1bd5908d2309881d57d8db1474
DIST fatrace-0.11.tar.bz2 19354 SHA256 9aa04de50d8549c152f86fab0e2bf81df553af6548b4b31d72cb512b84d8e7b8 SHA512 4849f5f2aff423f915caedb63323c3888146124f856e141090bdc8eeff812b473ed194116684edd7ca0f10239c7e765740f109f0da0d364cd231430f6f5da441 WHIRLPOOL a4d631706c62c437ea0cdb61b1277b45d218e01a4ccdaaf12106fa6a25d624d23dfe943e2917095ed38ba2808574f041f7cd6b4ebad11e176c596017c8769660
-DIST fatrace-0.9.tar.bz2 18828 SHA256 c028d822ffde68805e5d1f62c4e2d0f4b3d4ae565802cc9468c82b25b92e68cd SHA512 a1dbc17e1e408ddfc145e8f70580b0f5ce500fb53736d6a22547c370c4b221b362973c19a40df3c2dd911c899d74e9dc944a881eea99f9d143f6de7e213146c3 WHIRLPOOL d9b8e05cd32a9fe3904b2f1ba41ddff3e70e44610ae0f05940bb70aa54f40ed5cf6890fd6abd7b5eb4b8015a209c77e49dee6919e7afe3875a32f17f25f4ae53
diff --git a/dev-util/fatrace/fatrace-0.10.ebuild b/dev-util/fatrace/fatrace-0.10.ebuild
deleted file mode 100644
index afe7c165c9ef..000000000000
--- a/dev-util/fatrace/fatrace-0.10.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{3_3,3_4} )
-
-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"
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- dosbin fatrace
- use powertop && dosbin power-usage-report
-
- doman fatrace.1
- dodoc NEWS
-}
diff --git a/dev-util/fatrace/fatrace-0.9.ebuild b/dev-util/fatrace/fatrace-0.9.ebuild
deleted file mode 100644
index afe7c165c9ef..000000000000
--- a/dev-util/fatrace/fatrace-0.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{3_3,3_4} )
-
-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"
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- dosbin fatrace
- use powertop && dosbin power-usage-report
-
- doman fatrace.1
- dodoc NEWS
-}