public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-perl/Text-RecordParser/
@ 2016-04-11 19:27 Martin Mokrejs
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Mokrejs @ 2016-04-11 19:27 UTC (permalink / raw
  To: gentoo-commits

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>mmokrejs@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>sci-biology@gentoo.org</email>
+    <name>Gentoo Biology Project</name>
+  </maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-perl/Text-RecordParser/
@ 2017-12-23 21:13 Martin Mokrejs
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Mokrejs @ 2017-12-23 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     cf3f2992fc0460ff5b254d60b2ec7e68458b313d
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Dec 23 21:13:04 2017 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Dec 23 21:13:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf3f2992

dev-perl/Text-RecordParser: add missing dependency

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
index 07a357f68..fcb4e8ac7 100644
--- a/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
+++ b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-lang/perl"
+RDEPEND="
+	dev-lang/perl
+	dev-perl/Module-Install"
 DEPEND="${RDEPEND}"
 
 SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-perl/Text-RecordParser/
@ 2021-03-03 14:31 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     55ffbde630373e4386ec2245e579392aec803f26
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 14:31:18 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 14:31:18 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=55ffbde6

dev-perl/Text-RecordParser: EAPI bump, add missing dep

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
index fcb4e8ac7..9392658a2 100644
--- a/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
+++ b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
+DIST_AUTHOR="KCLARK"
 
-MODULE_AUTHOR="KCLARK"
 inherit perl-module
 
 DESCRIPTION="Perl module to read record-oriented files"
@@ -11,11 +12,13 @@ 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
-	dev-perl/Module-Install"
+	dev-perl/Module-Install
+	dev-perl/Readonly
+	dev-perl/Test-Exception
+"
 DEPEND="${RDEPEND}"
 
 SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-03 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 19:27 [gentoo-commits] proj/sci:master commit in: dev-perl/Text-RecordParser/ Martin Mokrejs
  -- strict thread matches above, loose matches on Subject: below --
2017-12-23 21:13 Martin Mokrejs
2021-03-03 14:31 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox