Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Locale-Codes/
Date: Tue, 25 Aug 2020 22:49:24
Message-Id: 1598395711.561e04aa662811b00596aab19f7c1260af975d3b.kentnl@gentoo
1 commit: 561e04aa662811b00596aab19f7c1260af975d3b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 22:14:45 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 22:48:31 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=561e04aa
7
8 dev-perl/Locale-Codes: Remove, gone to ::gentoo
9
10 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
11
12 dev-perl/Locale-Codes/Locale-Codes-3.250.0.ebuild | 40 -----------------------
13 dev-perl/Locale-Codes/metadata.xml | 28 ----------------
14 2 files changed, 68 deletions(-)
15
16 diff --git a/dev-perl/Locale-Codes/Locale-Codes-3.250.0.ebuild b/dev-perl/Locale-Codes/Locale-Codes-3.250.0.ebuild
17 deleted file mode 100644
18 index 2cbd5a38d..000000000
19 --- a/dev-perl/Locale-Codes/Locale-Codes-3.250.0.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -MODULE_AUTHOR=SBECK
27 -MODULE_VERSION=3.25
28 -inherit perl-module
29 -
30 -DESCRIPTION='a distribution of modules to handle locale codes'
31 -LICENSE=" || ( Artistic GPL-2 )"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -perl_meta_configure() {
36 - # Module::Build 0.39 ( 0.390.0 )
37 - echo \>=dev-perl/Module-Build-0.390.0
38 -}
39 -perl_meta_build() {
40 - # Storable
41 - echo virtual/perl-Storable
42 - # Test::More
43 - echo virtual/perl-Test-Simple
44 -}
45 -perl_meta_runtime() {
46 - # Carp
47 - echo dev-lang/perl
48 - # perl 5.002 ( 5.2.0 )
49 - echo \>=dev-lang/perl-5.2.0
50 - # utf8
51 - echo dev-lang/perl
52 -}
53 -DEPEND="
54 - $(perl_meta_configure)
55 - $(perl_meta_build)
56 - $(perl_meta_runtime)
57 -"
58 -RDEPEND="
59 - $(perl_meta_runtime)
60 -"
61 -SRC_TEST="do"
62
63 diff --git a/dev-perl/Locale-Codes/metadata.xml b/dev-perl/Locale-Codes/metadata.xml
64 deleted file mode 100644
65 index bf13d5e27..000000000
66 --- a/dev-perl/Locale-Codes/metadata.xml
67 +++ /dev/null
68 @@ -1,28 +0,0 @@
69 -<?xml version="1.0" encoding="UTF-8"?>
70 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 -<pkgmetadata>
72 - <maintainer type="project">
73 - <email>perl@g.o</email>
74 - <name>Gentoo Perl Project</name>
75 - </maintainer>
76 - <maintainer type="person">
77 - <email>mb@×××××××.net</email>
78 - <name>Michele Beltrame</name>
79 - </maintainer>
80 - <upstream>
81 - <remote-id type="cpan">Locale-Codes</remote-id>
82 - <remote-id type="cpan-module">Locale::Codes</remote-id>
83 - <remote-id type="cpan-module">Locale::Codes::Constants</remote-id>
84 - <remote-id type="cpan-module">Locale::Codes::Country</remote-id>
85 - <remote-id type="cpan-module">Locale::Codes::Currency</remote-id>
86 - <remote-id type="cpan-module">Locale::Codes::LangExt</remote-id>
87 - <remote-id type="cpan-module">Locale::Codes::LangFam</remote-id>
88 - <remote-id type="cpan-module">Locale::Codes::LangVar</remote-id>
89 - <remote-id type="cpan-module">Locale::Codes::Language</remote-id>
90 - <remote-id type="cpan-module">Locale::Codes::Script</remote-id>
91 - <remote-id type="cpan-module">Locale::Country</remote-id>
92 - <remote-id type="cpan-module">Locale::Currency</remote-id>
93 - <remote-id type="cpan-module">Locale::Language</remote-id>
94 - <remote-id type="cpan-module">Locale::Script</remote-id>
95 - </upstream>
96 -</pkgmetadata>