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 4D749138334 for ; Sun, 7 Apr 2019 18:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59169E086A; Sun, 7 Apr 2019 18:57:00 +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 1DE2DE086A for ; Sun, 7 Apr 2019 18:57:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 75475335CF2 for ; Sun, 7 Apr 2019 18:56:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7AEC326 for ; Sun, 7 Apr 2019 18:56:56 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1554663401.194f649158d03731bdc7d0f67d9a9d6e65fd87c0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-GlobalDestruction/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild dev-perl/Devel-GlobalDestruction/Manifest X-VCS-Directories: dev-perl/Devel-GlobalDestruction/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 194f649158d03731bdc7d0f67d9a9d6e65fd87c0 X-VCS-Branch: master Date: Sun, 7 Apr 2019 18:56:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7698664b-e5aa-48d4-aa95-9069ffebc2f3 X-Archives-Hash: b465e454a98dafe15293fe0d12825d3d commit: 194f649158d03731bdc7d0f67d9a9d6e65fd87c0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Apr 7 18:56:41 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Apr 7 18:56:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194f6491 dev-perl/Devel-GlobalDestruction: Remove old Closes: https://bugs.gentoo.org/661208 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel gentoo.org> .../Devel-GlobalDestruction-0.120.0.ebuild | 22 -------------------- .../Devel-GlobalDestruction-0.130.0.ebuild | 24 ---------------------- dev-perl/Devel-GlobalDestruction/Manifest | 1 - 3 files changed, 47 deletions(-) diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild deleted file mode 100644 index 216bdd98f06..00000000000 --- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=HAARG -MODULE_VERSION=0.12 -inherit perl-module - -DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' - -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~x86-solaris" -IUSE="" - -RDEPEND=">=dev-perl/Sub-Exporter-Progressive-0.1.11" -DEPEND=" - >=virtual/perl-ExtUtils-CBuilder-0.27.0 - ${RDEPEND} -" - -SRC_TEST="do parallel" diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild deleted file mode 100644 index 15ca33ff162..00000000000 --- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=HAARG -MODULE_VERSION=0.12 -inherit perl-module - -DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' - -SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris" -IUSE="" - -RDEPEND=" - >=dev-perl/Sub-Exporter-Progressive-0.1.11 -" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-CBuilder-0.270.0 - virtual/perl-ExtUtils-MakeMaker -" - -SRC_TEST="do parallel" diff --git a/dev-perl/Devel-GlobalDestruction/Manifest b/dev-perl/Devel-GlobalDestruction/Manifest index 6a281e41828..702e7263d19 100644 --- a/dev-perl/Devel-GlobalDestruction/Manifest +++ b/dev-perl/Devel-GlobalDestruction/Manifest @@ -1,2 +1 @@ -DIST Devel-GlobalDestruction-0.12.tar.gz 7803 BLAKE2B f8717c72ae9ec5e1bf43ca02903ad65030c3577ddce35c36030a420625c8180ebf15b2d986337007802ad946f65ed9f45e715a3f8fb74ed723797934bac3e38a SHA512 f1e259003aad8b654a7d1922cae7c3603527a6d674222069c1b8e9c7bd831549d8477acf7cc61d550991fd479e1cd5e092ea2e8e6f5b42066f5033c143ee7aa4 DIST Devel-GlobalDestruction-0.14.tar.gz 10041 BLAKE2B e803218cba1e95f459934907d27983c42e5657e95d75877482c6a9b5a654e5df563f32fba68de745f92d99772b6387e026af847c421a0b991970277bf51c71e7 SHA512 75c346feae98897fb202dea0295f0225bf3cac59f21915da5dd1cdcf845052f4f8bcd0362d357020fb0facb6358175112b3685860ca1c1f173421c7c6a54f45d