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 D1B14138334 for ; Sat, 21 Jul 2018 12:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A171BE082F; Sat, 21 Jul 2018 12:27:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6BD5CE082F for ; Sat, 21 Jul 2018 12:27: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 6CA31335C8E for ; Sat, 21 Jul 2018 12:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 930DC381 for ; Sat, 21 Jul 2018 12:27:34 +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: <1532176009.7bb0d8519a7c606fa2c6720604074aee0493d425.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sort-Key-IPv4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0.ebuild X-VCS-Directories: dev-perl/Sort-Key-IPv4/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7bb0d8519a7c606fa2c6720604074aee0493d425 X-VCS-Branch: master Date: Sat, 21 Jul 2018 12:27: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-Archives-Salt: 1edf30aa-28ad-46e1-9f21-a599ef787607 X-Archives-Hash: 974d7e961f0a3f67aeeb97fe00cb8e8d commit: 7bb0d8519a7c606fa2c6720604074aee0493d425 Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 21 12:03:11 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 21 12:26:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb0d851 dev-perl/Sort-Key-IPv4: Cleanup old version 0.30.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0.ebuild b/dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0.ebuild deleted file mode 100644 index 9a6bd8a0e36..00000000000 --- a/dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR="SALVA" -MODULE_VERSION="0.03" - -inherit perl-module - -DESCRIPTION="Sort IP v4 addresses" - -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-perl/Sort-Key-1.330.0"