diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-17 12:53:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-17 15:00:43 +0200 |
commit | 650fab630e3b653854298ee2f123a73cd3865cb2 (patch) | |
tree | 04666c70d8cedb8c8cbb0ea03f6089c0f5920ca1 /app-admin/whowatch | |
parent | app-admin/integrit: drop 4.1-r1, EAPI-6-- (diff) | |
download | gentoo-650fab630e3b653854298ee2f123a73cd3865cb2.tar.gz gentoo-650fab630e3b653854298ee2f123a73cd3865cb2.tar.bz2 gentoo-650fab630e3b653854298ee2f123a73cd3865cb2.zip |
app-admin/whowatch: drop 1.8.6, EAPI-6--
Closes: https://bugs.gentoo.org/865425
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin/whowatch')
-rw-r--r-- | app-admin/whowatch/whowatch-1.8.6.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-admin/whowatch/whowatch-1.8.6.ebuild b/app-admin/whowatch/whowatch-1.8.6.ebuild deleted file mode 100644 index 83d9bef99ca5..000000000000 --- a/app-admin/whowatch/whowatch-1.8.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -DESCRIPTION="Displays information about users currently logged on in real time" -HOMEPAGE="http://wizard.ae.krakow.pl/~mike/ https://github.com/mtsuszycki/whowatch/" -SRC_URI="https://github.com/mtsuszycki/${PN}/releases/download/${P}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86" - -RDEPEND=" - sys-libs/ncurses:0= -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" -PATCHES=( - "${FILESDIR}"/${PN}-1.8.4-tinfo.patch -) - -src_prepare() { - default - eautoreconf -} - -src_install() { - dobin src/${PN} - doman ${PN}.1 - dodoc AUTHORS ChangeLog README TODO -} |