commit:     9c36e77c324401e54923291800228a5cebf61a24
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 16:32:11 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 16:38:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c36e77c

dev-perl/Coro: Cleanup old 6.514.0{,-r1}

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Coro/Coro-6.514.0-r1.ebuild | 44 ------------------------------------
 dev-perl/Coro/Coro-6.514.0.ebuild    | 38 -------------------------------
 dev-perl/Coro/Manifest               |  1 -
 3 files changed, 83 deletions(-)

diff --git a/dev-perl/Coro/Coro-6.514.0-r1.ebuild 
b/dev-perl/Coro/Coro-6.514.0-r1.ebuild
deleted file mode 100644
index 83c430d2bd9..00000000000
--- a/dev-perl/Coro/Coro-6.514.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=MLEHMANN
-DIST_VERSION=6.514
-DIST_EXAMPLES=( "eg/*" )
-inherit perl-module
-
-DESCRIPTION="The only real threads in perl"
-LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+ || ( BSD-2 GPL-2+ )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ev event"
-
-RDEPEND="
-       >=dev-perl/AnyEvent-5
-       ev? ( >=dev-perl/EV-4.0.0 )
-       event? ( >=dev-perl/Event-0.890.0 )
-       >=dev-perl/Guard-0.500.0
-       virtual/perl-Scalar-List-Utils
-       >=virtual/perl-Storable-2.150.0
-       dev-perl/common-sense
-"
-DEPEND="${RDEPEND}
-       dev-perl/Canary-Stability
-       >=virtual/perl-ExtUtils-MakeMaker-6.520.0
-"
-PATCHES=(
-       "${FILESDIR}/${PV}-ev-config.patch"
-)
-src_configure() {
-       local myopts=()
-       use ev && myopts+=("EV")
-       use event && myopts+=( "Event" )
-       GENTOO_OPTS="${myopts[@]}" perl-module_src_configure
-}
-src_compile() {
-       mymake=(
-               "OPTIMIZE=${CFLAGS}"
-       )
-       perl-module_src_compile
-}

diff --git a/dev-perl/Coro/Coro-6.514.0.ebuild 
b/dev-perl/Coro/Coro-6.514.0.ebuild
deleted file mode 100644
index 5cbecd4664f..00000000000
--- a/dev-perl/Coro/Coro-6.514.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MLEHMANN
-DIST_VERSION=6.514
-DIST_EXAMPLES=( "eg/*" )
-inherit perl-module
-
-DESCRIPTION="The only real threads in perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ev event"
-
-RDEPEND="
-       >=dev-perl/AnyEvent-5
-       ev? ( >=dev-perl/EV-4.0.0 )
-       event? ( >=dev-perl/Event-0.890.0 )
-       >=dev-perl/Guard-0.500.0
-       virtual/perl-Scalar-List-Utils
-       >=virtual/perl-Storable-2.150.0
-       dev-perl/common-sense
-"
-DEPEND="${RDEPEND}
-       dev-perl/Canary-Stability
-       >=virtual/perl-ExtUtils-MakeMaker-6.520.0
-"
-PATCHES=(
-       "${FILESDIR}/${PV}-ev-config.patch"
-)
-src_configure() {
-       local myopts=()
-       use ev && myopts+=("EV")
-       use event && myopts+=( "Event" )
-       GENTOO_OPTS="${myopts[@]}" perl-module_src_configure
-}

diff --git a/dev-perl/Coro/Manifest b/dev-perl/Coro/Manifest
index c245de2d104..9ddbc008a92 100644
--- a/dev-perl/Coro/Manifest
+++ b/dev-perl/Coro/Manifest
@@ -1,2 +1 @@
-DIST Coro-6.514.tar.gz 195122 BLAKE2B 
d512a990f54e22af20ea91165817d00bab20dcbe0e9111988f704799556cf246f96a40a8b59b56977edefbabf8830453662001ceb35eb4d0f1761ce7c3da3fb7
 SHA512 
340eea9bc2a33c40813f4852d3a12ff947426fd329a4867a36262a9ece936c9e43d36ba5e4355d1f8f91cb40690de3bb1637ab0b0651518c22fb17a34ee90b37
 DIST Coro-6.55.tar.gz 195586 BLAKE2B 
b2f6f47f91fcb4af584896cd91c2631d5622556d63206eb1e7a5796cc3b7d0498d40021f06a8367402a34b0771b7ccc80776598a61811cc67d828828bb8a5f4a
 SHA512 
47f22033e52d1734755d7f68175b86784c688a8b8e87d0ce0295e7fe9df9134d5ac9fce8915e8ea1d9355a6d1f3642c44c3c4d745e1e6afb0a9e61c15b47d41e

Reply via email to