summaryrefslogtreecommitdiff
path: root/dev-perl/AnyEvent
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-perl/AnyEvent
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-perl/AnyEvent')
-rw-r--r--dev-perl/AnyEvent/AnyEvent-7.170.0.ebuild73
-rw-r--r--dev-perl/AnyEvent/Manifest1
-rw-r--r--dev-perl/AnyEvent/metadata.xml54
3 files changed, 0 insertions, 128 deletions
diff --git a/dev-perl/AnyEvent/AnyEvent-7.170.0.ebuild b/dev-perl/AnyEvent/AnyEvent-7.170.0.ebuild
deleted file mode 100644
index 2035aff5c5f9..000000000000
--- a/dev-perl/AnyEvent/AnyEvent-7.170.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=MLEHMANN
-DIST_VERSION=7.17
-inherit perl-module optfeature virtualx
-
-DESCRIPTION="Provides a uniform interface to various event loops"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
-
-BDEPEND="
- >=virtual/perl-ExtUtils-MakeMaker-6.520.0
- dev-perl/Canary-Stability
-"
-PERL_RM_FILES=(
- # Requires AnyEvent::AIO form AnyEvent-AIO, not in ::gentoo
- t/12_io_ioaio.t
- # Requires Fltk from Fl, not in ::gentoo
- t/61_fltk_0{1_basic,2_signals,3_child,4_condvar,5_dns,7_io,9_multi}.t
- # Requires Cocoa::EventLoop, not in ::gentoo
- t/62_cocoa_0{1_basic,2_signals,3_child,4_condvar,5_dns,7_io,9_multi}.t
- # Requires IO::Async, not in ::gentoo
- t/66_ioasync_0{1_basic,2_signals,3_child,4_condvar,5_dns,7_io,9_multi}.t
- # Requires UV, not in ::gentoo
- t/70_uv_0{1_basic,2_signals,3_child,4_condvar,5_dns,7_io,9_multi}.t
-
-)
-
-pkg_postinst() {
- optfeature "improved event-loop performance" '>=dev-perl/EV-4.0.0'
- optfeature "improved performance of Guard objects" '>=dev-perl/Guard-1.20.0'
- optfeature "JSON relays over AnyEvent::Handle" '>=dev-perl/JSON-2.90.0' '>=dev-perl/JSON-XS-2.200.0'
- optfeature "SSL support for AnyEvent::Handle" '>=dev-perl/Net-SSLeay-1.330.0'
- # AnyEvent::AIO
- # Async::Interrupts
-}
-
-src_test() {
- # optional:
- # - install dev-perl/glib-perl for Glib for AnyEvent::Impl::Glib
- # - install dev-perl/Event for AnyEvent::Impl::Event
- # - install dev-perl/Tk for AnyEvent::Impl::Tk
- # - install dev-perl/POE for AnyEvent::Impl::POE
- # - install dev-perl/EV for AnyEvent::Impl::EV
- if ! has "network" ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}} ||
- ! has_version "dev-perl/glib-perl" ||
- ! has_version "dev-perl/Event" ||
- ! has_version "dev-perl/Tk" ||
- ! has_version "dev-perl/POE" ||
- ! has_version "dev-perl/EV"; then
- ewarn "This package needs network access and manually installed dependencies"
- ewarn "for comprehensive testing. For details, see:"
- ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
- fi
- ( # export leak guard
- export PERL_ANYEVENT_LOOP_TESTS=1
-
- if has "network" ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
- einfo "Network Tests Enabled"
- export PERL_ANYEVENT_NET_TESTS=1
- fi
- # This loop requires a display to even load the module
- if has_version dev-perl/Tk; then
- virtx perl-module_src_test
- else
- perl-module_src_test
- fi
- )
-}
diff --git a/dev-perl/AnyEvent/Manifest b/dev-perl/AnyEvent/Manifest
deleted file mode 100644
index 734063c714cc..000000000000
--- a/dev-perl/AnyEvent/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST AnyEvent-7.17.tar.gz 304845 BLAKE2B 162b02080f009595a48b4cb7d205763fa96e97af5f9efbb9f1611bcf365ce3d1ded57d6bb45bd433a11346b12cfabcd1f44dc944bf0c9c1f85abfab355d9a32c SHA512 c553cce80fa14e2f91031c569d1c30acf470871ddd1c122fa3dd36cd1ba5b7002e7ba1dea4c950d889c7c661b81042dd97975e195a5325190ad644babff81e0a
diff --git a/dev-perl/AnyEvent/metadata.xml b/dev-perl/AnyEvent/metadata.xml
deleted file mode 100644
index 0f0b2d4de836..000000000000
--- a/dev-perl/AnyEvent/metadata.xml
+++ /dev/null
@@ -1,54 +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">AnyEvent</remote-id>
- <remote-id type="cpan-module">AE</remote-id>
- <remote-id type="cpan-module">AE::Log::COLLECT</remote-id>
- <remote-id type="cpan-module">AE::Log::FILTER</remote-id>
- <remote-id type="cpan-module">AE::Log::LOG</remote-id>
- <remote-id type="cpan-module">AnyEvent</remote-id>
- <remote-id type="cpan-module">AnyEvent::Base</remote-id>
- <remote-id type="cpan-module">AnyEvent::CondVar</remote-id>
- <remote-id type="cpan-module">AnyEvent::CondVar::Base</remote-id>
- <remote-id type="cpan-module">AnyEvent::DNS</remote-id>
- <remote-id type="cpan-module">AnyEvent::Debug</remote-id>
- <remote-id type="cpan-module">AnyEvent::Debug::Backtrace</remote-id>
- <remote-id type="cpan-module">AnyEvent::Debug::Wrap</remote-id>
- <remote-id type="cpan-module">AnyEvent::Debug::Wrapped</remote-id>
- <remote-id type="cpan-module">AnyEvent::Debug::shell</remote-id>
- <remote-id type="cpan-module">AnyEvent::Handle</remote-id>
- <remote-id type="cpan-module">AnyEvent::IO</remote-id>
- <remote-id type="cpan-module">AnyEvent::IO::IOAIO</remote-id>
- <remote-id type="cpan-module">AnyEvent::IO::Perl</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::Cocoa</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::EV</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::Event</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::EventLib</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::FLTK</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::Glib</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::IOAsync</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::Irssi</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::POE</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::Perl</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::Qt</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::Qt::Io</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::Qt::Timer</remote-id>
- <remote-id type="cpan-module">AnyEvent::Impl::Tk</remote-id>
- <remote-id type="cpan-module">AnyEvent::Log</remote-id>
- <remote-id type="cpan-module">AnyEvent::Log::COLLECT</remote-id>
- <remote-id type="cpan-module">AnyEvent::Log::Ctx</remote-id>
- <remote-id type="cpan-module">AnyEvent::Log::FILTER</remote-id>
- <remote-id type="cpan-module">AnyEvent::Log::LOG</remote-id>
- <remote-id type="cpan-module">AnyEvent::Loop</remote-id>
- <remote-id type="cpan-module">AnyEvent::Socket</remote-id>
- <remote-id type="cpan-module">AnyEvent::Strict</remote-id>
- <remote-id type="cpan-module">AnyEvent::TLS</remote-id>
- <remote-id type="cpan-module">AnyEvent::Util</remote-id>
- <remote-id type="cpan-module">DB</remote-id>
- </upstream>
-</pkgmetadata>