commit:     8f2335473ae062a6af6f1ab6db346518b689aa80
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  6 20:05:21 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Dec  6 20:05:21 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8f233547

[cleanup] dev-perl/Class-InsideOut moved to main tree

---
 .../Class-InsideOut-1.100.0-r1.ebuild              | 23 -------
 .../Class-InsideOut-1.110.0-r1.ebuild              | 66 -------------------
 .../Class-InsideOut-1.130.0-r1.ebuild              | 74 ----------------------
 dev-perl/Class-InsideOut/metadata.xml              |  9 ---
 4 files changed, 172 deletions(-)

diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.100.0-r1.ebuild 
b/dev-perl/Class-InsideOut/Class-InsideOut-1.100.0-r1.ebuild
deleted file mode 100644
index b91963c..0000000
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.100.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="DAGOLDEN"
-MODULE_VERSION="1.10"
-inherit perl-module
-
-DESCRIPTION="A safe, simple inside-out object construction kit"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-Scalar-List-Utils
-       dev-perl/Class-ISA"
-DEPEND="${RDEPEND}
-       virtual/perl-Module-Build"
-
-SRC_TEST="do"

diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0-r1.ebuild 
b/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0-r1.ebuild
deleted file mode 100644
index b5fd3b1..0000000
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.110.0-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION='a safe, simple inside-out object construction kit'
-LICENSE=" Apache-2.0"
-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() {
-       # Carp
-       echo dev-lang/perl
-       # Class::ISA
-       echo dev-perl/Class-ISA
-       # Exporter
-       echo virtual/perl-Exporter
-       # Scalar::Util 1.09 ( 1.90.0 )
-       echo \>=virtual/perl-Scalar-List-Utils-1.90.0
-       # Storable
-       echo virtual/perl-Storable
-       # perl 5.008 ( 5.8.0 )
-       echo \>=dev-lang/perl-5.8.0
-       # strict
-       echo dev-lang/perl
-       # vars
-       echo dev-lang/perl
-}
-perl_meta_test() {
-       # Config
-       #echo unresolved
-       # DynaLoader
-       echo dev-lang/perl
-       # File::Find
-       echo dev-lang/perl
-       # File::Spec
-       echo virtual/perl-File-Spec
-       # File::Temp
-       echo virtual/perl-File-Temp
-       # IO::File
-       echo virtual/perl-IO
-       # Test::More 0.45 ( 0.450.0 )
-       echo \>=virtual/perl-Test-Simple-0.45
-       # XSLoader
-       echo virtual/perl-XSLoader
-       # threads
-       echo virtual/perl-threads
-       # warnings
-       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/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild 
b/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
deleted file mode 100644
index f219f69..0000000
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=1.13
-inherit perl-module
-
-DESCRIPTION='a safe, simple inside-out object construction kit'
-LICENSE=" Apache-2.0"
-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() {
-       # Carp
-       echo dev-lang/perl
-       # Class::ISA
-       echo dev-perl/Class-ISA
-       # Exporter
-       echo virtual/perl-Exporter
-       # Scalar::Util 1.09 ( 1.90.0 )
-       echo \>=virtual/perl-Scalar-List-Utils-1.90.0
-       # Storable
-       echo virtual/perl-Storable
-       # overload
-       # echo dev-lang/perl
-       # perl 5.008 ( 5.8.0 )
-       echo \>=dev-lang/perl-5.8.0
-       # strict
-       echo dev-lang/perl
-       # vars
-       echo dev-lang/perl
-}
-perl_meta_test() {
-       # Config
-       #echo unresolved
-       # DynaLoader
-       echo dev-lang/perl
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-       # File::Find
-       echo dev-lang/perl
-       # File::Spec
-       echo virtual/perl-File-Spec
-       # File::Spec::Functions
-       echo virtual/perl-File-Spec
-       # File::Temp
-       echo virtual/perl-File-Temp
-       # IO::File
-       echo virtual/perl-IO
-       # List::Util
-       echo virtual/perl-Scalar-List-Utils
-       # Test::More 0.45 ( 0.450.0 )
-       echo \>=virtual/perl-Test-Simple-0.45
-       # XSLoader
-       echo virtual/perl-XSLoader
-       # threads
-       echo virtual/perl-threads
-       # warnings
-       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/Class-InsideOut/metadata.xml 
b/dev-perl/Class-InsideOut/metadata.xml
deleted file mode 100644
index df2c11a..0000000
--- a/dev-perl/Class-InsideOut/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-        <herd>perl</herd>
-        <upstream>
-                <remote-id type="cpan">Class-InsideOut</remote-id>
-                <remote-id type="cpan-module">Class::InsideOut</remote-id>
-        </upstream>
-</pkgmetadata>

Reply via email to