* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/IO-Async/
@ 2012-11-22 2:19 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-11-22 2:19 UTC (permalink / raw
To: gentoo-commits
commit: 4b2e7eff6924ef60c00e6455feb1695add5be9e6
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Nov 21 22:35:20 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Nov 21 22:35:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4b2e7eff
[added] IO-Async
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/IO-Async/ChangeLog | 10 +++++
dev-perl/IO-Async/IO-Async-0.530.0.ebuild | 56 +++++++++++++++++++++++++++++
dev-perl/IO-Async/metadata.xml | 45 +++++++++++++++++++++++
3 files changed, 111 insertions(+), 0 deletions(-)
diff --git a/dev-perl/IO-Async/ChangeLog b/dev-perl/IO-Async/ChangeLog
new file mode 100644
index 0000000..28fc0be
--- /dev/null
+++ b/dev-perl/IO-Async/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/IO-Async
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*IO-Async-0.530.0 (21 Nov 2012)
+
+ 21 Nov 2012; Kent Fredric <kentfredric@gmail.com> +IO-Async-0.530.0.ebuild,
+ +metadata.xml:
+ Added
+
diff --git a/dev-perl/IO-Async/IO-Async-0.530.0.ebuild b/dev-perl/IO-Async/IO-Async-0.530.0.ebuild
new file mode 100644
index 0000000..89fb887
--- /dev/null
+++ b/dev-perl/IO-Async/IO-Async-0.530.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.53
+inherit perl-module
+
+DESCRIPTION='Asynchronous event-driven programming'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Identity
+ echo dev-perl/Test-Identity
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # Test::Refcount
+ echo dev-perl/Test-Refcount
+}
+perl_meta_runtime() {
+ # Async::MergePoint 0.03 ( 0.30.0 )
+ echo \>=dev-perl/Async-MergePoint-0.30.0
+ # CPS
+ echo dev-perl/CPS
+ # CPS::Future 0.15 ( 0.150.0 )
+ echo \>=dev-perl/CPS-0.150.0
+ # Exporter 5.57 ( 5.570.0 )
+ echo \>=virtual/perl-Exporter-5.570.0
+ # File::stat
+ echo dev-lang/perl
+ # IO::Poll
+ echo virtual/perl-IO
+ # Socket 1.95 ( 1.950.0 )
+ echo \>=dev-lang/perl-1.950.0
+ # Storable
+ echo virtual/perl-Storable
+ # Time::HiRes
+ echo virtual/perl-Time-HiRes
+ # perl 5.010 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+}
+DEPEND="
+ virtual/perl-Module-Build
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/IO-Async/metadata.xml b/dev-perl/IO-Async/metadata.xml
new file mode 100644
index 0000000..f490560
--- /dev/null
+++ b/dev-perl/IO-Async/metadata.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">IO-Async</remote-id>
+ <remote-id type="cpan-module">IO::Async</remote-id>
+ <remote-id type="cpan-module">IO::Async::Channel</remote-id>
+ <remote-id type="cpan-module">IO::Async::ChildManager</remote-id>
+ <remote-id type="cpan-module">IO::Async::Connector</remote-id>
+ <remote-id type="cpan-module">IO::Async::File</remote-id>
+ <remote-id type="cpan-module">IO::Async::FileStream</remote-id>
+ <remote-id type="cpan-module">IO::Async::Function</remote-id>
+ <remote-id type="cpan-module">IO::Async::Handle</remote-id>
+ <remote-id type="cpan-module">IO::Async::Listener</remote-id>
+ <remote-id type="cpan-module">IO::Async::Loop</remote-id>
+ <remote-id type="cpan-module">IO::Async::Loop::Poll</remote-id>
+ <remote-id type="cpan-module">IO::Async::Loop::Select</remote-id>
+ <remote-id type="cpan-module">IO::Async::LoopTests</remote-id>
+ <remote-id type="cpan-module">IO::Async::MergePoint</remote-id>
+ <remote-id type="cpan-module">IO::Async::Notifier</remote-id>
+ <remote-id type="cpan-module">IO::Async::OS</remote-id>
+ <remote-id type="cpan-module">IO::Async::OS::MSWin32</remote-id>
+ <remote-id type="cpan-module">IO::Async::PID</remote-id>
+ <remote-id type="cpan-module">IO::Async::Process</remote-id>
+ <remote-id type="cpan-module">IO::Async::Protocol</remote-id>
+ <remote-id type="cpan-module">IO::Async::Protocol::LineStream</remote-id>
+ <remote-id type="cpan-module">IO::Async::Protocol::Stream</remote-id>
+ <remote-id type="cpan-module">IO::Async::Resolver</remote-id>
+ <remote-id type="cpan-module">IO::Async::Routine</remote-id>
+ <remote-id type="cpan-module">IO::Async::Sequencer</remote-id>
+ <remote-id type="cpan-module">IO::Async::Signal</remote-id>
+ <remote-id type="cpan-module">IO::Async::Socket</remote-id>
+ <remote-id type="cpan-module">IO::Async::Stream</remote-id>
+ <remote-id type="cpan-module">IO::Async::Test</remote-id>
+ <remote-id type="cpan-module">IO::Async::Timer</remote-id>
+ <remote-id type="cpan-module">IO::Async::Timer::Absolute</remote-id>
+ <remote-id type="cpan-module">IO::Async::Timer::Countdown</remote-id>
+ <remote-id type="cpan-module">IO::Async::Timer::Periodic</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/IO-Async/
@ 2013-02-23 22:54 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-02-23 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 3cc8757002655713af402b68e86998adf194a8f8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 21:37:01 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 21:37:01 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3cc87570
[newversion] IO-Async-0.540.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/IO-Async/ChangeLog | 8 ++++-
dev-perl/IO-Async/IO-Async-0.540.0.ebuild | 54 +++++++++++++++++++++++++++++
dev-perl/IO-Async/metadata.xml | 1 +
3 files changed, 62 insertions(+), 1 deletions(-)
diff --git a/dev-perl/IO-Async/ChangeLog b/dev-perl/IO-Async/ChangeLog
index 28fc0be..b118908 100644
--- a/dev-perl/IO-Async/ChangeLog
+++ b/dev-perl/IO-Async/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/IO-Async
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*IO-Async-0.540.0 (23 Feb 2013)
+
+ 23 Feb 2013; Kent Fredric <kentfredric@gmail.com> +IO-Async-0.540.0.ebuild,
+ metadata.xml:
+ Version Bump
+
*IO-Async-0.530.0 (21 Nov 2012)
21 Nov 2012; Kent Fredric <kentfredric@gmail.com> +IO-Async-0.530.0.ebuild,
diff --git a/dev-perl/IO-Async/IO-Async-0.540.0.ebuild b/dev-perl/IO-Async/IO-Async-0.540.0.ebuild
new file mode 100644
index 0000000..6cf31e8
--- /dev/null
+++ b/dev-perl/IO-Async/IO-Async-0.540.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.54
+inherit perl-module
+
+DESCRIPTION='Asynchronous event-driven programming'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Identity
+ echo dev-perl/Test-Identity
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # Test::Refcount
+ echo dev-perl/Test-Refcount
+}
+perl_meta_runtime() {
+ # CPS
+ echo dev-perl/CPS
+ # Exporter 5.57 ( 5.570.0 )
+ echo \>=virtual/perl-Exporter-5.570.0
+ # File::stat
+ echo dev-lang/perl
+ # Future 0.05 ( 0.50.0 )
+ echo \>=dev-perl/Future-0.50.0
+ # IO::Poll
+ echo virtual/perl-IO
+ # Socket 1.95 ( 1.950.0 )
+ echo \>=virtual/perl-Socket-1.950.0
+ # Storable
+ echo virtual/perl-Storable
+ # Time::HiRes
+ echo virtual/perl-Time-HiRes
+ # perl 5.010 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+}
+DEPEND="
+ virtual/perl-Module-Build
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/IO-Async/metadata.xml b/dev-perl/IO-Async/metadata.xml
index f490560..849f3d0 100644
--- a/dev-perl/IO-Async/metadata.xml
+++ b/dev-perl/IO-Async/metadata.xml
@@ -15,6 +15,7 @@
<remote-id type="cpan-module">IO::Async::File</remote-id>
<remote-id type="cpan-module">IO::Async::FileStream</remote-id>
<remote-id type="cpan-module">IO::Async::Function</remote-id>
+ <remote-id type="cpan-module">IO::Async::Future</remote-id>
<remote-id type="cpan-module">IO::Async::Handle</remote-id>
<remote-id type="cpan-module">IO::Async::Listener</remote-id>
<remote-id type="cpan-module">IO::Async::Loop</remote-id>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/IO-Async/
@ 2013-04-28 14:06 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-04-28 14:06 UTC (permalink / raw
To: gentoo-commits
commit: a5db748ec8dbd4a62226396de6a2489d8d7c6ff1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 13:16:57 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 13:16:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a5db748e
[newversion] IO-Async-0.560.0
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/IO-Async/ChangeLog | 6 +++
dev-perl/IO-Async/IO-Async-0.560.0.ebuild | 52 +++++++++++++++++++++++++++++
dev-perl/IO-Async/metadata.xml | 1 -
3 files changed, 58 insertions(+), 1 deletions(-)
diff --git a/dev-perl/IO-Async/ChangeLog b/dev-perl/IO-Async/ChangeLog
index 7fc00d6..66a5c10 100644
--- a/dev-perl/IO-Async/ChangeLog
+++ b/dev-perl/IO-Async/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*IO-Async-0.560.0 (28 Apr 2013)
+
+ 28 Apr 2013; Kent Fredric <kentfredric@gmail.com> +IO-Async-0.560.0.ebuild,
+ metadata.xml:
+ Version Bump
+
26 Apr 2013; Kent Fredric <kentfredric@gmail.com> -IO-Async-0.530.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/IO-Async/IO-Async-0.560.0.ebuild b/dev-perl/IO-Async/IO-Async-0.560.0.ebuild
new file mode 100644
index 0000000..b7cde5a
--- /dev/null
+++ b/dev-perl/IO-Async/IO-Async-0.560.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.56
+inherit perl-module
+
+DESCRIPTION='Asynchronous event-driven programming'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Identity
+ echo dev-perl/Test-Identity
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # Test::Refcount
+ echo dev-perl/Test-Refcount
+}
+perl_meta_runtime() {
+ # Exporter 5.57 ( 5.570.0 )
+ echo \>=virtual/perl-Exporter-5.570.0
+ # File::stat
+ echo dev-lang/perl
+ # Future 0.12 ( 0.120.0 )
+ echo \>=dev-perl/Future-0.120.0
+ # IO::Poll
+ echo virtual/perl-IO
+ # Socket 1.95 ( 1.950.0 )
+ # echo \>=dev-lang/perl-1.950.0
+ # Storable
+ echo virtual/perl-Storable
+ # Time::HiRes
+ echo virtual/perl-Time-HiRes
+ # perl 5.010 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+}
+DEPEND="
+ virtual/perl-Module-Build
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/IO-Async/metadata.xml b/dev-perl/IO-Async/metadata.xml
index 849f3d0..4eb4e78 100644
--- a/dev-perl/IO-Async/metadata.xml
+++ b/dev-perl/IO-Async/metadata.xml
@@ -33,7 +33,6 @@
<remote-id type="cpan-module">IO::Async::Protocol::Stream</remote-id>
<remote-id type="cpan-module">IO::Async::Resolver</remote-id>
<remote-id type="cpan-module">IO::Async::Routine</remote-id>
- <remote-id type="cpan-module">IO::Async::Sequencer</remote-id>
<remote-id type="cpan-module">IO::Async::Signal</remote-id>
<remote-id type="cpan-module">IO::Async::Socket</remote-id>
<remote-id type="cpan-module">IO::Async::Stream</remote-id>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-28 14:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28 14:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/IO-Async/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2013-02-23 22:54 Kent Fredric
2012-11-22 2:19 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox