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 369431396D9 for ; Thu, 9 Nov 2017 06:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CC26E0C7C; Thu, 9 Nov 2017 06:43:20 +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 20380E0C7C for ; Thu, 9 Nov 2017 06:43:19 +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 713BB3402FE for ; Thu, 9 Nov 2017 06:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08F609683 for ; Thu, 9 Nov 2017 06:43:17 +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: <1510209768.a22d32ed44778bfa50d6055a1e2eb289a6f11495.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Identify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sub-Identify/Manifest dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild X-VCS-Directories: dev-perl/Sub-Identify/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a22d32ed44778bfa50d6055a1e2eb289a6f11495 X-VCS-Branch: master Date: Thu, 9 Nov 2017 06:43:17 +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: a43b7101-7bba-421c-b85b-e97677925c56 X-Archives-Hash: 0812bb90048af25aea8a87f562dacd66 commit: a22d32ed44778bfa50d6055a1e2eb289a6f11495 Author: Kent Fredric gentoo org> AuthorDate: Thu Nov 9 06:07:54 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Nov 9 06:42:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22d32ed dev-perl/Sub-Identify: Cleanup old re bug #614628 Closes: https://bugs.gentoo.org/614628 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Sub-Identify/Manifest | 1 - dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild | 30 ----------------------- 2 files changed, 31 deletions(-) diff --git a/dev-perl/Sub-Identify/Manifest b/dev-perl/Sub-Identify/Manifest index 73c9d60f14d..ef38eefc808 100644 --- a/dev-perl/Sub-Identify/Manifest +++ b/dev-perl/Sub-Identify/Manifest @@ -1,2 +1 @@ -DIST Sub-Identify-0.12.tar.gz 52414 SHA256 83bb785a66113b4a966db0a4186fd1dd07987acdacb4502b1e1558f817dde825 SHA512 47b89866ecdd2b7caaba4a440bd695ab42d92c56721bc43a7fc114c2870a5e536ed17e05eec4ac62525c9fad26e24c299aadc852fd15d58bd626dfdb6478e40f WHIRLPOOL 34d2cf519e5f07b522e303e49842b1b47b6edaacbfb43a1741bc3c5de48e15451c6a889eb44afdfb27ea3304f80c5aa1083dbe9a798e8e2e9ee06242d7b72649 DIST Sub-Identify-0.14.tar.gz 53135 SHA256 068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f SHA512 f69f542c84c5c3ca1f1c7f5f58fd2cf19279a65229f43117c31f24ab0e49d5f329bef2bc00f22252fd2e52b4e17f16b279dac438920668e046e59f2e22e52c14 WHIRLPOOL 2613bed961a705d33eaec1d107a60d0348ae25f271c79bd59e99081e713be9ad1c4a5c19f0d010dcf61f1b2618c82f0da55e1c7214f2345592de5e0d7feb98f8 diff --git a/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild b/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild deleted file mode 100644 index e0c1b49e749..00000000000 --- a/dev-perl/Sub-Identify/Sub-Identify-0.120.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=RGARCIA -DIST_VERSION=0.12 -inherit perl-module - -DESCRIPTION="Retrieve names of code references" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - virtual/perl-Exporter - virtual/perl-XSLoader -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-Scalar-List-Utils - virtual/perl-Test-Simple - ) -" -src_test() { - perl_rm_files "t/pod.t" - perl-module_src_test -}