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/Net-IDN-Encode/
Date: Sun, 11 Dec 2016 15:51:20 +0000 (UTC)	[thread overview]
Message-ID: <1481471460.3de0fbea5e549dc31b3f2734f0f2c691bf512c6f.kentnl@gentoo> (raw)

commit:     3de0fbea5e549dc31b3f2734f0f2c691bf512c6f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 14:54:11 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 15:51:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de0fbea

dev-perl/Net-IDN-Encode: Bump to version 2.303.0

Upstream:
- Fix compiler warning
- Update to UNICODE 9.0

Package-Manager: portage-2.3.3

 dev-perl/Net-IDN-Encode/Manifest                   |  1 +
 .../Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild   | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index 1529337..691b46c 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -1,3 +1,4 @@
 DIST Net-IDN-Encode-2.300.tar.gz 433068 SHA256 46b18a0a933af6709079eb5090cab2f4b382b07000672708bce0aec9135e56fc SHA512 a9079e510afa83f5c57c07817a6772e85993d1deeb11a3a77faf6c6cef8c1883fd0b15bdee54009384d49a0c5eec80366a77bfda80ae03ee65155f0ff6635997 WHIRLPOOL 5d737f110e7dc17e8b822fbc0152ab8123b4366f50491f227dd9579bb1e55e423f0b75f94bf53bde0d8853bbee315c40a13976a43b2bbd0f1f9f86b02e3d078e
 DIST Net-IDN-Encode-2.301.tar.gz 433213 SHA256 681dc68318d237d6722eb035e40578744accd2c2e3b5a700735feb89fce27ae4 SHA512 7f0e2ffa7493c2ee28aa911240f23dd9a55633bd56c7655a7d00cdcf7ca7c747fc144bf6f06e6a76ceeee2a0fed20f85993765a25bee1999bd0ed0fd8b02ec90 WHIRLPOOL b611a029d06b5d5bea3065b0795e387921c8856342d5febfd8a9ef48629d18ffd0a2867f036792d945adf1af7cb92f67827406490c86fc6f03dccfe3cddccdbf
 DIST Net-IDN-Encode-2.302.tar.gz 433145 SHA256 f88e0036f2f4e3998bbf9a99f16b641c4f1782b528fbc6edcc067f25f17c9c31 SHA512 e213025fea99e8084bb856eeee30f188231be4a460742686571fbef522f8b0fdd5deea7c89ab12aa77bd2fb3117281e3ef1172c2285a63700f86f9683751793f WHIRLPOOL d26d26d311436510a86a9e6b20da26351561f43953b024a9083b9b2689744e5f08e6feaba936d277c32ef20303da9d9d862974ad1e8be0680dd1b2b83121e1d8
+DIST Net-IDN-Encode-2.303.tar.gz 432454 SHA256 cbabac0f731e7c79312675b0b87b6e4f80c1b0cd2e27e3b30b7f056bcf0c47d4 SHA512 3053792fdba9dfa5239b20f21f8b9922d438a5e247cc3066d5097df588ec3fe2800b013c72dcebaff847468fefeb709fc2f2dbb8c2e984a384a2d66aa318d379 WHIRLPOOL 5e536b5f627e622ed974a1d9c42be6dd237e67247b1e250d7b977dd93b86eb3fa52d4476b9dcae5ef59f9431672599ab302c938b69a6a9eaf3d783f88803273c

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild
new file mode 100644
index 00000000..0792327
--- /dev/null
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=2.303
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Unicode-Normalize
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-CBuilder
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-NoWarnings
+	)
+"
+
+src_test() {
+	perl_rm_files t/10pod.t t/11pod_cover.t
+	perl-module_src_test
+}


             reply	other threads:[~2016-12-11 15:51 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-11 15:51 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-02 14:58 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/ Arthur Zamarin
2023-09-06 15:05 Sam James
2023-09-06 15:03 Sam James
2023-09-06 15:03 Sam James
2023-09-06 15:03 Sam James
2023-09-06 15:03 Sam James
2023-09-06 15:03 Sam James
2023-04-03 19:10 Arthur Zamarin
2023-04-01 18:14 Arthur Zamarin
2023-03-17 20:44 Arthur Zamarin
2021-07-12 20:49 Andreas K. Hüttel
2021-07-12 20:49 Andreas K. Hüttel
2020-07-06  2:51 Matt Turner
2020-04-14 14:03 Agostino Sarubbo
2020-04-14 12:59 Agostino Sarubbo
2019-07-17  5:54 Kent Fredric
2019-03-14  7:36 Sergei Trofimovich
2019-01-17 20:39 Mikle Kolyada
2019-01-12  1:59 Kent Fredric
2018-10-29  4:06 Matt Turner
2018-10-27 12:31 Fabian Groffen
2018-10-18  7:52 Tobias Klausmann
2018-09-08  5:30 Mikle Kolyada
2018-09-07 23:03 Sergei Trofimovich
2018-09-07 22:37 Sergei Trofimovich
2018-09-02 11:48 Sergei Trofimovich
2018-07-22 14:51 Thomas Deutschmann
2018-07-15  3:40 Kent Fredric
2017-01-08  3:52 Kent Fredric
2016-12-19 14:14 Tobias Klausmann
2016-12-08 19:09 Kent Fredric
2016-12-05 19:35 Kent Fredric
2016-03-31 21:44 Andreas Hüttel
2016-03-01 14:39 Andreas Hüttel
2016-01-24 12:37 Andreas Hüttel

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=1481471460.3de0fbea5e549dc31b3f2734f0f2c691bf512c6f.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