diff options
author | Sam James <sam@gentoo.org> | 2022-06-29 10:24:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-29 11:08:57 +0000 |
commit | a20014dfb57a4b3c715ea8ee11e093c32d32a333 (patch) | |
tree | a46c948909e9b16669625a49596b36a81be6f121 /app-admin/whowatch | |
parent | sys-apps/gptfdisk: unify metadata formatting (diff) | |
download | gentoo-a20014dfb57a4b3c715ea8ee11e093c32d32a333.tar.gz gentoo-a20014dfb57a4b3c715ea8ee11e093c32d32a333.tar.bz2 gentoo-a20014dfb57a4b3c715ea8ee11e093c32d32a333.zip |
app-admin/whowatch: drop 99999
No real activity since the last release and no live template
is being used which makes it a pain to maintain.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/whowatch')
-rw-r--r-- | app-admin/whowatch/whowatch-99999.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-admin/whowatch/whowatch-99999.ebuild b/app-admin/whowatch/whowatch-99999.ebuild deleted file mode 100644 index 73c452f9523b..000000000000 --- a/app-admin/whowatch/whowatch-99999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools desktop git-r3 - -DESCRIPTION="Displays information about users currently logged on in real time" -HOMEPAGE="http://wizard.ae.krakow.pl/~mike/ https://github.com/mtsuszycki/whowatch/" -EGIT_REPO_URI="https://github.com/mtsuszycki/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" - -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.old NEWS PLUGINS.readme README.md TODO - domenu ${PN}.desktop -} |