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 07B611382C5 for ; Sun, 11 Apr 2021 17:13:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E71BE07DB; Sun, 11 Apr 2021 17:13:52 +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 E6616E07DB for ; Sun, 11 Apr 2021 17:13:51 +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 84971340817 for ; Sun, 11 Apr 2021 17:13:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4392631 for ; Sun, 11 Apr 2021 17:13:48 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1618161212.e37c3cfb6b165645cdd2446b25dd7b1522c0929b.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/carl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/carl/carl-0.9-r3.ebuild X-VCS-Directories: net-analyzer/carl/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: e37c3cfb6b165645cdd2446b25dd7b1522c0929b X-VCS-Branch: master Date: Sun, 11 Apr 2021 17:13:48 +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: 37897842-d104-4f0e-8f7a-d5281174c3b3 X-Archives-Hash: cc014a7580b0b16725835bb4a1603513 commit: e37c3cfb6b165645cdd2446b25dd7b1522c0929b Author: Tobias Klausmann gentoo org> AuthorDate: Sun Apr 11 17:13:32 2021 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Apr 11 17:13:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37c3cfb net-analyzer/carl: Clean up old rev Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Tobias Klausmann gentoo.org> net-analyzer/carl/carl-0.9-r3.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/net-analyzer/carl/carl-0.9-r3.ebuild b/net-analyzer/carl/carl-0.9-r3.ebuild deleted file mode 100644 index 2a41dd6667a..00000000000 --- a/net-analyzer/carl/carl-0.9-r3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_7 python3_8 pypy3) - -inherit distutils-r1 - -DESCRIPTION="An rsync logfile analyzer" -HOMEPAGE="http://www.schwarzvogel.de/software-misc.shtml" -SRC_URI="http://www.schwarzvogel.de/pkgs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 x86" -IUSE="" - -DOCS="README"