* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-PipeMagic/
@ 2017-11-22 9:13 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-11-22 9:13 UTC (permalink / raw
To: gentoo-commits
commit: c5ca6eea2b609d4c1357eed1adb4aadba4656d9f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 09:10:47 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 09:13:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ca6eea
dev-perl/Linux-PipeMagic: Add w/ version 0.30.0
Required by MogileFS-Client-Async
Package-Manager: Portage-2.3.14, Repoman-2.3.6
.../Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild | 21 +++++++++++++++++++++
dev-perl/Linux-PipeMagic/Manifest | 1 +
dev-perl/Linux-PipeMagic/metadata.xml | 12 ++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild
new file mode 100644
index 00000000000..24510cf7020
--- /dev/null
+++ b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DLAMBLEY
+DIST_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Perl extension to use the zero copy IO syscalls"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/File-Slurp
+ )
+"
diff --git a/dev-perl/Linux-PipeMagic/Manifest b/dev-perl/Linux-PipeMagic/Manifest
new file mode 100644
index 00000000000..09bef977710
--- /dev/null
+++ b/dev-perl/Linux-PipeMagic/Manifest
@@ -0,0 +1 @@
+DIST Linux-PipeMagic-0.03.tar.gz 50413 BLAKE2B 512be7c90837aec72fd5a6a4d97f8c90ba525637206e292bebfe01acb1388b6b5282817beb32daed0c07e0a6a2223ce3d0c5e07a0c7f02dbe1ff2dd5f3808085 SHA512 cb2b09c03dbfc67b16e0542d332b91a816c69555c12b3ed7a392e6962121c4cbd557139f5329080d9447aed74054e6409c3f0f7b41a1c2d3decff7091da1965e
diff --git a/dev-perl/Linux-PipeMagic/metadata.xml b/dev-perl/Linux-PipeMagic/metadata.xml
new file mode 100644
index 00000000000..f9cd4030550
--- /dev/null
+++ b/dev-perl/Linux-PipeMagic/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="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Linux-PipeMagic</remote-id>
+ <remote-id type="cpan-module">Linux::PipeMagic</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-PipeMagic/
@ 2021-11-08 21:11 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-11-08 21:11 UTC (permalink / raw
To: gentoo-commits
commit: 9d45b9310267d5ade35e796c9bc5c0d4f53d7a4e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 8 21:09:12 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 8 21:11:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d45b931
dev-perl/Linux-PipeMagic: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...x-PipeMagic-0.30.0.ebuild => Linux-PipeMagic-0.30.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0-r1.ebuild
similarity index 74%
rename from dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild
rename to dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0-r1.ebuild
index 5d647f00ea6..41cc7ec2110 100644
--- a/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild
+++ b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DLAMBLEY
DIST_VERSION=0.03
@@ -10,11 +10,9 @@ inherit perl-module
DESCRIPTION="Perl extension to use the zero copy IO syscalls"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/File-Slurp
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-PipeMagic/
@ 2023-06-21 1:13 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-06-21 1:13 UTC (permalink / raw
To: gentoo-commits
commit: ac8cea0616b0c950965385d0152aedb3940676b3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 00:58:16 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 01:13:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8cea06
dev-perl/Linux-PipeMagic: add 0.50.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Linux-PipeMagic/Linux-PipeMagic-0.50.0.ebuild | 22 ++++++++++++++++++++++
dev-perl/Linux-PipeMagic/Manifest | 1 +
2 files changed, 23 insertions(+)
diff --git a/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.50.0.ebuild b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.50.0.ebuild
new file mode 100644
index 000000000000..8df7e429c826
--- /dev/null
+++ b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.50.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DLAMBLEY
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Perl extension to use the zero copy IO syscalls"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ test? (
+ virtual/perl-IO
+ dev-perl/File-Slurp
+ virtual/perl-File-Temp
+ )
+"
diff --git a/dev-perl/Linux-PipeMagic/Manifest b/dev-perl/Linux-PipeMagic/Manifest
index 09bef977710e..11e7f808e533 100644
--- a/dev-perl/Linux-PipeMagic/Manifest
+++ b/dev-perl/Linux-PipeMagic/Manifest
@@ -1 +1,2 @@
DIST Linux-PipeMagic-0.03.tar.gz 50413 BLAKE2B 512be7c90837aec72fd5a6a4d97f8c90ba525637206e292bebfe01acb1388b6b5282817beb32daed0c07e0a6a2223ce3d0c5e07a0c7f02dbe1ff2dd5f3808085 SHA512 cb2b09c03dbfc67b16e0542d332b91a816c69555c12b3ed7a392e6962121c4cbd557139f5329080d9447aed74054e6409c3f0f7b41a1c2d3decff7091da1965e
+DIST Linux-PipeMagic-0.05.tar.gz 51909 BLAKE2B 215900abf6942efa43e92aa8c59047dc2a7ba342ad09c1fb6a316a61d4c5605bfb8908e8dbc775912833b2089581fc12a80ee57784ab67cdc8ab3275a91b8561 SHA512 c56d82f6bf0139d9d56e0b4796eeeb746d0acae35073db27c361ea24c1ac6917012a4c7577d76da05d9cab93b83315900a5c9283f52d0667cb5fdc2df3b182dd
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-21 1:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21 1:13 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-PipeMagic/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-11-08 21:11 Andreas K. Hüttel
2017-11-22 9:13 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox