summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-09-19 00:01:24 +1200
committerKent Fredric <kentnl@gentoo.org>2017-09-19 00:01:41 +1200
commitfd5d3939d662a97462b34fecc3dcbb2cf64aa9dd (patch)
tree7a602bbad9bdb74f67d4af2ea886cd03ed6c98cd /dev-perl/Authen-SASL-SASLprep
parentdev-perl/Authen-Libwrap: Bump to version 0.230.0 (diff)
downloadgentoo-fd5d3939d662a97462b34fecc3dcbb2cf64aa9dd.tar.gz
gentoo-fd5d3939d662a97462b34fecc3dcbb2cf64aa9dd.tar.bz2
gentoo-fd5d3939d662a97462b34fecc3dcbb2cf64aa9dd.zip
dev-perl/Authen-SASL-SASLprep: Bump to version 1.100.0
- EAPI6 - Cleanup tests Upstream: - Add support for stored strings - Fix metadata Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Authen-SASL-SASLprep')
-rw-r--r--dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild29
-rw-r--r--dev-perl/Authen-SASL-SASLprep/Manifest1
-rw-r--r--dev-perl/Authen-SASL-SASLprep/metadata.xml4
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild b/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild
new file mode 100644
index 000000000000..f250e6df4a85
--- /dev/null
+++ b/dev-perl/Authen-SASL-SASLprep/Authen-SASL-SASLprep-1.100.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=1.100
+inherit perl-module
+
+DESCRIPTION="A Stringprep Profile for User Names and Passwords (RFC 4013)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Unicode-Stringprep-1
+"
+DEPEND="${RDEPEND}
+ >=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
+}
diff --git a/dev-perl/Authen-SASL-SASLprep/Manifest b/dev-perl/Authen-SASL-SASLprep/Manifest
index 26549d0f6c04..3368ef64ed48 100644
--- a/dev-perl/Authen-SASL-SASLprep/Manifest
+++ b/dev-perl/Authen-SASL-SASLprep/Manifest
@@ -1 +1,2 @@
DIST Authen-SASL-SASLprep-1.01.tar.gz 11949 SHA256 c22511138ef1e49c9cfc46e6b8081e1853cb8f3f918de371c9844691ebcc0e32 SHA512 62b22ba627e6e41c5db1579ffc1270a964f7e0a0e73292abf844f30057f8a77384138150feadc8d84fe8f6ab765bfb38b85c011db2cdcc72cc7d9db92440a3b4 WHIRLPOOL 048e8e99cc2a2a6531fc9e51eae100aeac89d07cc24edbd3d84f072bdc09772f6b3c01b753d11587d584677f500866be19ff6238bdba7ff95ed21046efb7b684
+DIST Authen-SASL-SASLprep-1.100.tar.gz 13473 SHA256 a4cccc34bb3f53acf0ba78c9fc61af8d156d109d1c10487ba5988a55077d1f70 SHA512 ba6d17d6db6c28f30ed03bbd3d1e7a2fdc5b751b8124b7c3739bd3b32d749b410273f21dd17162aafec77c8ac439b841a7fdbd964e87946223fd1e9f0b25e333 WHIRLPOOL 54b3ef547dc7c2f0db50ad4f28052439c832e5bb666857f0683775bba281c026ffa5ee4199911b407fd83d8b89449d121a3f1b4abe2a67e164169077dad5bb5b
diff --git a/dev-perl/Authen-SASL-SASLprep/metadata.xml b/dev-perl/Authen-SASL-SASLprep/metadata.xml
index 2b9a936fc0a1..f7f07bb51eeb 100644
--- a/dev-perl/Authen-SASL-SASLprep/metadata.xml
+++ b/dev-perl/Authen-SASL-SASLprep/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Authen-SASL-SASLprep</remote-id>
+ <remote-id type="cpan-module">Authen::SASL::SASLprep</remote-id>
+ </upstream>
</pkgmetadata>