commit: a9d94cc6c8d9dc7c09f639394702fad1d0f3b089 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Jun 21 07:30:58 2020 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Jun 21 07:30:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d94cc6
sys-process/psinfo: clean up old. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> sys-process/psinfo/psinfo-0.12.ebuild | 31 ------------------------------- 1 file changed, 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 14f925b2832..00000000000 --- 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 -#}
