Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/whowatch/
Date: Wed, 17 Aug 2022 13:01:13
Message-Id: 1660741243.650fab630e3b653854298ee2f123a73cd3865cb2.asturm@gentoo
1 commit: 650fab630e3b653854298ee2f123a73cd3865cb2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 10:53:58 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 13:00:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650fab63
7
8 app-admin/whowatch: drop 1.8.6, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/865425
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-admin/whowatch/whowatch-1.8.6.ebuild | 35 --------------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/app-admin/whowatch/whowatch-1.8.6.ebuild b/app-admin/whowatch/whowatch-1.8.6.ebuild
17 deleted file mode 100644
18 index 83d9bef99ca5..000000000000
19 --- a/app-admin/whowatch/whowatch-1.8.6.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit autotools
27 -
28 -DESCRIPTION="Displays information about users currently logged on in real time"
29 -HOMEPAGE="http://wizard.ae.krakow.pl/~mike/ https://github.com/mtsuszycki/whowatch/"
30 -SRC_URI="https://github.com/mtsuszycki/${PN}/releases/download/${P}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86"
35 -
36 -RDEPEND="
37 - sys-libs/ncurses:0=
38 -"
39 -DEPEND="
40 - ${RDEPEND}
41 - virtual/pkgconfig
42 -"
43 -PATCHES=(
44 - "${FILESDIR}"/${PN}-1.8.4-tinfo.patch
45 -)
46 -
47 -src_prepare() {
48 - default
49 - eautoreconf
50 -}
51 -
52 -src_install() {
53 - dobin src/${PN}
54 - doman ${PN}.1
55 - dodoc AUTHORS ChangeLog README TODO
56 -}