commit: 5f2e0ac736deb31e6e1f7310957b185a8913c974
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Apr 11 19:23:02 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Apr 11 19:23:02 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f2e0ac7
dev-perl/Text-RecordParser: new package
Package-Manager: portage-2.2.28
.../Text-RecordParser/Text-RecordParser-1.6.5.ebuild | 20 ++++++++++++++++++++
dev-perl/Text-RecordParser/metadata.xml | 12 ++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
new file mode 100644
index 0000000..233c679
--- /dev/null
+++ b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR="KCLARK"
+inherit perl-module
+
+DESCRIPTION="Perl module to read record-oriented files"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/Text-RecordParser/metadata.xml
b/dev-perl/Text-RecordParser/metadata.xml
new file mode 100644
index 0000000..f68a1b6
--- /dev/null
+++ b/dev-perl/Text-RecordParser/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Martin Mokrejs</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Biology Project</name>
+ </maintainer>
+</pkgmetadata>