commit:     3dc3bcdadb10300492827f8e28c356cda8bd523c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep  6 08:17:21 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep  6 08:17:21 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3dc3bcda

[treeclean] remove HTTP-Tiny which is completely superceded by ::gentoo

---
 perl-core/HTTP-Tiny/ChangeLog               | 58 ----------------------
 perl-core/HTTP-Tiny/HTTP-Tiny-0.10.0.ebuild | 43 -----------------
 perl-core/HTTP-Tiny/HTTP-Tiny-0.11.0.ebuild | 42 ----------------
 perl-core/HTTP-Tiny/HTTP-Tiny-0.12.0.ebuild | 42 ----------------
 perl-core/HTTP-Tiny/HTTP-Tiny-0.13.0.ebuild | 42 ----------------
 perl-core/HTTP-Tiny/HTTP-Tiny-0.17.0.ebuild | 66 -------------------------
 perl-core/HTTP-Tiny/HTTP-Tiny-0.21.0.ebuild | 72 ----------------------------
 perl-core/HTTP-Tiny/HTTP-Tiny-0.22.0.ebuild | 72 ----------------------------
 perl-core/HTTP-Tiny/HTTP-Tiny-0.24.0.ebuild | 74 -----------------------------
 perl-core/HTTP-Tiny/HTTP-Tiny-0.25.0.ebuild | 74 -----------------------------
 perl-core/HTTP-Tiny/metadata.xml            | 13 -----
 11 files changed, 598 deletions(-)

diff --git a/perl-core/HTTP-Tiny/ChangeLog b/perl-core/HTTP-Tiny/ChangeLog
deleted file mode 100644
index ab6ff4b..0000000
--- a/perl-core/HTTP-Tiny/ChangeLog
+++ /dev/null
@@ -1,58 +0,0 @@
-# ChangeLog for perl-core/HTTP-Tiny
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  08 Nov 2013; Kent Fredric <[email protected]> -HTTP-Tiny-0.29.0.ebuild:
-  In gentoo
-
-*HTTP-Tiny-0.29.0 (02 May 2013)
-
-  02 May 2013; Kent Fredric <[email protected]> +HTTP-Tiny-0.29.0.ebuild:
-  Version Bump
-
-*HTTP-Tiny-0.25.0 (24 Feb 2013)
-
-  24 Feb 2013; Kent Fredric <[email protected]> +HTTP-Tiny-0.25.0.ebuild:
-  Version Bump
-
-*HTTP-Tiny-0.24.0 (27 Oct 2012)
-
-  27 Oct 2012; Kent Fredric <[email protected]> +HTTP-Tiny-0.24.0.ebuild:
-  Version Bump
-
-*HTTP-Tiny-0.22.0 (09 Jun 2012)
-
-  09 Jun 2012; Kent Fredric <[email protected]> +HTTP-Tiny-0.22.0.ebuild:
-  Version Bump
-
-*HTTP-Tiny-0.21.0 (27 May 2012)
-
-  27 May 2012; Kent Fredric <[email protected]> +HTTP-Tiny-0.21.0.ebuild:
-  Version Bump
-
-*HTTP-Tiny-0.17.0 (26 Feb 2012)
-
-  26 Feb 2012; Kent Fredric <[email protected]> +HTTP-Tiny-0.17.0.ebuild:
-  Version Bump
-
-*HTTP-Tiny-0.13.0 (18 Jul 2011)
-
-  18 Jul 2011; Torsten Veller <[email protected]> +HTTP-Tiny-0.13.0.ebuild:
-  Version bump
-
-*HTTP-Tiny-0.12.0 (01 Apr 2011)
-
-  01 Apr 2011; Torsten Veller <[email protected]> +HTTP-Tiny-0.12.0.ebuild:
-  Version bump
-
-*HTTP-Tiny-0.11.0 (22 Mar 2011)
-
-  22 Mar 2011; Kent Fredric <[email protected]> +HTTP-Tiny-0.11.0.ebuild:
-  Bump
-
-*HTTP-Tiny-0.10.0 (12 Mar 2011)
-
-  12 Mar 2011; Kent Fredric <[email protected]> +HTTP-Tiny-0.10.0.ebuild,
-  +metadata.xml:
-  Added: Comming up in Perl 5.14
-

