diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-08 21:01:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-08 21:32:58 +0200 |
commit | 7fff08943785e7bf1b9f3d2b78e9774307a87a1b (patch) | |
tree | a33569ab745d46dca261fb345970c4995885fa6f /dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild | |
parent | dev-perl/MogileFS-Utils: Remove old (diff) | |
download | gentoo-7fff08943785e7bf1b9f3d2b78e9774307a87a1b.tar.gz gentoo-7fff08943785e7bf1b9f3d2b78e9774307a87a1b.tar.bz2 gentoo-7fff08943785e7bf1b9f3d2b78e9774307a87a1b.zip |
dev-perl/Mojolicious: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild')
-rw-r--r-- | dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild deleted file mode 100644 index 6032506e0d9f..000000000000 --- a/dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=SRI -DIST_VERSION=8.40 -DIST_EXAMPLES=("examples/*") -inherit perl-module - -DESCRIPTION="Real-time web framework" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="test minimal" -RESTRICT="!test? ( test )" - -RDEPEND=" - !minimal? ( - >=dev-perl/EV-4.0.0 - ) - >=virtual/perl-IO-Socket-IP-0.370.0 - >=virtual/perl-JSON-PP-2.271.30 - >=virtual/perl-Scalar-List-Utils-1.410.0 - >=virtual/perl-Time-Local-1.200.0 -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Test-Simple - ) -" -PERL_RM_FILES=( - t/pod.t - t/pod_coverage.t -) |