From a4eda25bf0f72d757244b128657832bc4da28375 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Mar 2024 18:47:53 +0000 Subject: gentoo auto-resync : 15:03:2024 - 18:47:52 --- dev-perl/Inline-C/Inline-C-0.810.0.ebuild | 45 ------------------------------- dev-perl/Inline-C/Manifest | 2 -- 2 files changed, 47 deletions(-) delete mode 100644 dev-perl/Inline-C/Inline-C-0.810.0.ebuild (limited to 'dev-perl/Inline-C') diff --git a/dev-perl/Inline-C/Inline-C-0.810.0.ebuild b/dev-perl/Inline-C/Inline-C-0.810.0.ebuild deleted file mode 100644 index 91621daf27ef..000000000000 --- a/dev-perl/Inline-C/Inline-C-0.810.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=TINITA -DIST_VERSION=0.81 -DIST_EXAMPLES=("example/modules/*") -inherit perl-module - -DESCRIPTION="C Language Support for Inline" - -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DIST_TEST="do" # parallelism thwarted by race conditions - -RDEPEND=" - >=virtual/perl-ExtUtils-MakeMaker-7 - >=virtual/perl-File-Spec-0.800.0 - >=dev-perl/Inline-0.830.0 - >=dev-perl/Parse-RecDescent-1.967.9 - >=dev-perl/Pegex-0.660.0 - !