summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-12-26 21:54:32 +1300
committerKent Fredric <kentnl@gentoo.org>2017-12-27 21:09:50 +1300
commitc1e9021957a1fd6bdf55715808a0a647435fb62f (patch)
tree027d3e3dde426458e669c1fc97ca8e82906ae0f6 /dev-perl/PBKDF2-Tiny
parentapp-portage/grs: add USE=server to reduce dependencies (diff)
downloadgentoo-c1e9021957a1fd6bdf55715808a0a647435fb62f.tar.gz
gentoo-c1e9021957a1fd6bdf55715808a0a647435fb62f.tar.bz2
gentoo-c1e9021957a1fd6bdf55715808a0a647435fb62f.zip
dev-perl/PBKDF2-Tiny: EAPI6/Test/CPAN-ids
- EAPI6ify - Enable tests - Add CPAN remote-id's. Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/PBKDF2-Tiny')
-rw-r--r--dev-perl/PBKDF2-Tiny/PBKDF2-Tiny-0.5.0-r1.ebuild29
-rw-r--r--dev-perl/PBKDF2-Tiny/metadata.xml4
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/PBKDF2-Tiny/PBKDF2-Tiny-0.5.0-r1.ebuild b/dev-perl/PBKDF2-Tiny/PBKDF2-Tiny-0.5.0-r1.ebuild
new file mode 100644
index 000000000000..4ffb225bb72e
--- /dev/null
+++ b/dev-perl/PBKDF2-Tiny/PBKDF2-Tiny-0.5.0-r1.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=DAGOLDEN
+DIST_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION="Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+LICENSE="Apache-2.0"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=virtual/perl-Exporter-5.570.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ virtual/perl-File-Spec
+ virtual/perl-Text-ParseWords
+ test? (
+ virtual/perl-Encode
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
diff --git a/dev-perl/PBKDF2-Tiny/metadata.xml b/dev-perl/PBKDF2-Tiny/metadata.xml
index 2b9a936fc0a1..56fe90a788ce 100644
--- a/dev-perl/PBKDF2-Tiny/metadata.xml
+++ b/dev-perl/PBKDF2-Tiny/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">PBKDF2-Tiny</remote-id>
+ <remote-id type="cpan-module">PBKDF2::Tiny</remote-id>
+ </upstream>
</pkgmetadata>