From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E8E91388C0 for ; Mon, 29 Feb 2016 23:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7DE2E0826; Mon, 29 Feb 2016 23:11:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47E4EE0826 for ; Mon, 29 Feb 2016 23:11:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58A47340A38 for ; Mon, 29 Feb 2016 23:11:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A7561BA1 for ; Mon, 29 Feb 2016 23:11:09 +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: <1456787461.cd96a23546a757de72ceab2f437ad1b3ecec7f40.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/indirect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/indirect/Manifest dev-perl/indirect/indirect-0.350.0.ebuild X-VCS-Directories: dev-perl/indirect/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: cd96a23546a757de72ceab2f437ad1b3ecec7f40 X-VCS-Branch: master Date: Mon, 29 Feb 2016 23:11: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: b6fdee4c-79a4-4396-adac-3e974ea21502 X-Archives-Hash: 3c1f44e4556b4e53e7e21af01aa4e17a commit: cd96a23546a757de72ceab2f437ad1b3ecec7f40 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Feb 29 22:54:38 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Feb 29 23:11:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd96a235 dev-perl/indirect: Remove old Package-Manager: portage-2.2.27 dev-perl/indirect/Manifest | 1 - dev-perl/indirect/indirect-0.350.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest index 965d0a9..46f1029 100644 --- a/dev-perl/indirect/Manifest +++ b/dev-perl/indirect/Manifest @@ -1,2 +1 @@ -DIST indirect-0.35.tar.gz 45177 SHA256 7cebc51f210f8e547e1ca0ff451439edfefb356b4ceb076d8028fb16469e0c74 SHA512 6b3d0e3caec39016172d6fdafaa0fca65d75e63a1131398fe2ce31c08070c70cee0b07112b7fd099a6e4bd0a9e1fe99915259d8752984a5aa462739a2305e50a WHIRLPOOL aac664c4b09c7b97e29ca760f5da64ec40868c045a07eef1a2a53201a071aebcf2a7434a1fbab6a3cddf31e5c43ef12d198b5aa604b30c789194327a90255ef6 DIST indirect-0.36.tar.gz 48597 SHA256 7c2676566fbee16d15be972cb2b7a2fcb7972d3d58a2fb06a41030d909b7e55b SHA512 27f86702a2b3597e2bc20390130584324bfe86cc4d9f33a488b4788d6e1513ac19dfd4e1407f29b6f862172b020b3001a248450ad8dddb5a31e07220c0783ceb WHIRLPOOL c07281a07d931577b707caa0207ea6c8c1f66066590bed796e21b4b2e58e7da69335cc211287de0222fd11f65f628fc8371e79f37651a953951d3f48c1552984 diff --git a/dev-perl/indirect/indirect-0.350.0.ebuild b/dev-perl/indirect/indirect-0.350.0.ebuild deleted file mode 100644 index de16be1..0000000 --- a/dev-perl/indirect/indirect-0.350.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=VPIT -MODULE_VERSION=0.35 -inherit perl-module - -DESCRIPTION="Lexically warn about using the indirect object syntax" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="test" - -DEPEND=" - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - )" - -SRC_TEST=do