summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-16 21:19:37 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-16 21:33:04 +0100
commitc9f987172dceffd7a195ac4a75e23eddafdf5d90 (patch)
treeaf17538b76e4924d9bb09563e44f15353ff2966c /dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
parentdev-perl/MogileFS-Network: EAPI=8 bump (diff)
downloadgentoo-c9f987172dceffd7a195ac4a75e23eddafdf5d90.tar.gz
gentoo-c9f987172dceffd7a195ac4a75e23eddafdf5d90.tar.bz2
gentoo-c9f987172dceffd7a195ac4a75e23eddafdf5d90.zip
dev-perl/Mojolicious: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild')
-rw-r--r--dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
deleted file mode 100644
index 6297c1fb6dba..000000000000
--- a/dev-perl/Mojolicious/Mojolicious-8.580.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SRI
-DIST_VERSION=8.58
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-LICENSE="Artistic-2"
-DESCRIPTION="Real-time web framework"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !minimal? (
- >=dev-perl/Cpanel-JSON-XS-4.90.0
- >=dev-perl/EV-4.0.0
- )
- >=virtual/perl-IO-Socket-IP-0.370.0
- >=virtual/perl-Scalar-List-Utils-1.410.0
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"
-PERL_RM_FILES=(
- t/pod.t
- t/pod_coverage.t
-)