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 C6897138331 for ; Wed, 10 Jan 2018 20:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28617E0AF2; Wed, 10 Jan 2018 20:46:37 +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 09310E0AF2 for ; Wed, 10 Jan 2018 20:46:37 +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 10DC1335C4C for ; Wed, 10 Jan 2018 20:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBD28196 for ; Wed, 10 Jan 2018 20:46: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: <1515617182.6abd7055da8d122190663bb7e0a10b3b5b4cb4ac.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-r1.ebuild dev-perl/Sort-Key-IPv4/metadata.xml X-VCS-Directories: dev-perl/Sort-Key-IPv4/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6abd7055da8d122190663bb7e0a10b3b5b4cb4ac X-VCS-Branch: master Date: Wed, 10 Jan 2018 20:46: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: dc79f107-9527-4164-90e8-1b7a15017007 X-Archives-Hash: aedad887c6f0d3343242419d75a2f25b commit: 6abd7055da8d122190663bb7e0a10b3b5b4cb4ac Author: Kent Fredric gentoo org> AuthorDate: Wed Jan 10 20:05:42 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Jan 10 20:46:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abd7055 dev-perl/Sort-Key-IPv4: EAPI6 + Tests - EAPI6ify - Enable tests - Add missing CPAN remote-ids Package-Manager: Portage-2.3.18, Repoman-2.3.6 .../Sort-Key-IPv4/Sort-Key-IPv4-0.30.0-r1.ebuild | 20 ++++++++++++++++++++ dev-perl/Sort-Key-IPv4/metadata.xml | 1 + 2 files changed, 21 insertions(+) diff --git a/dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0-r1.ebuild b/dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0-r1.ebuild new file mode 100644 index 00000000000..38f7af1eb37 --- /dev/null +++ b/dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR="SALVA" +DIST_VERSION="0.03" + +inherit perl-module + +DESCRIPTION="Sort IP v4 addresses" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-perl/Sort-Key-1.280.0" +DEPEND="${RDEPEND}" + +PERL_RM_FILES=( "t/pods.t" ) diff --git a/dev-perl/Sort-Key-IPv4/metadata.xml b/dev-perl/Sort-Key-IPv4/metadata.xml index 5ef03bab2ad..6315c12f7f7 100644 --- a/dev-perl/Sort-Key-IPv4/metadata.xml +++ b/dev-perl/Sort-Key-IPv4/metadata.xml @@ -7,5 +7,6 @@ Sort-Key-IPv4 + Sort::Key::IPv4