public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Validate-IP/
Date: Fri, 11 Nov 2016 03:46:39 +0000 (UTC)	[thread overview]
Message-ID: <1478835951.ba86d475a471604973d58598bfb9e350cfdb0162.kentnl@gentoo> (raw)

commit:     ba86d475a471604973d58598bfb9e350cfdb0162
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 20:32:19 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 03:45:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba86d475

dev-perl/Data-Validate-IP: Bump to version 0.260.0

- EAPI6
- Added USE="examples"
- Enable Parallel testing

Upstream:
- No longer deems invalid IPv6 strings like ::0000000 to be valid.
- Added is_ip, is_public_ip, is_private_ip, is_linklocal_ip,
  is_loopback_ip and is_multicast_ip functions which are IP address
  family agnostic.
- No longer returns an empty list in scalar context when validation
  fails

Package-Manager: portage-2.3.2

 .../Data-Validate-IP-0.260.0.ebuild                | 31 ++++++++++++++++++++++
 dev-perl/Data-Validate-IP/Manifest                 |  1 +
 dev-perl/Data-Validate-IP/metadata.xml             |  1 +
 3 files changed, 33 insertions(+)

diff --git a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.260.0.ebuild b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.260.0.ebuild
new file mode 100644
index 00000000..d276927
--- /dev/null
+++ b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.260.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.26
+DIST_EXAMPLES=("bench/*")
+
+inherit perl-module
+
+DESCRIPTION="Lightweight IPv4 and IPv6 validation module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Exporter
+	>=dev-perl/NetAddr-IP-4
+	virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Requires
+	)
+"

diff --git a/dev-perl/Data-Validate-IP/Manifest b/dev-perl/Data-Validate-IP/Manifest
index e18b069..094e332 100644
--- a/dev-perl/Data-Validate-IP/Manifest
+++ b/dev-perl/Data-Validate-IP/Manifest
@@ -1 +1,2 @@
 DIST Data-Validate-IP-0.24.tar.gz 30535 SHA256 2977fb1183da439c4c216bec94b28e683c9769b13140381fe85ea327f509e318 SHA512 250528726096e51d39361f2bad1b696b008328d7a746fb504052e5a5f6ce3278919deb370210fe6302be6adb937a9401f5f1ec61bfd4b4fd0852c5cf3b8c09df WHIRLPOOL aceee7a36b5f4a98fb04aacd3ef8557bda62d93fdc4e902219a16e66e831b6cff94f51bf8c769ec8ab268d4ec63f95e1ccc81139c23dc9bf844e4d390b5379db
+DIST Data-Validate-IP-0.26.tar.gz 37128 SHA256 d03190483f3ecec728c8e1b2e24989b7aed78ce3c989bea7dc6be0285d374690 SHA512 63d792492f07eb0270f88bb13c97cd66b27c30efaea4c1a78b6380901569c90602cec8e2d22b01e7e6626897a38ef46dadddaa4b6fb8c460e99ed310d1d32f87 WHIRLPOOL 227b52a4486270357cdd27008c07affd46c749a7832020f761093f66026e2e07dd124d30af6cf848a3caae83f40d30e66c440880a4b8c0e4bf2fc4b05e1b5bab

diff --git a/dev-perl/Data-Validate-IP/metadata.xml b/dev-perl/Data-Validate-IP/metadata.xml
index b53117f..d1e3169 100644
--- a/dev-perl/Data-Validate-IP/metadata.xml
+++ b/dev-perl/Data-Validate-IP/metadata.xml
@@ -7,5 +7,6 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">Data-Validate-IP</remote-id>
+    <remote-id type="cpan-module">Data::Validate::IP</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2016-11-11  3:46 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-11  3:46 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  7:35 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Validate-IP/ Sam James
2021-12-02  2:50 Yixun Lan
2021-10-17 19:17 Andreas K. Hüttel
2021-08-06 12:16 Sam James
2021-08-03 11:05 Sam James
2021-08-02  3:22 Sam James
2021-08-01  8:11 Sam James
2021-05-15 21:16 Andreas K. Hüttel
2020-12-06 18:45 Sam James
2020-10-11  9:54 Kent Fredric
2019-04-17 12:21 Mikle Kolyada
2019-03-13 23:24 Sergei Trofimovich
2019-03-02 15:37 Mikle Kolyada
2019-02-27  8:20 Sergei Trofimovich
2019-02-27  7:55 Sergei Trofimovich
2018-12-08 12:09 Mikle Kolyada
2018-11-07 22:46 Sergei Trofimovich
2018-10-18  7:52 Tobias Klausmann
2018-10-15 19:03 Sergei Trofimovich
2018-10-14 22:35 Sergei Trofimovich
2018-04-15  8:36 Kent Fredric
2018-02-06 18:36 Thomas Deutschmann
2017-12-15  9:23 Jason Zaman
2017-11-04 19:09 Sergei Trofimovich
2017-10-18 20:09 Sergei Trofimovich
2017-10-18 20:09 Sergei Trofimovich
2017-02-04 10:54 Jeroen Roovers
2016-11-19 13:23 Kent Fredric
2016-07-09 16:14 Michael Orlitzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478835951.ba86d475a471604973d58598bfb9e350cfdb0162.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox