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 D83DC138350 for ; Sat, 11 Apr 2020 14:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 781ECE0964; Sat, 11 Apr 2020 14:07:15 +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 5A7EBE0956 for ; Sat, 11 Apr 2020 14:07:15 +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 7BBFC34F049 for ; Sat, 11 Apr 2020 14:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F24991DC for ; Sat, 11 Apr 2020 14:07:11 +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: <1586614003.2b9080ee1a3164ddb1002c32eebe5c23633a8029.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/autobox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/autobox/Manifest dev-perl/autobox/autobox-2.860.0.ebuild X-VCS-Directories: dev-perl/autobox/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2b9080ee1a3164ddb1002c32eebe5c23633a8029 X-VCS-Branch: master Date: Sat, 11 Apr 2020 14:07:11 +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: fa2975b8-15e9-40ef-9dbd-49b2d0472bba X-Archives-Hash: 8a56a39394820cb86f4d550e5e004de1 commit: 2b9080ee1a3164ddb1002c32eebe5c23633a8029 Author: Kent Fredric gentoo org> AuthorDate: Sat Apr 11 14:04:14 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Apr 11 14:06:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9080ee dev-perl/autobox: Remove old 2.860.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/autobox/Manifest | 1 - dev-perl/autobox/autobox-2.860.0.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-perl/autobox/Manifest b/dev-perl/autobox/Manifest index fa65a8b361a..b7313e295f2 100644 --- a/dev-perl/autobox/Manifest +++ b/dev-perl/autobox/Manifest @@ -1,2 +1 @@ -DIST autobox-2.86.tar.gz 85350 BLAKE2B fd4ef4a26efbec7542c4aa962787b032889603c789b1e892b00fa597efa8b74db6ce546710fbf02b5a497ba16c4aeb0f377b1d7baa5f2fa74b22a71f257d34b0 SHA512 ab4d41cfddb10a03e6bdb47a81cbf2a41f5c2f518dd674e9af17a3127589d8b4d84d50f4293291517fb24b9c1b022dfcecafd7acf5d0d1e693528353ccc9c186 DIST autobox-v3.0.1.tar.gz 87047 BLAKE2B d83aff0e68eae40297081d6213290e80b62f2a318627d2490b0cb6e66e94c7efbcc7b984211474393926d8f281f1afc838f605489175a5ccd4ab6432735d165c SHA512 401d5e87e15cf26362a88e5d23d8c9e842b951c03ac7010da2317af5ea897fa1fe2e4862cc5c691f25851fd5ba5398935c27f6d9f87fbc2fe52bb68a25d3d3a0 diff --git a/dev-perl/autobox/autobox-2.860.0.ebuild b/dev-perl/autobox/autobox-2.860.0.ebuild deleted file mode 100644 index 08e04e13e24..00000000000 --- a/dev-perl/autobox/autobox-2.860.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=CHOCOLATE -DIST_VERSION=2.86 -inherit perl-module - -DESCRIPTION="Call methods on native types" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-perl/Scope-Guard-0.210.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=dev-perl/IPC-System-Simple-1.250.0 - ) -" -PERL_RM_FILES=( "t/pod.t" )