From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20A111396D0 for ; Mon, 18 Sep 2017 02:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B99F1FC099; Mon, 18 Sep 2017 02:13:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 273741FC099 for ; Mon, 18 Sep 2017 02:13:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3F9C33FE49 for ; Mon, 18 Sep 2017 02:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A099080 for ; Mon, 18 Sep 2017 02:13:09 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1505700728.4fd6567d845ea3c22cf9c81accbeb0bb3a85cbdf.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Inline-C/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Inline-C/Inline-C-0.760.0.ebuild dev-perl/Inline-C/Manifest X-VCS-Directories: dev-perl/Inline-C/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4fd6567d845ea3c22cf9c81accbeb0bb3a85cbdf X-VCS-Branch: master Date: Mon, 18 Sep 2017 02:13:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d841b2ed-cf7b-4e0c-a326-ad2a054ccf08 X-Archives-Hash: 007ac3c10d08d82814e9f9f5f28d7d82 commit: 4fd6567d845ea3c22cf9c81accbeb0bb3a85cbdf Author: Kent Fredric gentoo org> AuthorDate: Mon Sep 18 02:10:38 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Sep 18 02:12:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd6567d dev-perl/Inline-C: Cleanup old re bug #617002 Closes: https://bugs.gentoo.org/617002 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-perl/Inline-C/Inline-C-0.760.0.ebuild | 38 ------------------------------- dev-perl/Inline-C/Manifest | 1 - 2 files changed, 39 deletions(-) diff --git a/dev-perl/Inline-C/Inline-C-0.760.0.ebuild b/dev-perl/Inline-C/Inline-C-0.760.0.ebuild deleted file mode 100644 index 5ba99ce7d5e..00000000000 --- a/dev-perl/Inline-C/Inline-C-0.760.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=INGY -DIST_VERSION=0.76 -inherit perl-module - -DESCRIPTION="C Language Support for Inline" - -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~sparc x86" -IUSE="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 - !