summaryrefslogtreecommitdiff
path: root/dev-perl/Olson-Abbreviations
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Olson-Abbreviations
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Olson-Abbreviations')
-rw-r--r--dev-perl/Olson-Abbreviations/Manifest3
-rw-r--r--dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild33
-rw-r--r--dev-perl/Olson-Abbreviations/metadata.xml12
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-perl/Olson-Abbreviations/Manifest b/dev-perl/Olson-Abbreviations/Manifest
deleted file mode 100644
index ad265fca573f..000000000000
--- a/dev-perl/Olson-Abbreviations/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Olson-Abbreviations-0.04.tar.gz 30578 BLAKE2B 4c510d8af0c2a394f2d3297cf2f3e03f1860f948fe42407bf6fd5ad2ca302376b4daa81b56da4ce031a768830076296b01370943aee02535703dd5672f47be86 SHA512 75f712bd10a41eb5d6bb4f4a8894d6e9f87f9a6a056160d0346b5395bb3a25f03718d5b3a9f6bb25c8a5a8fd4c72456f9a3870e449e3bb0c078bcd6df3340576
-EBUILD Olson-Abbreviations-0.40.0.ebuild 715 BLAKE2B b4400729d25de356e915b13acffce990b4b563d6a928fdd6c875af96df24dea872c5cdcf540d5c7892d225072fedf001737058721bab52d7040f82ed99cfeede SHA512 13659b159937ebe071c0d2596c2e01eebc74a3854df13745278efc6f9ed75e84ef05603d7630e30dcf9d2343a09f2e356872426a0763fbccd72b6833642a0a49
-MISC metadata.xml 410 BLAKE2B d1d1f74a61698320f79343e613add23fd1196ddeea7841287338dd01fc53a5e78847c5e060a532828fd2199b498b534b1b6dd01eb0cfdde772c32978d3df6f9d SHA512 7d84658858281de41ee0ae315f8a9322ab4133ef195114f0d347dcdf64dd58cb96e7f54955e834e5a56010f300732d8e681cb9fc51e69e316c75f266f81e469a
diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
deleted file mode 100644
index 9e105b1ad07d..000000000000
--- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ECARROLL
-DIST_VERSION=0.04
-inherit perl-module
-
-DESCRIPTION="Globally unique timezones abbreviation handling"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Moose
- >=dev-perl/MooseX-ClassAttribute-0.250.0
- dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/List-MoreUtils
- virtual/perl-Test-Simple
- )
-"
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
- use test && perl_rm_files t/pod.t t/pod-coverage.t
-}
diff --git a/dev-perl/Olson-Abbreviations/metadata.xml b/dev-perl/Olson-Abbreviations/metadata.xml
deleted file mode 100644
index da11fe68d190..000000000000
--- a/dev-perl/Olson-Abbreviations/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Olson-Abbreviations</remote-id>
- <remote-id type="cpan-module">Olson::Abbreviations</remote-id>
- </upstream>
-</pkgmetadata>