summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-04-27 11:17:33 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-04-27 11:17:33 +0300
commita3766997d75290721995c33ba32c6c396ad1caa4 (patch)
treefd3b901904d0f7fa8de8dcd1564bb0a35dedd6e7 /dev-util
parentdev-python/ufoLib: remove last-rited pkg (diff)
downloadgentoo-a3766997d75290721995c33ba32c6c396ad1caa4.tar.gz
gentoo-a3766997d75290721995c33ba32c6c396ad1caa4.tar.bz2
gentoo-a3766997d75290721995c33ba32c6c396ad1caa4.zip
dev-util/fatrace: remove last-rited pkg
Closes: https://bugs.gentoo.org/710226 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/fatrace/Manifest1
-rw-r--r--dev-util/fatrace/fatrace-0.12.ebuild40
-rw-r--r--dev-util/fatrace/files/fatrace-0.11-sysmacros.patch13
-rw-r--r--dev-util/fatrace/metadata.xml11
4 files changed, 0 insertions, 65 deletions
diff --git a/dev-util/fatrace/Manifest b/dev-util/fatrace/Manifest
deleted file mode 100644
index 0dfb3731c92a..000000000000
--- a/dev-util/fatrace/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fatrace-0.12.tar.bz2 19377 BLAKE2B 5279af5497408fdc614f090060e56552e0f396501a0d4155752ab44bfa666878ab4b969979314051b9b3f529e3870ffdc8071f332dbc146f0d2a7798c8b2549a SHA512 76dfc9dfc5c6b8e13f5d0c5c01c5c1b91093a5d980ded1f8fd776c9e861a6679eea193bcdd92b1c8770c9af346820300f186b7167ff4313e670f27ea31f765ea
diff --git a/dev-util/fatrace/fatrace-0.12.ebuild b/dev-util/fatrace/fatrace-0.12.ebuild
deleted file mode 100644
index f05e10677905..000000000000
--- a/dev-util/fatrace/fatrace-0.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-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}"/${PN}-0.11-sysmacros.patch #580082
- tc-export CC
-}
-
-src_install() {
- dosbin fatrace
- use powertop && dosbin power-usage-report
-
- doman fatrace.1
- dodoc NEWS
-}
diff --git a/dev-util/fatrace/files/fatrace-0.11-sysmacros.patch b/dev-util/fatrace/files/fatrace-0.11-sysmacros.patch
deleted file mode 100644
index 6f1816dc011b..000000000000
--- a/dev-util/fatrace/files/fatrace-0.11-sysmacros.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.launchpad.net/fatrace/+bug/1572396
-https://bugs.gentoo.org/580082
-
---- a/fatrace.c
-+++ b/fatrace.c
-@@ -33,6 +33,7 @@
- #include <signal.h>
- #include <time.h>
- #include <sys/stat.h>
-+#include <sys/sysmacros.h>
- #include <sys/fanotify.h>
- #include <sys/time.h>
- #include <sys/types.h>
diff --git a/dev-util/fatrace/metadata.xml b/dev-util/fatrace/metadata.xml
deleted file mode 100644
index dd6111e88545..000000000000
--- a/dev-util/fatrace/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="powertop">Add powetop integration</flag>
- </use>
- <upstream>
- <remote-id type="launchpad">fatrace</remote-id>
- </upstream>
-</pkgmetadata>