From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EC1F158095 for ; Wed, 17 Aug 2022 13:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16909E0894; Wed, 17 Aug 2022 13:01:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C80B9E0877 for ; Wed, 17 Aug 2022 13:01:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7E86340F05 for ; Wed, 17 Aug 2022 13:01:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EAE356D for ; Wed, 17 Aug 2022 13:01:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1660741243.650fab630e3b653854298ee2f123a73cd3865cb2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/whowatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/whowatch/whowatch-1.8.6.ebuild X-VCS-Directories: app-admin/whowatch/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 650fab630e3b653854298ee2f123a73cd3865cb2 X-VCS-Branch: master Date: Wed, 17 Aug 2022 13:01:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ec8d691-0935-491d-a6fa-a198f0e568a8 X-Archives-Hash: c628f79e70192be15e39ac0eb0e7b2de commit: 650fab630e3b653854298ee2f123a73cd3865cb2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 17 10:53:58 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 17 13:00:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650fab63 app-admin/whowatch: drop 1.8.6, EAPI-6-- Closes: https://bugs.gentoo.org/865425 Signed-off-by: Andreas Sturmlechner gentoo.org> app-admin/whowatch/whowatch-1.8.6.ebuild | 35 -------------------------------- 1 file changed, 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 -}