public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Build-Tiny/
@ 2013-04-28 16:53 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-04-28 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     4c2c689478a69bb2aec644a1b840b0118ac16e99
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 16:51:23 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 16:51:23 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4c2c6894

[added] Module-Build-Tiny 0.18.0

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Module-Build-Tiny/ChangeLog               |   10 ++
 .../Module-Build-Tiny-0.18.0.ebuild                |  116 ++++++++++++++++++++
 dev-perl/Module-Build-Tiny/metadata.xml            |   13 ++
 3 files changed, 139 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Module-Build-Tiny/ChangeLog b/dev-perl/Module-Build-Tiny/ChangeLog
new file mode 100644
index 0000000..4dfb5ac
--- /dev/null
+++ b/dev-perl/Module-Build-Tiny/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Module-Build-Tiny
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Module-Build-Tiny-0.18.0 (28 Apr 2013)
+
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +Module-Build-Tiny-0.18.0.ebuild, +metadata.xml:
+  Added for Starman
+

diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.18.0.ebuild b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.18.0.ebuild
new file mode 100644
index 0000000..fde1aa2
--- /dev/null
+++ b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.18.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=LEONT
+MODULE_VERSION=0.018
+inherit perl-mb-tiny
+
+DESCRIPTION='A tiny replacement for Module::Build'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# CPAN::Meta
+	echo virtual/perl-CPAN-Meta
+	# Exporter 5.57 ( 5.570.0 )
+	echo \>=virtual/perl-Exporter-5.570.0
+	# ExtUtils::Config 0.003 ( 0.3.0 )
+	echo \>=dev-perl/ExtUtils-Config-0.3.0
+	# ExtUtils::Helpers 0.019 ( 0.19.0 )
+	echo \>=dev-perl/ExtUtils-Helpers-0.19.0
+	# ExtUtils::Install
+	echo virtual/perl-ExtUtils-MakeMaker
+	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
+	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
+	# File::Basename
+	echo dev-lang/perl
+	# File::Find
+	echo dev-lang/perl
+	# File::Path
+	echo virtual/perl-File-Path
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# Getopt::Long
+	echo virtual/perl-Getopt-Long
+	# JSON::PP 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0.0
+	# Pod::Man
+	echo virtual/perl-podlators
+	# TAP::Harness
+	echo virtual/perl-Test-Harness
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_runtime() {
+	# CPAN::Meta
+	echo virtual/perl-CPAN-Meta
+	# Exporter 5.57 ( 5.570.0 )
+	echo \>=virtual/perl-Exporter-5.570.0
+	# ExtUtils::Config 0.003 ( 0.3.0 )
+	echo \>=dev-perl/ExtUtils-Config-0.3.0
+	# ExtUtils::Helpers 0.019 ( 0.19.0 )
+	echo \>=dev-perl/ExtUtils-Helpers-0.19.0
+	# ExtUtils::Install
+	echo virtual/perl-ExtUtils-MakeMaker
+	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
+	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
+	# File::Basename
+	echo dev-lang/perl
+	# File::Find
+	echo dev-lang/perl
+	# File::Path
+	echo virtual/perl-File-Path
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# Getopt::Long
+	echo virtual/perl-Getopt-Long
+	# JSON::PP 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0.0
+	# Pod::Man
+	echo virtual/perl-podlators
+	# TAP::Harness
+	echo virtual/perl-Test-Harness
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# Carp
+	echo dev-lang/perl
+	# Config
+	#echo unresolved
+	# Cwd
+	echo virtual/perl-File-Spec
+	# Data::Dumper
+	echo virtual/perl-Data-Dumper
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# IO::File
+	echo virtual/perl-IO
+	# IPC::Open2
+	echo dev-lang/perl
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# blib
+	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/Module-Build-Tiny/metadata.xml b/dev-perl/Module-Build-Tiny/metadata.xml
new file mode 100644
index 0000000..d95d7af
--- /dev/null
+++ b/dev-perl/Module-Build-Tiny/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">Module-Build-Tiny</remote-id>
+		<remote-id type="cpan-module">Module::Build::Tiny</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Build-Tiny/
@ 2013-05-01 22:23 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-05-01 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     56a2add49c59f452336687a2ffb1ffeda0aff3de
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 30 02:52:34 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 30 02:52:34 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=56a2add4

[newversion] Module-Build-Tiny-0.19.0

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Module-Build-Tiny/ChangeLog               |    6 +
 .../Module-Build-Tiny-0.19.0.ebuild                |  116 ++++++++++++++++++++
 2 files changed, 122 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Module-Build-Tiny/ChangeLog b/dev-perl/Module-Build-Tiny/ChangeLog
index 4dfb5ac..33134a1 100644
--- a/dev-perl/Module-Build-Tiny/ChangeLog
+++ b/dev-perl/Module-Build-Tiny/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Build-Tiny-0.19.0 (30 Apr 2013)
+
+  30 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +Module-Build-Tiny-0.19.0.ebuild:
+  Version Bump
+
 *Module-Build-Tiny-0.18.0 (28 Apr 2013)
 
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.19.0.ebuild b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.19.0.ebuild
new file mode 100644
index 0000000..d5be651
--- /dev/null
+++ b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.19.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=LEONT
+MODULE_VERSION=0.019
+inherit perl-mb-tiny
+
+DESCRIPTION='A tiny replacement for Module::Build'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# CPAN::Meta
+	echo virtual/perl-CPAN-Meta
+	# Exporter 5.57 ( 5.570.0 )
+	echo \>=virtual/perl-Exporter-5.570.0
+	# ExtUtils::Config 0.003 ( 0.3.0 )
+	echo \>=dev-perl/ExtUtils-Config-0.3.0
+	# ExtUtils::Helpers 0.020 ( 0.20.0 )
+	echo \>=dev-perl/ExtUtils-Helpers-0.20.0
+	# ExtUtils::Install
+	echo virtual/perl-ExtUtils-MakeMaker
+	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
+	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
+	# File::Basename
+	echo dev-lang/perl
+	# File::Find
+	echo dev-lang/perl
+	# File::Path
+	echo virtual/perl-File-Path
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# Getopt::Long
+	echo virtual/perl-Getopt-Long
+	# JSON::PP 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0.0
+	# Pod::Man
+	echo virtual/perl-podlators
+	# TAP::Harness
+	echo virtual/perl-Test-Harness
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_runtime() {
+	# CPAN::Meta
+	echo virtual/perl-CPAN-Meta
+	# Exporter 5.57 ( 5.570.0 )
+	echo \>=virtual/perl-Exporter-5.570.0
+	# ExtUtils::Config 0.003 ( 0.3.0 )
+	echo \>=dev-perl/ExtUtils-Config-0.3.0
+	# ExtUtils::Helpers 0.020 ( 0.20.0 )
+	echo \>=dev-perl/ExtUtils-Helpers-0.20.0
+	# ExtUtils::Install
+	echo virtual/perl-ExtUtils-MakeMaker
+	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
+	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
+	# File::Basename
+	echo dev-lang/perl
+	# File::Find
+	echo dev-lang/perl
+	# File::Path
+	echo virtual/perl-File-Path
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# Getopt::Long
+	echo virtual/perl-Getopt-Long
+	# JSON::PP 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0.0
+	# Pod::Man
+	echo virtual/perl-podlators
+	# TAP::Harness
+	echo virtual/perl-Test-Harness
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# Carp
+	echo dev-lang/perl
+	# Config
+	#echo unresolved
+	# Cwd
+	echo virtual/perl-File-Spec
+	# Data::Dumper
+	echo virtual/perl-Data-Dumper
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# IO::File
+	echo virtual/perl-IO
+	# IPC::Open2
+	echo dev-lang/perl
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# blib
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Build-Tiny/
@ 2014-10-11 17:04 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-10-11 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3a40cde7c2edf7ba8571445731af8710e0234ad0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 16:51:19 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 16:51:19 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3a40cde7

[treeclean] dev-perl/Module-Build-Tiny -> Superceded by ::gentoo

---
 .../Module-Build-Tiny-0.18.0.ebuild                | 116 ------------------
 .../Module-Build-Tiny-0.19.0.ebuild                | 116 ------------------
 .../Module-Build-Tiny-0.30.0.ebuild                | 136 ---------------------
 .../Module-Build-Tiny-0.35.0.ebuild                | 134 --------------------
 dev-perl/Module-Build-Tiny/metadata.xml            |  13 --
 5 files changed, 515 deletions(-)

diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.18.0.ebuild b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.18.0.ebuild
deleted file mode 100644
index fde1aa2..0000000
--- a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.18.0.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.018
-inherit perl-mb-tiny
-
-DESCRIPTION='A tiny replacement for Module::Build'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# CPAN::Meta
-	echo virtual/perl-CPAN-Meta
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# ExtUtils::Config 0.003 ( 0.3.0 )
-	echo \>=dev-perl/ExtUtils-Config-0.3.0
-	# ExtUtils::Helpers 0.019 ( 0.19.0 )
-	echo \>=dev-perl/ExtUtils-Helpers-0.19.0
-	# ExtUtils::Install
-	echo virtual/perl-ExtUtils-MakeMaker
-	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
-	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
-	# File::Basename
-	echo dev-lang/perl
-	# File::Find
-	echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# Getopt::Long
-	echo virtual/perl-Getopt-Long
-	# JSON::PP 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# Pod::Man
-	echo virtual/perl-podlators
-	# TAP::Harness
-	echo virtual/perl-Test-Harness
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_runtime() {
-	# CPAN::Meta
-	echo virtual/perl-CPAN-Meta
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# ExtUtils::Config 0.003 ( 0.3.0 )
-	echo \>=dev-perl/ExtUtils-Config-0.3.0
-	# ExtUtils::Helpers 0.019 ( 0.19.0 )
-	echo \>=dev-perl/ExtUtils-Helpers-0.19.0
-	# ExtUtils::Install
-	echo virtual/perl-ExtUtils-MakeMaker
-	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
-	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
-	# File::Basename
-	echo dev-lang/perl
-	# File::Find
-	echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# Getopt::Long
-	echo virtual/perl-Getopt-Long
-	# JSON::PP 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# Pod::Man
-	echo virtual/perl-podlators
-	# TAP::Harness
-	echo virtual/perl-Test-Harness
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# Carp
-	echo dev-lang/perl
-	# Config
-	#echo unresolved
-	# Cwd
-	echo virtual/perl-File-Spec
-	# Data::Dumper
-	echo virtual/perl-Data-Dumper
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# IO::File
-	echo virtual/perl-IO
-	# IPC::Open2
-	echo dev-lang/perl
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# blib
-	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/Module-Build-Tiny/Module-Build-Tiny-0.19.0.ebuild b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.19.0.ebuild
deleted file mode 100644
index d5be651..0000000
--- a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.19.0.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.019
-inherit perl-mb-tiny
-
-DESCRIPTION='A tiny replacement for Module::Build'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# CPAN::Meta
-	echo virtual/perl-CPAN-Meta
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# ExtUtils::Config 0.003 ( 0.3.0 )
-	echo \>=dev-perl/ExtUtils-Config-0.3.0
-	# ExtUtils::Helpers 0.020 ( 0.20.0 )
-	echo \>=dev-perl/ExtUtils-Helpers-0.20.0
-	# ExtUtils::Install
-	echo virtual/perl-ExtUtils-MakeMaker
-	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
-	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
-	# File::Basename
-	echo dev-lang/perl
-	# File::Find
-	echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# Getopt::Long
-	echo virtual/perl-Getopt-Long
-	# JSON::PP 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# Pod::Man
-	echo virtual/perl-podlators
-	# TAP::Harness
-	echo virtual/perl-Test-Harness
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_runtime() {
-	# CPAN::Meta
-	echo virtual/perl-CPAN-Meta
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# ExtUtils::Config 0.003 ( 0.3.0 )
-	echo \>=dev-perl/ExtUtils-Config-0.3.0
-	# ExtUtils::Helpers 0.020 ( 0.20.0 )
-	echo \>=dev-perl/ExtUtils-Helpers-0.20.0
-	# ExtUtils::Install
-	echo virtual/perl-ExtUtils-MakeMaker
-	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
-	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
-	# File::Basename
-	echo dev-lang/perl
-	# File::Find
-	echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# Getopt::Long
-	echo virtual/perl-Getopt-Long
-	# JSON::PP 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# Pod::Man
-	echo virtual/perl-podlators
-	# TAP::Harness
-	echo virtual/perl-Test-Harness
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# Carp
-	echo dev-lang/perl
-	# Config
-	#echo unresolved
-	# Cwd
-	echo virtual/perl-File-Spec
-	# Data::Dumper
-	echo virtual/perl-Data-Dumper
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# IO::File
-	echo virtual/perl-IO
-	# IPC::Open2
-	echo dev-lang/perl
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# blib
-	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/Module-Build-Tiny/Module-Build-Tiny-0.30.0.ebuild b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.30.0.ebuild
deleted file mode 100644
index 17d1cb0..0000000
--- a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.30.0.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.030
-inherit perl-mb-tiny
-
-DESCRIPTION='A tiny replacement for Module::Build'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# CPAN::Meta
-	echo virtual/perl-CPAN-Meta
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# ExtUtils::CBuilder
-	echo virtual/perl-ExtUtils-CBuilder
-	# ExtUtils::Config 0.003 ( 0.3.0 )
-	echo \>=dev-perl/ExtUtils-Config-0.3.0
-	# ExtUtils::Helpers 0.020 ( 0.20.0 )
-	echo \>=dev-perl/ExtUtils-Helpers-0.20.0
-	# ExtUtils::Install
-	echo virtual/perl-ExtUtils-MakeMaker
-	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
-	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
-	# ExtUtils::ParseXS
-	echo virtual/perl-ExtUtils-ParseXS
-	# File::Basename
-	echo dev-lang/perl
-	# File::Find
-	echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# Getopt::Long
-	echo virtual/perl-Getopt-Long
-	# JSON::PP 2 ( 2.0.0 )
-	echo \>=virtual/perl-JSON-PP-2.0.0
-	# Pod::Man
-	echo virtual/perl-podlators
-	# TAP::Harness 3.29 ( 3.290.0 )
-	echo \>=virtual/perl-Test-Harness-3.290.0
-	# TAP::Harness::Env
-	echo virtual/perl-Test-Harness
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_runtime() {
-	# CPAN::Meta
-	echo virtual/perl-CPAN-Meta
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# ExtUtils::CBuilder
-	echo virtual/perl-ExtUtils-CBuilder
-	# ExtUtils::Config 0.003 ( 0.3.0 )
-	echo \>=dev-perl/ExtUtils-Config-0.3.0
-	# ExtUtils::Helpers 0.020 ( 0.20.0 )
-	echo \>=dev-perl/ExtUtils-Helpers-0.20.0
-	# ExtUtils::Install
-	echo virtual/perl-ExtUtils-MakeMaker
-	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
-	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
-	# ExtUtils::ParseXS
-	echo virtual/perl-ExtUtils-ParseXS
-	# File::Basename
-	echo dev-lang/perl
-	# File::Find
-	echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# Getopt::Long
-	echo virtual/perl-Getopt-Long
-	# JSON::PP 2 ( 2.0.0 )
-	echo \>=virtual/perl-JSON-PP-2.0.0
-	# Pod::Man
-	echo virtual/perl-podlators
-	# TAP::Harness 3.29 ( 3.290.0 )
-	echo \>=virtual/perl-Test-Harness-3.290.0
-	# TAP::Harness::Env
-	echo virtual/perl-Test-Harness
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-	# conflict local::lib 1.006008
-	echo '!<dev-perl/local-lib-1.6.8'
-}
-perl_meta_test() {
-	# Carp
-	# echo virtual/perl-Carp
-	# Cwd
-	echo virtual/perl-File-Spec
-	# Data::Dumper
-	echo virtual/perl-Data-Dumper
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# IO::File
-	echo virtual/perl-IO
-	# IO::Handle
-	echo virtual/perl-IO
-	# IPC::Open2
-	echo dev-lang/perl
-	# IPC::Open3
-	echo dev-lang/perl
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# XSLoader
-	echo virtual/perl-XSLoader
-	# blib
-	echo dev-lang/perl
-	# lib
-	# echo virtual/perl-lib
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.35.0.ebuild b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.35.0.ebuild
deleted file mode 100644
index 514ed4a..0000000
--- a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.35.0.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.035
-inherit perl-mb-tiny
-
-DESCRIPTION='A tiny replacement for Module::Build'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# CPAN::Meta
-	echo virtual/perl-CPAN-Meta
-	# DynaLoader
-	# echo dev-lang/perl
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# ExtUtils::CBuilder
-	echo virtual/perl-ExtUtils-CBuilder
-	# ExtUtils::Config 0.003 ( 0.3.0 )
-	echo \>=dev-perl/ExtUtils-Config-0.3.0
-	# ExtUtils::Helpers 0.020 ( 0.20.0 )
-	echo \>=dev-perl/ExtUtils-Helpers-0.20.0
-	# ExtUtils::Install
-	echo virtual/perl-ExtUtils-Install
-	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
-	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
-	# ExtUtils::ParseXS
-	echo virtual/perl-ExtUtils-ParseXS
-	# File::Basename
-	# echo dev-lang/perl
-	# File::Find
-	# echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# Getopt::Long 2.36 ( 2.360.0 )
-	echo \>=virtual/perl-Getopt-Long-2.360.0
-	# JSON::PP 2 ( 2.0.0 )
-	echo \>=virtual/perl-JSON-PP-2.0.0
-	# Pod::Man
-	echo virtual/perl-podlators
-	# TAP::Harness::Env
-	echo virtual/perl-Test-Harness
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	# echo dev-lang/perl
-	# warnings
-	# echo dev-lang/perl
-}
-perl_meta_runtime() {
-	# CPAN::Meta
-	echo virtual/perl-CPAN-Meta
-	# DynaLoader
-	# echo dev-lang/perl
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# ExtUtils::CBuilder
-	echo virtual/perl-ExtUtils-CBuilder
-	# ExtUtils::Config 0.003 ( 0.3.0 )
-	echo \>=dev-perl/ExtUtils-Config-0.3.0
-	# ExtUtils::Helpers 0.020 ( 0.20.0 )
-	echo \>=dev-perl/ExtUtils-Helpers-0.20.0
-	# ExtUtils::Install
-	echo virtual/perl-ExtUtils-Install
-	# ExtUtils::InstallPaths 0.002 ( 0.2.0 )
-	echo \>=dev-perl/ExtUtils-InstallPaths-0.2.0
-	# ExtUtils::ParseXS
-	echo virtual/perl-ExtUtils-ParseXS
-	# File::Basename
-	# echo dev-lang/perl
-	# File::Find
-	# echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# Getopt::Long 2.36 ( 2.360.0 )
-	echo \>=virtual/perl-Getopt-Long-2.360.0
-	# JSON::PP 2 ( 2.0.0 )
-	echo \>=virtual/perl-JSON-PP-2.0.0
-	# Pod::Man
-	echo virtual/perl-podlators
-	# TAP::Harness::Env
-	echo virtual/perl-Test-Harness
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	# echo dev-lang/perl
-	# warnings
-	# echo dev-lang/perl
-}
-perl_meta_test() {
-	# Carp
-	# echo virtual/perl-Carp
-	# Cwd
-	echo virtual/perl-File-Spec
-	# Data::Dumper
-	echo virtual/perl-Data-Dumper
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# IO::File
-	echo virtual/perl-IO
-	# IO::Handle
-	echo virtual/perl-IO
-	# IPC::Open2
-	# echo dev-lang/perl
-	# IPC::Open3
-	# echo dev-lang/perl
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# XSLoader
-	echo virtual/perl-XSLoader
-	# blib
-	# echo dev-lang/perl
-	# lib
-	# echo virtual/perl-lib
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/Module-Build-Tiny/metadata.xml b/dev-perl/Module-Build-Tiny/metadata.xml
deleted file mode 100644
index d95d7af..0000000
--- a/dev-perl/Module-Build-Tiny/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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">Module-Build-Tiny</remote-id>
-		<remote-id type="cpan-module">Module::Build::Tiny</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2014-10-11 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-01 22:23 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Build-Tiny/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-10-11 17:04 Kent Fredric
2013-04-28 16:53 Kent Fredric

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