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 4AA4913820A for ; Sun, 1 May 2016 13:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB8DE21C024; Sun, 1 May 2016 13:50:49 +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 5B6C321C024 for ; Sun, 1 May 2016 13:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 09702340AB6 for ; Sun, 1 May 2016 13:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1410D332 for ; Sun, 1 May 2016 13:50:45 +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: <1462110531.c5512e9d61a3ccd1624ceddd99de9d7ca80c1b9a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Class/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Path-Class/Manifest dev-perl/Path-Class/Path-Class-0.350.0.ebuild X-VCS-Directories: dev-perl/Path-Class/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c5512e9d61a3ccd1624ceddd99de9d7ca80c1b9a X-VCS-Branch: master Date: Sun, 1 May 2016 13:50:45 +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: d3e7bd13-db41-4ecc-a064-61ae51197223 X-Archives-Hash: 885b71f9e9419781b56e089a1f02b886 commit: c5512e9d61a3ccd1624ceddd99de9d7ca80c1b9a Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 1 13:48:51 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun May 1 13:48:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5512e9d dev-perl/Path-Class: Remove old Package-Manager: portage-2.2.28 dev-perl/Path-Class/Manifest | 1 - dev-perl/Path-Class/Path-Class-0.350.0.ebuild | 34 --------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-perl/Path-Class/Manifest b/dev-perl/Path-Class/Manifest index 3fafb02..dee94b3 100644 --- a/dev-perl/Path-Class/Manifest +++ b/dev-perl/Path-Class/Manifest @@ -1,2 +1 @@ -DIST Path-Class-0.35.tar.gz 34086 SHA256 9226b305196127d02529303dbd6c37802baafe736f0245cb089241ed25922aee SHA512 cfbd27bf4756bade7a9abd081eda79058c0225d4a803a34a2bfe2a6c2eef954908b33843f352c562599edc420ca7a0063e9f7fd9fdd1d608ecea230e585287e2 WHIRLPOOL 9db31ac3df38998edc1d58ac59ae46457e5286cb9da715be7e8f30701297ed2bad7cabd5c28a081f4af06b37ca4b0bfe81d376ab4262356f4f6e38a40da8dc5b DIST Path-Class-0.36.tar.gz 37033 SHA256 45e6f51329a31b3f52810eec70f2ff54e3faea8893f07bdf95028adb71dcbdf9 SHA512 17ab96c897537a5964efecc3d4883fedc048145f4980d3959cf501a7646f2f7837614da9e379411f7ecb1f8de1bf23615ee57555cc437878470865b3fabc4c2d WHIRLPOOL c844684a8af18e6796a30b6e678c39313bcadb97f59b8baa5d1bce9ed94d04226bb5b3392a6fb4ff7c6d4d6aa757de0e0fb17d60b2ccf499a7f933f2c3603e0b diff --git a/dev-perl/Path-Class/Path-Class-0.350.0.ebuild b/dev-perl/Path-Class/Path-Class-0.350.0.ebuild deleted file mode 100644 index 87b2d29..0000000 --- a/dev-perl/Path-Class/Path-Class-0.350.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=KWILLIAMS -MODULE_VERSION=0.35 -inherit perl-module - -DESCRIPTION="Cross-platform path specification manipulation" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Exporter - >=virtual/perl-File-Spec-3.260.0 - virtual/perl-File-Temp - virtual/perl-IO - virtual/perl-Perl-OSType - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-0.360.100 - >=virtual/perl-ExtUtils-MakeMaker-6.300.0 - test? ( - virtual/perl-Test-Simple - ) -" - -SRC_TEST="do"