summaryrefslogtreecommitdiff
path: root/dev-perl/Getopt-GUI-Long
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/Getopt-GUI-Long
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Getopt-GUI-Long')
-rw-r--r--dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild39
-rw-r--r--dev-perl/Getopt-GUI-Long/Manifest3
-rw-r--r--dev-perl/Getopt-GUI-Long/metadata.xml16
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild
deleted file mode 100644
index 1a39061a421e..000000000000
--- a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=HARDAKER
-DIST_VERSION=0.93
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Auto-GUI extending Getopt::Long"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Temp
- virtual/perl-Getopt-Long"
-
-src_test() {
- local MODULES=(
- "Getopt::GUI::Long ${DIST_VERSION}"
- )
- local failed=()
- for dep in "${MODULES[@]}"; do
- ebegin "Compile testing ${dep}"
- perl -Mblib="${S}" -M"${dep} ()" -e1
- eend $? || failed+=( "$dep" )
- done
- if [[ ${failed[@]} ]]; then
- echo
- eerror "One or more modules failed compile:";
- for dep in "${failed[@]}"; do
- eerror " ${dep}"
- done
- die "Failing due to module compilation errors";
- fi
- perl-module_src_test
-}
diff --git a/dev-perl/Getopt-GUI-Long/Manifest b/dev-perl/Getopt-GUI-Long/Manifest
deleted file mode 100644
index 1b6f29a78506..000000000000
--- a/dev-perl/Getopt-GUI-Long/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Getopt-GUI-Long-0.93.tar.gz 14086 BLAKE2B 88e0d7cb4f81fa47fe396883fe47bdf157e41000e414dc21093a4b15b143af1d8cc1a67f6f1dcefd679074d88fcb8b783023e352ec7ef3f10f82da3e1b505f49 SHA512 ae0880eb339ce607abe2ca16ccc5176c844531ef6dd0b09afe91f2e3501c73f4383e8f90136e46748b6c93fdd65b7c4936addf496261a2a25c0011cc555961f5
-EBUILD Getopt-GUI-Long-0.930.0-r2.ebuild 812 BLAKE2B ef5828ab4c04f6ad2dadfdb147d555171f77f3e247485709a29339bee24bf2599c70da9b81238794ecb91427b35f4e9f1f798ca588bf5f55b118a5168796ef92 SHA512 9f91ed55937f78d4c9abfec0c561fb2395016d94ac1602d24c77e31cb502409ef511de74be7fb232b18a71c95b18de9916e87575cc7eec330a499015dfb1118a
-MISC metadata.xml 483 BLAKE2B 145c8a6f109027736a498ebb9c8f3ebe949eeb4bdd0f395d2608f2f204a889e1a086fe761d7e5e4f8845d4bedf9c4bb17b45ba2cc385e313bd67eb120e86f39b SHA512 c3445d5e9eb0ea0898b2c92206433b260da535b33055bd36e1d7e4635b80baca8b34488d18d7801174ce22fb314584401a710f05e30f53672ca249cf2acecb10
diff --git a/dev-perl/Getopt-GUI-Long/metadata.xml b/dev-perl/Getopt-GUI-Long/metadata.xml
deleted file mode 100644
index 3f57b241e64a..000000000000
--- a/dev-perl/Getopt-GUI-Long/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>xmw@gentoo.org</email>
- <name>Michael Weber</name>
-</maintainer>
-<maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
-</maintainer>
-<upstream>
- <remote-id type="cpan">Getopt-GUI-Long</remote-id>
- <remote-id type="cpan-module">Getopt::GUI::Long</remote-id>
-</upstream>
-</pkgmetadata>