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

[cleanup] dev-perl/Time-Format moved to main tree

---
 dev-perl/Time-Format/Time-Format-1.110.0.ebuild | 24 ---------------
 dev-perl/Time-Format/Time-Format-1.120.0.ebuild | 39 -------------------------
 dev-perl/Time-Format/metadata.xml               |  9 ------
 3 files changed, 72 deletions(-)

diff --git a/dev-perl/Time-Format/Time-Format-1.110.0.ebuild 
b/dev-perl/Time-Format/Time-Format-1.110.0.ebuild
deleted file mode 100644
index 9d2bc65..0000000
--- a/dev-perl/Time-Format/Time-Format-1.110.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=ROODE
-MODULE_VERSION="1.11"
-inherit perl-module
-
-DESCRIPTION="Easy-to-use date/time formatting"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-Time-Local
-            <dev-perl/DateManip-6.0.0
-"
-DEPEND="${RDEPEND}
-       virtual/perl-Module-Build"
-
-SRC_TEST=do

diff --git a/dev-perl/Time-Format/Time-Format-1.120.0.ebuild 
b/dev-perl/Time-Format/Time-Format-1.120.0.ebuild
deleted file mode 100644
index 8dbcde5..0000000
--- a/dev-perl/Time-Format/Time-Format-1.120.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ROODE
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION='Easy-to-use date/time formatting.'
-LICENSE="as-is" # TODO Update
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-gentoo_datemanip_fix() {
-       echo '<dev-perl/DateManip-6.0.0'
-}
-perl_meta_configure() {
-       # Module::Build 0.4 ( 0.400.0 )
-       echo \>=virtual/perl-Module-Build-0.400.0
-}
-perl_meta_build() {
-       # Test::Simple 0.40 ( 0.400.0 )
-       echo \>=virtual/perl-Test-Simple-0.400.0
-}
-perl_meta_runtime() {
-       # Time::Local 1.07 ( 1.70.0 )
-       echo \>=virtual/perl-Time-Local-1.07
-}
-DEPEND="
-       $(gentoo_datemanip_fix)
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(gentoo_datemanip_fix)
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Time-Format/metadata.xml 
b/dev-perl/Time-Format/metadata.xml
deleted file mode 100644
index d68274e..0000000
--- a/dev-perl/Time-Format/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">Time-Format</remote-id>
-                <remote-id type="cpan-module">Time::Format</remote-id>
-        </upstream>
-</pkgmetadata>

Reply via email to