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 4A5F359CAA for ; Mon, 28 Mar 2016 15:34:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3B6E0801; Mon, 28 Mar 2016 15:34:03 +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 D3F6521C049 for ; Mon, 28 Mar 2016 15:34:02 +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 D54B3340A3B for ; Mon, 28 Mar 2016 15:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62336874 for ; Mon, 28 Mar 2016 15:33:58 +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: <1459178989.d733976c10cb5fc01726100e169f01f8da74f9b9.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-ConfigFromFile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.130.0.ebuild X-VCS-Directories: dev-perl/MooseX-ConfigFromFile/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d733976c10cb5fc01726100e169f01f8da74f9b9 X-VCS-Branch: master Date: Mon, 28 Mar 2016 15:33:58 +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: d6d2d4b9-2d11-4597-bb8d-71f5d590edbc X-Archives-Hash: 2a22fd9ddae5e684ba66570a65abb3a6 commit: d733976c10cb5fc01726100e169f01f8da74f9b9 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Mar 28 15:24:30 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Mar 28 15:29:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d733976c dev-perl/MooseX-ConfigFromFile: Remove old Package-Manager: portage-2.2.28 .../MooseX-ConfigFromFile-0.130.0.ebuild | 42 ---------------------- 1 file changed, 42 deletions(-) diff --git a/dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.130.0.ebuild b/dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.130.0.ebuild deleted file mode 100644 index f41d820..0000000 --- a/dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.130.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=ETHER -MODULE_VERSION=0.13 -inherit perl-module - -DESCRIPTION="An abstract Moose role for setting attributes from a configfile" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# MooseX::Types::Moose -> MooseX-Types -RDEPEND=" - virtual/perl-Carp - >=dev-perl/Moose-0.350.0 - dev-perl/MooseX-Types - >=dev-perl/MooseX-Types-Path-Tiny-0.5.0 - dev-perl/namespace-autoclean -" -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-Tiny-0.30.0 - test? ( - virtual/perl-ExtUtils-MakeMaker - virtual/perl-File-Spec - virtual/perl-Scalar-List-Utils - dev-perl/Moose - dev-perl/Test-Deep - dev-perl/Test-Fatal - virtual/perl-Test-Simple - dev-perl/Test-Requires - dev-perl/Test-Without-Module - virtual/perl-if - ) -" - -SRC_TEST="do parallel" -mytargets="install"