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 085B1138350 for ; Wed, 15 Apr 2020 12:29:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD30E08D0; Wed, 15 Apr 2020 12:29:05 +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 45E9DE08DD for ; Wed, 15 Apr 2020 12:29:05 +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 7D29634F28B for ; Wed, 15 Apr 2020 12:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49EA31E4 for ; Wed, 15 Apr 2020 12:29:01 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1586953663.39f2f4a8a7b1a64c51503cf18b59e822cc5b9a04.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r1.ebuild X-VCS-Directories: dev-perl/Net-RBLClient/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 39f2f4a8a7b1a64c51503cf18b59e822cc5b9a04 X-VCS-Branch: master Date: Wed, 15 Apr 2020 12:29:01 +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: f23aa2f6-08df-4b54-bc2f-dace4da1899b X-Archives-Hash: 077a943d74e8fc32eba945920ccdaad2 commit: 39f2f4a8a7b1a64c51503cf18b59e822cc5b9a04 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 11:00:58 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 12:27:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f2f4a8 dev-perl/Net-RBLClient: Remove old 0.500.0-r1 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Net-RBLClient/Net-RBLClient-0.500.0-r1.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r1.ebuild b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r1.ebuild deleted file mode 100644 index 603da5bef83..00000000000 --- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=ABLUM -MODULE_VERSION=0.5 -inherit perl-module - -DESCRIPTION="Net::RBLClient - Queries multiple Realtime Blackhole Lists in parallel" - -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ppc64 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="virtual/perl-Time-HiRes - dev-perl/Net-DNS" - -S=${WORKDIR}/RBLCLient-${MODULE_VERSION} # second capitialized 'l' is deliberate