summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-21 09:30:58 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-21 09:30:58 +0200
commita9d94cc6c8d9dc7c09f639394702fad1d0f3b089 (patch)
treea9d71f776f05a5ea242b509ec15536b29dce5b70 /sys-process
parentsys-process/psinfo: EAPI 7 bump. (diff)
downloadgentoo-a9d94cc6c8d9dc7c09f639394702fad1d0f3b089.tar.gz
gentoo-a9d94cc6c8d9dc7c09f639394702fad1d0f3b089.tar.bz2
gentoo-a9d94cc6c8d9dc7c09f639394702fad1d0f3b089.zip
sys-process/psinfo: clean up old.
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/psinfo/psinfo-0.12.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-process/psinfo/psinfo-0.12.ebuild b/sys-process/psinfo/psinfo-0.12.ebuild
deleted file mode 100644
index 14f925b2832d..000000000000
--- a/sys-process/psinfo/psinfo-0.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Process information and statistics using the kernel /proc interface"
-HOMEPAGE="http://www.ward.nu/computer/psinfo/"
-SRC_URI="http://www.ward.nu/computer/${PN}/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
- tc-export CC
-}
-
-#src_compile() {
-# emake \
-# CFLAGS="${CFLAGS}" \
-# CC=$(tc-getCC)
-#}
-
-#src_install() {
-# dobin ${PN}
-# dodoc README
-#}