summaryrefslogtreecommitdiff
path: root/dev-perl/Getopt-GUI-Long
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-perl/Getopt-GUI-Long
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-perl/Getopt-GUI-Long')
-rw-r--r--dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild40
-rw-r--r--dev-perl/Getopt-GUI-Long/Manifest1
-rw-r--r--dev-perl/Getopt-GUI-Long/metadata.xml12
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild
deleted file mode 100644
index e0a59e3b4c44..000000000000
--- a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-
-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 a70fdd36b4e0..000000000000
--- a/dev-perl/Getopt-GUI-Long/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Getopt-GUI-Long-0.93.tar.gz 14086 BLAKE2B 88e0d7cb4f81fa47fe396883fe47bdf157e41000e414dc21093a4b15b143af1d8cc1a67f6f1dcefd679074d88fcb8b783023e352ec7ef3f10f82da3e1b505f49 SHA512 ae0880eb339ce607abe2ca16ccc5176c844531ef6dd0b09afe91f2e3501c73f4383e8f90136e46748b6c93fdd65b7c4936addf496261a2a25c0011cc555961f5
diff --git a/dev-perl/Getopt-GUI-Long/metadata.xml b/dev-perl/Getopt-GUI-Long/metadata.xml
deleted file mode 100644
index 3cc1c6cebd19..000000000000
--- a/dev-perl/Getopt-GUI-Long/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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">Getopt-GUI-Long</remote-id>
- <remote-id type="cpan-module">Getopt::GUI::Long</remote-id>
-</upstream>
-</pkgmetadata>