* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TAP-SimpleOutput/
@ 2012-10-28 14:02 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-10-28 14:02 UTC (permalink / raw
To: gentoo-commits
commit: e6d4418c4abd8c131ff3e94bb33c4348c88ba87f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 28 11:35:44 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 28 11:35:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e6d4418c
[newversion] TAP-SimpleOutput-0.1.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/TAP-SimpleOutput/ChangeLog | 10 ++++
.../TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild | 46 ++++++++++++++++++++
dev-perl/TAP-SimpleOutput/metadata.xml | 13 ++++++
3 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/dev-perl/TAP-SimpleOutput/ChangeLog b/dev-perl/TAP-SimpleOutput/ChangeLog
new file mode 100644
index 0000000..db21bcf
--- /dev/null
+++ b/dev-perl/TAP-SimpleOutput/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/TAP-SimpleOutput
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*TAP-SimpleOutput-0.1.0 (28 Oct 2012)
+
+ 28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+ +TAP-SimpleOutput-0.1.0.ebuild, +metadata.xml:
+ Added for Test-Moose-More
+
diff --git a/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild b/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild
new file mode 100644
index 0000000..e4d1d01
--- /dev/null
+++ b/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RSRCHBOY
+MODULE_VERSION=0.001
+inherit perl-module
+
+DESCRIPTION='Simple closure-driven TAP generator'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Sub::Exporter
+ echo dev-perl/Sub-Exporter
+ # perl 5.008 ( 5.8.0 )
+ echo \>=dev-lang/perl-5.8.0
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # utf8
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/TAP-SimpleOutput/metadata.xml b/dev-perl/TAP-SimpleOutput/metadata.xml
new file mode 100644
index 0000000..9f8f2a7
--- /dev/null
+++ b/dev-perl/TAP-SimpleOutput/metadata.xml
@@ -0,0 +1,13 @@
+<?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">TAP-SimpleOutput</remote-id>
+ <remote-id type="cpan-module">TAP::SimpleOutput</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TAP-SimpleOutput/
@ 2015-03-26 3:21 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-03-26 3:21 UTC (permalink / raw
To: gentoo-commits
commit: 0f71cffdfedee85348a6ec7c9ede0f09fc60af2c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 01:40:58 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 01:40:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0f71cffd
[bump] TAP-SimpleOutput 0.2.0
Package-Manager: portage-2.2.17
.../TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild | 46 ----------------------
.../TAP-SimpleOutput/TAP-SimpleOutput-0.2.0.ebuild | 41 +++++++++++++++++++
2 files changed, 41 insertions(+), 46 deletions(-)
diff --git a/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild b/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild
deleted file mode 100644
index e4d1d01..0000000
--- a/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=RSRCHBOY
-MODULE_VERSION=0.001
-inherit perl-module
-
-DESCRIPTION='Simple closure-driven TAP generator'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Sub::Exporter
- echo dev-perl/Sub-Exporter
- # perl 5.008 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # utf8
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.2.0.ebuild b/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.2.0.ebuild
new file mode 100644
index 0000000..c83a095
--- /dev/null
+++ b/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.2.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RSRCHBOY
+MODULE_VERSION=0.002
+inherit perl-module
+
+DESCRIPTION='Simple closure-driven TAP generator'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+ t/author-pod-spell.t
+ t/release-consistent-version.t
+ t/release-eol.t
+ t/release-has-version.t
+ t/release-minimum-version.t
+ t/release-no-smart-comments.t
+ t/release-no-tabs.t
+ t/release-pod-coverage.t
+ t/release-pod-linkcheck.t
+ t/release-pod-syntax.t
+)
+# IO::Handle -> IO
+# IPC::Open3 -> perl
+RDEPEND="
+ dev-perl/Sub-Exporter-Progressive
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ >=dev-perl/Test-CheckDeps-0.10.0
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-26 3:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 3:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TAP-SimpleOutput/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-10-28 14:02 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox