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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F1F213835A for ; Thu, 26 Nov 2020 20:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64816E0869; Thu, 26 Nov 2020 20:25:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E9CDE0869 for ; Thu, 26 Nov 2020 20:25:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C252341245 for ; Thu, 26 Nov 2020 20:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C273846E for ; Thu, 26 Nov 2020 20:25:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606422299.11e36baa5ccfd8b6419a9234bbb4cbafa27050d9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/whowatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/whowatch/Manifest app-admin/whowatch/whowatch-1.8.5.ebuild X-VCS-Directories: app-admin/whowatch/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 11e36baa5ccfd8b6419a9234bbb4cbafa27050d9 X-VCS-Branch: master Date: Thu, 26 Nov 2020 20:25:06 +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: 4407f58b-b83b-4e84-81c4-49f165300091 X-Archives-Hash: 5af0b390d7f25913c776c47e0ac09974 commit: 11e36baa5ccfd8b6419a9234bbb4cbafa27050d9 Author: Aaron Bauman gentoo org> AuthorDate: Thu Nov 26 20:24:27 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Nov 26 20:24:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e36baa app-admin/whowatch: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> app-admin/whowatch/Manifest | 1 - app-admin/whowatch/whowatch-1.8.5.ebuild | 34 -------------------------------- 2 files changed, 35 deletions(-) diff --git a/app-admin/whowatch/Manifest b/app-admin/whowatch/Manifest index 0db3583b2eb..d13aac091fa 100644 --- a/app-admin/whowatch/Manifest +++ b/app-admin/whowatch/Manifest @@ -1,2 +1 @@ -DIST whowatch-1.8.5.tar.gz 133845 BLAKE2B f0f5b80d7adc488030877936ab8d12687f8b5617e445efa604971ae6e0b2de403b6f77a119f9ab1311811900003af85235ad546c425296facece165034b82cad SHA512 9a534dcc859101e3f6636fcfc191be3c0a66b843225dbace0d851f8cca7bbf1374929f604414556c651167c24a223525304fe2963a92b97ba97a8f57179ec738 DIST whowatch-1.8.6.tar.gz 141801 BLAKE2B d52ae8304d25c570873c65cc3b91d8fe227bf71f1802cc8055332f4614b9ca9f6c17dea10b07bbd20f834623f9e10456b19c6393996f6c66819e7e921ffb6240 SHA512 49aa45b0a88a41c98fb7b548f0f098004c8bcca9ec078e977fcec8bc109c9beab25989003bfff4b3dc38a9d62d69378f64441753a1cca62729d2013d2ed73cb0 diff --git a/app-admin/whowatch/whowatch-1.8.5.ebuild b/app-admin/whowatch/whowatch-1.8.5.ebuild deleted file mode 100644 index e63c78391d8..00000000000 --- a/app-admin/whowatch/whowatch-1.8.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -DESCRIPTION="Displays information about users currently logged on in real time" -HOMEPAGE="http://wizard.ae.krakow.pl/~mike/" -SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm hppa ~mips ppc x86" -IUSE="" - -RDEPEND=" - sys-libs/ncurses:0= -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.8.4-tinfo.patch - epatch "${FILESDIR}"/${PN}-1.8.4-select.patch - eautoreconf -} - -src_install() { - dobin src/${PN} - doman ${PN}.1 - dodoc AUTHORS ChangeLog README TODO -}