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 AE593138D57 for ; Mon, 24 Oct 2016 21:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2378CE08E9; Mon, 24 Oct 2016 21:43:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 098AAE08E9 for ; Mon, 24 Oct 2016 21:43:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23490341616 for ; Mon, 24 Oct 2016 21:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9429B24A0 for ; Mon, 24 Oct 2016 21:43:34 +0000 (UTC) From: "Andreas 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 Hüttel" Message-ID: <1477345409.1b6cc68f601653614a1d0a7547d425ff295c5f65.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-isa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/UNIVERSAL-isa/Manifest dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260-r1.ebuild X-VCS-Directories: dev-perl/UNIVERSAL-isa/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 1b6cc68f601653614a1d0a7547d425ff295c5f65 X-VCS-Branch: master Date: Mon, 24 Oct 2016 21:43:34 +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: c0efb873-3af6-4b37-9962-858052595fd1 X-Archives-Hash: 40201505a600e5ff4edf6d34dae5cf4c commit: 1b6cc68f601653614a1d0a7547d425ff295c5f65 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Oct 24 21:43:14 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Oct 24 21:43:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6cc68f dev-perl/UNIVERSAL-isa: Remove old Package-Manager: portage-2.3.2 dev-perl/UNIVERSAL-isa/Manifest | 1 - .../UNIVERSAL-isa-1.201.207.260-r1.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-perl/UNIVERSAL-isa/Manifest b/dev-perl/UNIVERSAL-isa/Manifest index 07219e1..7ec66c0 100644 --- a/dev-perl/UNIVERSAL-isa/Manifest +++ b/dev-perl/UNIVERSAL-isa/Manifest @@ -1,2 +1 @@ -DIST UNIVERSAL-isa-1.20120726.tar.gz 12371 SHA256 c1b0ef6909c92dd5a0727e932b48c7f3ec7cbd73695ac527280b2174754a54e1 SHA512 f611e8b4b64969dae861ca8488f9a6ffc9871fa1565e994d6245e2c1af3a53a3bf18d60614b8859a2fb2276ef46c5af78a3c304d0d58128a792ac4c95cb96c03 WHIRLPOOL 0d2d7a65688df92bb1084a9571bd2602e145e76c02a0eb70cc5de3591f17fc84c4154c6dfd4083693613383ccd640cd8c4242a70087d3204c967d40bec3cd645 DIST UNIVERSAL-isa-1.20150614.tar.gz 27124 SHA256 6ebf0376b9e8970087330000114d80a57f7520cea193f4f3440385d888ed2fd4 SHA512 f35ac6dd8762702f47ff7df5276ffd8a1ccfeeb531751cd41fc08f374c6309f76ea0cf1e57e1386b39ae46003464ac1f819f987777708d191eee171474122362 WHIRLPOOL a2b8c808706fb85d67fa43ffea93d449ea6646f69f2a98bdd9b69e6828797239730203c70ab8d3537795bed6ea9a74fb40fb385de8c12a68ecf115e9a3b79e8c diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260-r1.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260-r1.ebuild deleted file mode 100644 index 56578f8..00000000 --- a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.207.260-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=CHROMATIC -MODULE_VERSION=1.20120726 -inherit perl-module - -DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function" - -SLOT="0" -KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix" -IUSE="" - -RDEPEND="virtual/perl-Scalar-List-Utils" -DEPEND="${RDEPEND}" - -SRC_TEST=do