diff --git a/perl-core/HTTP-Tiny/HTTP-Tiny-0.10.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.10.0.ebuild
deleted file mode 100644
index 4714600..0000000
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.10.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="0.010"
-inherit perl-module
-
-DESCRIPTION="A small, simple, correct HTTP/1.1 client"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-       $(comment Carp)
-       $(comment Erno)
-       virtual/perl-IO
-       $(comment ^^ IO::Socket)
-       virtual/perl-Time-Local
-"
-DEPEND="
-       ${COMMON_DEPEND}
-       $(comment Data-Dumper)
-       $(comment Exporter)
-       $(comment File-Basename)
-       virtual/perl-File-Spec
-       virtual/perl-File-Temp
-       virtual/perl-IO
-       $(comment ^^ IO::Dir )
-       $(comment ^^ IO::File )
-       $(comment ^^ IO::Socket::INET )
-       test? (
-               >=virtual/perl-Test-Simple-0.88
-       )
-       >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
-       ${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/perl-core/HTTP-Tiny/HTTP-Tiny-0.11.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.11.0.ebuild
deleted file mode 100644
index 0f5aa16..0000000
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.11.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="0.011"
-inherit perl-module
-
-DESCRIPTION="A small, simple, correct HTTP/1.1 client"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-       $(comment Carp)
-       virtual/perl-IO
-       $(comment ^^ IO::Socket)
-       virtual/perl-Time-Local
-"
-DEPEND="
-       ${COMMON_DEPEND}
-       $(comment Data-Dumper)
-       $(comment Exporter)
-       $(comment File-Basename)
-       virtual/perl-File-Spec
-       virtual/perl-File-Temp
-       virtual/perl-IO
-       $(comment ^^ IO::Dir )
-       $(comment ^^ IO::File )
-       $(comment ^^ IO::Socket::INET )
-       test? (
-               >=virtual/perl-Test-Simple-0.88
-       )
-       >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
-       ${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/perl-core/HTTP-Tiny/HTTP-Tiny-0.12.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.12.0.ebuild
deleted file mode 100644
index aeacb0d..0000000
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.12.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.012
-inherit perl-module
-
-DESCRIPTION="A small, simple, correct HTTP/1.1 client"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-       $(comment Carp)
-       virtual/perl-IO
-       $(comment ^^ IO::Socket)
-       virtual/perl-Time-Local
-"
-DEPEND="
-       ${COMMON_DEPEND}
-       $(comment Data-Dumper)
-       $(comment Exporter)
-       $(comment File-Basename)
-       virtual/perl-File-Spec
-       virtual/perl-File-Temp
-       virtual/perl-IO
-       $(comment ^^ IO::Dir )
-       $(comment ^^ IO::File )
-       $(comment ^^ IO::Socket::INET )
-       test? (
-               >=virtual/perl-Test-Simple-0.88
-       )
-       >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
-       ${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/perl-core/HTTP-Tiny/HTTP-Tiny-0.13.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.13.0.ebuild
deleted file mode 100644
index 6f7bb60..0000000
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.13.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.013
-inherit perl-module
-
-DESCRIPTION="A small, simple, correct HTTP/1.1 client"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-       $(comment Carp)
-       virtual/perl-IO
-       $(comment ^^ IO::Socket)
-       virtual/perl-Time-Local
-"
-DEPEND="
-       ${COMMON_DEPEND}
-       $(comment Data-Dumper)
-       $(comment Exporter)
-       $(comment File-Basename)
-       virtual/perl-File-Spec
-       virtual/perl-File-Temp
-       virtual/perl-IO
-       $(comment ^^ IO::Dir )
-       $(comment ^^ IO::File )
-       $(comment ^^ IO::Socket::INET )
-       test? (
-               >=virtual/perl-Test-Simple-0.88
-       )
-       >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
-       ${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/perl-core/HTTP-Tiny/HTTP-Tiny-0.17.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.17.0.ebuild
deleted file mode 100644
index 2098680..0000000
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.17.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.017
-inherit perl-module
-
-DESCRIPTION='A small, simple, correct HTTP/1.1 client'
-LICENSE=" || ( Artistic GPL-2 )"
-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-perl/Carp
-       # IO::Socket
-       echo virtual/perl-IO
-       # Time::Local
-       echo virtual/perl-Time-Local
-       # bytes
-       echo dev-lang/perl
-       # 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() {
-       # Data::Dumper
-       echo virtual/perl-Data-Dumper
-       # Exporter
-       echo virtual/perl-Exporter
-       # File::Basename
-       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::Dir
-       echo virtual/perl-IO
-       # IO::File
-       echo virtual/perl-IO
-       # IO::Socket::INET
-       echo virtual/perl-IO
-       # Test::More 0.88 ( 0.880.0 )
-       echo \>=virtual/perl-Test-Simple-0.88
-       # open
-       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/perl-core/HTTP-Tiny/HTTP-Tiny-0.21.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.21.0.ebuild
deleted file mode 100644
index 6382657..0000000
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.21.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.021
-inherit perl-module
-
-DESCRIPTION='A small, simple, correct HTTP/1.1 client'
-LICENSE=" || ( Artistic GPL-2 )"
-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 virtual/perl-Carp
-       # IO::Socket
-       echo virtual/perl-IO
-       # Time::Local
-       echo virtual/perl-Time-Local
-       # bytes
-       echo dev-lang/perl
-       # 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() {
-       # Data::Dumper
-       echo virtual/perl-Data-Dumper
-       # Exporter
-       echo virtual/perl-Exporter
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-       # File::Basename
-       echo dev-lang/perl
-       # 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::Dir
-       echo virtual/perl-IO
-       # IO::File
-       echo virtual/perl-IO
-       # IO::Socket::INET
-       echo virtual/perl-IO
-       # List::Util
-       echo virtual/perl-Scalar-List-Utils
-       # Test::More 0.88 ( 0.880.0 )
-       echo \>=virtual/perl-Test-Simple-0.88
-       # open
-       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/perl-core/HTTP-Tiny/HTTP-Tiny-0.22.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.22.0.ebuild
deleted file mode 100644
index e4f0117..0000000
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.22.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.022
-inherit perl-module
-
-DESCRIPTION='A small, simple, correct HTTP/1.1 client'
-LICENSE=" || ( Artistic GPL-2 )"
-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 virtual/perl-Carp
-       # IO::Socket
-       echo virtual/perl-IO
-       # Time::Local
-       echo virtual/perl-Time-Local
-       # bytes
-       echo dev-lang/perl
-       # 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() {
-       # Data::Dumper
-       echo virtual/perl-Data-Dumper
-       # Exporter
-       echo virtual/perl-Exporter
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-       # File::Basename
-       echo dev-lang/perl
-       # 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::Dir
-       echo virtual/perl-IO
-       # IO::File
-       echo virtual/perl-IO
-       # IO::Socket::INET
-       echo virtual/perl-IO
-       # List::Util
-       echo virtual/perl-Scalar-List-Utils
-       # Test::More 0.88 ( 0.880.0 )
-       echo \>=virtual/perl-Test-Simple-0.88
-       # open
-       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/perl-core/HTTP-Tiny/HTTP-Tiny-0.24.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.24.0.ebuild
deleted file mode 100644
index 3d30926..0000000
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.24.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.024
-inherit perl-module
-
-DESCRIPTION='A small, simple, correct HTTP/1.1 client'
-LICENSE=" || ( Artistic GPL-2 )"
-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
-       # IO::Socket
-       echo virtual/perl-IO
-       # Time::Local
-       echo virtual/perl-Time-Local
-       # bytes
-       echo dev-lang/perl
-       # 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() {
-       # Data::Dumper
-       echo virtual/perl-Data-Dumper
-       # Exporter
-       echo virtual/perl-Exporter
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-       # File::Basename
-       echo dev-lang/perl
-       # 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::Dir
-       echo virtual/perl-IO
-       # IO::File
-       echo virtual/perl-IO
-       # IO::Socket::INET
-       echo virtual/perl-IO
-       # IPC::Cmd
-       echo virtual/perl-IPC-Cmd
-       # List::Util
-       echo virtual/perl-Scalar-List-Utils
-       # Test::More 0.88 ( 0.880.0 )
-       echo \>=virtual/perl-Test-Simple-0.88
-       # open
-       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/perl-core/HTTP-Tiny/HTTP-Tiny-0.25.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.25.0.ebuild
deleted file mode 100644
index 34e7d05..0000000
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.25.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.025
-inherit perl-module
-
-DESCRIPTION='A small, simple, correct HTTP/1.1 client'
-LICENSE=" || ( Artistic GPL-2 )"
-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
-       # IO::Socket
-       echo virtual/perl-IO
-       # Time::Local
-       echo virtual/perl-Time-Local
-       # bytes
-       echo dev-lang/perl
-       # 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() {
-       # Data::Dumper
-       echo virtual/perl-Data-Dumper
-       # Exporter
-       echo virtual/perl-Exporter
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-       # File::Basename
-       echo dev-lang/perl
-       # 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::Dir
-       echo virtual/perl-IO
-       # IO::File
-       echo virtual/perl-IO
-       # IO::Socket::INET
-       echo virtual/perl-IO
-       # IPC::Cmd
-       echo virtual/perl-IPC-Cmd
-       # List::Util
-       echo virtual/perl-Scalar-List-Utils
-       # Test::More 0.88 ( 0.880.0 )
-       echo \>=virtual/perl-Test-Simple-0.88
-       # open
-       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/perl-core/HTTP-Tiny/metadata.xml b/perl-core/HTTP-Tiny/metadata.xml
deleted file mode 100644
index acba82a..0000000
--- a/perl-core/HTTP-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>[email protected]</email>
-    <name>Kent Fredric</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="cpan">HTTP-Tiny</remote-id>
-    <remote-id type="cpan-module">HTTP::Tiny</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to