summaryrefslogtreecommitdiff
path: root/dev-perl/String-Formatter
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/String-Formatter
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/String-Formatter')
-rw-r--r--dev-perl/String-Formatter/Manifest3
-rw-r--r--dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild29
-rw-r--r--dev-perl/String-Formatter/metadata.xml13
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-perl/String-Formatter/Manifest b/dev-perl/String-Formatter/Manifest
deleted file mode 100644
index 1001bd459a71..000000000000
--- a/dev-perl/String-Formatter/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST String-Formatter-0.102084.tar.gz 20981 BLAKE2B 960a9ee9ef5ac6d378406697d16ab44c891d959d6f6aa888b8b0950b178d9167b8882d372fd86271a69f51a85a243b8ab491d8b21f3cfdb4ad47d7577aef282c SHA512 d9e72e01b78d9b571cde6cb0107e334e41739b07006e224016cff5de4648b9f924003446de75ddfd911bfc25b3046554cde09502344dce53a8fed2ecfd7994dc
-EBUILD String-Formatter-0.102.84.ebuild 531 BLAKE2B 2c64570a4c10d8dad2bdf96d9dc5d165382aeb71c0e81b76dd72e28cc1f1ef079273f86650c3d0f36585cbe4fe46319fe8ac58cb574c305986654e9ac3da59d9 SHA512 642fcbcd6c95636bd4ec85a4578ea19be5f1b5c28dcce471c99ca228b8b7cfbc96af10c1869ce1f69661b77d1e61bbf713fbf145bc27ef9782d3479e29c50c7b
-MISC metadata.xml 478 BLAKE2B f8db7886132b9da674e0c2c7e6a1d253bbe0189e9d204f6ff549a4eea1d6370391b1392c720261bd124190fe2c5c50988d9b9b8cfce79a28edfba2ef141889e1 SHA512 78759d4e1dfae4b9452edf7746a312d481dd3b3ab5b8af85ff7054cab84dd7564c7862729f9b6d780d2462c7a649a0c9e4d34d261cb3e9a21b3d24e97dc8534c
diff --git a/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild b/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
deleted file mode 100644
index 95ae12e03f97..000000000000
--- a/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJBS
-DIST_VERSION=0.102084
-inherit perl-module
-
-DESCRIPTION="build sprintf-like functions of your own"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Params-Util
- dev-perl/Sub-Exporter
-"
-DEPEND="
- ${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.300.0
- test? (
- >=virtual/perl-Test-Simple-0.960.0
- )
-"
-PERL_RM_FILES=(
- "bench.pl" # https://github.com/rjbs/String-Formatter/issues/2
-)
diff --git a/dev-perl/String-Formatter/metadata.xml b/dev-perl/String-Formatter/metadata.xml
deleted file mode 100644
index 6e8fe4126a99..000000000000
--- a/dev-perl/String-Formatter/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>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">String-Formatter</remote-id>
- <remote-id type="cpan-module">String::Formatter</remote-id>
- <remote-id type="cpan-module">String::Formatter::Cookbook</remote-id>
- </upstream>
-</pkgmetadata>