dev-perl/Passwd-Unix: Added at version 0.710.0
authorKent Fredric <kentfredric@gmail.com>
Sat, 19 Mar 2016 05:25:08 +0000 (18:25 +1300)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 19 Mar 2016 22:41:50 +0000 (23:41 +0100)
For Monsieurp

Package-Manager: portage-2.2.28

dev-perl/Passwd-Unix/Manifest [new file with mode: 0644]
dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild [new file with mode: 0644]
dev-perl/Passwd-Unix/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Passwd-Unix/Manifest b/dev-perl/Passwd-Unix/Manifest
new file mode 100644 (file)
index 0000000..deb84c4
--- /dev/null
@@ -0,0 +1 @@
+DIST Passwd-Unix-0.71.tar.gz 12220 SHA256 9f45986f440032d38a61a322fd117c626be4e48d64b18930c3c678d498910975 SHA512 5ab487d8e6aa9caff32ed6e78182a5d397ee20eb115cc836eafca0b6588fe3b17b3900f910d39d187c4cbc228981a4f4af07708c4f8d33a6b784692c900ffcf8 WHIRLPOOL 68b0fb565853c218e1a09b7601b73e1773c5ccb78378e2d7dc5d0f2a429f4b0259ecfa6360b3483a0e859b867abbe0b31cfd9420cdd25e9722ed599b84b3ca49
diff --git a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
new file mode 100644 (file)
index 0000000..eeb38e5
--- /dev/null
@@ -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=STRZELEC
+DIST_VERSION=0.71
+inherit perl-module
+
+DESCRIPTION="access to standard unix passwd files"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       virtual/perl-Carp
+       dev-perl/Crypt-PasswdMD5
+       virtual/perl-Exporter
+       virtual/perl-File-Path
+       virtual/perl-File-Spec
+       >=virtual/perl-IO-Compress-2.15.0
+       dev-perl/Struct-Compare
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+"
+src_prepare() {
+       mkdir t/
+       mv test.pl t/test.t
+       sed -i 's|test\.pl$|t/test.t|' MANIFEST
+       perl-module_src_prepare
+}
diff --git a/dev-perl/Passwd-Unix/metadata.xml b/dev-perl/Passwd-Unix/metadata.xml
new file mode 100644 (file)
index 0000000..caca694
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Passwd-Unix</remote-id>
+    <remote-id type="cpan-module">Passwd::Unix</remote-id>
+  </upstream>
+</pkgmetadata>