From a57bd3752ac74f2d3e715579bcb436e3872c8b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Wed, 3 Nov 2021 21:50:13 +0100 Subject: [PATCH] dev-perl/Inline-C: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Inline-C/Inline-C-0.780.0.ebuild | 44 ----------------------- dev-perl/Inline-C/Manifest | 1 - 2 files changed, 45 deletions(-) delete mode 100644 dev-perl/Inline-C/Inline-C-0.780.0.ebuild diff --git a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild b/dev-perl/Inline-C/Inline-C-0.780.0.ebuild deleted file mode 100644 index 10c9ba9a01976..0000000000000 --- a/dev-perl/Inline-C/Inline-C-0.780.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=TINITA -DIST_VERSION=0.78 -DIST_EXAMPLES=("example/modules/*") -inherit perl-module - -DESCRIPTION="C Language Support for Inline" - -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~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.790.0 - >=dev-perl/Parse-RecDescent-1.967.9 - >=dev-perl/Pegex-0.580.0 - !