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 3756C1382C5 for ; Sun, 10 Jan 2021 22:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 771C7E0AAD; Sun, 10 Jan 2021 22:00:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 621A9E0AAD for ; Sun, 10 Jan 2021 22:00:38 +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 424643410C2 for ; Sun, 10 Jan 2021 22:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 791D0B8 for ; Sun, 10 Jan 2021 22:00:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610316009.16076bcb4b66e696d62dadd1589ec5b3f05a2869.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/tiptop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/tiptop/Manifest sys-process/tiptop/tiptop-2.2.ebuild X-VCS-Directories: sys-process/tiptop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16076bcb4b66e696d62dadd1589ec5b3f05a2869 X-VCS-Branch: master Date: Sun, 10 Jan 2021 22:00:34 +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: c964f73d-fe9b-4471-96af-8717371a6e7a X-Archives-Hash: 96bb304d49ab350dd19bdde8f7a9e457 commit: 16076bcb4b66e696d62dadd1589ec5b3f05a2869 Author: Sam James gentoo org> AuthorDate: Sun Jan 10 22:00:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 10 22:00:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16076bcb sys-process/tiptop: cleanup old Closes: https://bugs.gentoo.org/700230 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-process/tiptop/Manifest | 1 - sys-process/tiptop/tiptop-2.2.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/sys-process/tiptop/Manifest b/sys-process/tiptop/Manifest index 616e027b240..65c53895cb1 100644 --- a/sys-process/tiptop/Manifest +++ b/sys-process/tiptop/Manifest @@ -1,2 +1 @@ -DIST tiptop-2.2.tar.gz 99602 BLAKE2B 26983a1fe8952a78220d88861ccc7f773a6fe04797951729a50d6b2c288acb65399a8d887f0d37c0957364224c7f0aebab7d76c7ecd122622c8dc146c9f540ae SHA512 533624a134fcab5e30126412b32bd6a484851ba192ef452877a2199ee3c083fe0222af28c556a8f0769457b5ee7229769b163b8d07e13d03f9f14e192a541d34 DIST tiptop-2.3.1.tar.gz 100993 BLAKE2B fd05d9d59fda2e81c194dedabb7d9d94220e790a8118048ebc3edd84706471a8892a918e02ebc7436c3c75e7a98c5c3ab98e11d614ced304ac81fdf8ce1951ed SHA512 73d275bc3957583524c872b401cf4fa773de7b4e7b7177f1787851f43e7c4aeefd953eb50b2dbce3babfc7a1c46707370ba4ad06998260177994b2eafb91395b diff --git a/sys-process/tiptop/tiptop-2.2.ebuild b/sys-process/tiptop/tiptop-2.2.ebuild deleted file mode 100644 index be841dd4d3e..00000000000 --- a/sys-process/tiptop/tiptop-2.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="top for performance counters" -HOMEPAGE="http://tiptop.gforge.inria.fr/" -SRC_URI="http://${PN}.gforge.inria.fr/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="sys-libs/ncurses - dev-libs/libxml2" -DEPEND="${RDEPEND}"