summaryrefslogtreecommitdiff
path: root/sys-process/psinfo/psinfo-0.12.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-21 17:50:24 +0100
commitfeb0daf81d888e9160f9f94502de09b66f2a63fd (patch)
treeb6e5c40ce2abef3da27ed50a023153f475e0ddef /sys-process/psinfo/psinfo-0.12.ebuild
parent9452a6e87b6c2c70513bc47a2470bf9f1168920e (diff)
gentoo resync : 21.06.2020
Diffstat (limited to 'sys-process/psinfo/psinfo-0.12.ebuild')
-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
-#}