public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL-IO-CSV/
@ 2022-08-24  7:32 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2022-08-24  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     764ba9dc5c7d64b8daa366661d5442eeb16c6400
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 07:30:57 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 07:31:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764ba9dc

dev-perl/PDL-IO-CSV: New package, needed for dev-perl/Lab-Measurement

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/PDL-IO-CSV/Manifest                 |  1 +
 dev-perl/PDL-IO-CSV/PDL-IO-CSV-0.11.0.ebuild | 27 +++++++++++++++++++++++++++
 dev-perl/PDL-IO-CSV/metadata.xml             |  8 ++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/PDL-IO-CSV/Manifest b/dev-perl/PDL-IO-CSV/Manifest
new file mode 100644
index 000000000000..0d09e7f3848d
--- /dev/null
+++ b/dev-perl/PDL-IO-CSV/Manifest
@@ -0,0 +1 @@
+DIST PDL-IO-CSV-0.011.tar.gz 15941 BLAKE2B e59450fca2ae56d9ada9a0c95ce5716cc4a794438f9ffc4d01c4a6aabccfe737b6732e905ce4a44fb8a19efc9e53d45a2e9e1e36d4f6bf00cb44948c62bb3a3c SHA512 7589b84c9d02ab0efaeb90f1dc0fa9a4f618fdc75f68a25baa48a8d72002e44519fe3eeb42e2979b55b59dee334fd0b52e45071de3992215bcbdc72fa14ae052

diff --git a/dev-perl/PDL-IO-CSV/PDL-IO-CSV-0.11.0.ebuild b/dev-perl/PDL-IO-CSV/PDL-IO-CSV-0.11.0.ebuild
new file mode 100644
index 000000000000..c3829e3ee547
--- /dev/null
+++ b/dev-perl/PDL-IO-CSV/PDL-IO-CSV-0.11.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KMX
+DIST_VERSION=0.011
+
+inherit perl-module
+
+DESCRIPTION="Load/save PDL from/to CSV file (optimized for speed and large data)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=virtual/perl-Exporter-5.570.0
+	>=dev-perl/PDL-2.6.0
+	dev-perl/Text-CSV_XS
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+		>=dev-perl/Test-Number-Delta-1.60.0
+	)
+"

diff --git a/dev-perl/PDL-IO-CSV/metadata.xml b/dev-perl/PDL-IO-CSV/metadata.xml
new file mode 100644
index 000000000000..e2c9afaca62c
--- /dev/null
+++ b/dev-perl/PDL-IO-CSV/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL-IO-CSV/
@ 2022-10-02 19:34 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2022-10-02 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8bcfe7443da774bb3a87d627f4df2b4db30fee41
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 19:27:19 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 19:33:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcfe744

dev-perl/PDL-IO-CSV: stabilize 0.11.0 for amd64

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/PDL-IO-CSV/PDL-IO-CSV-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/PDL-IO-CSV/PDL-IO-CSV-0.11.0.ebuild b/dev-perl/PDL-IO-CSV/PDL-IO-CSV-0.11.0.ebuild
index c3829e3ee547..06cc3876d85a 100644
--- a/dev-perl/PDL-IO-CSV/PDL-IO-CSV-0.11.0.ebuild
+++ b/dev-perl/PDL-IO-CSV/PDL-IO-CSV-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Load/save PDL from/to CSV file (optimized for speed and large data)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	>=virtual/perl-Exporter-5.570.0


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

end of thread, other threads:[~2022-10-02 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-02 19:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL-IO-CSV/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2022-08-24  7:32 Andreas K. Hüttel

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