From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SiTO4-0004cZ-Vs for garchives@archives.gentoo.org; Sat, 23 Jun 2012 16:40:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFBCE21C08B; Sat, 23 Jun 2012 16:39:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BFEEA21C08B for ; Sat, 23 Jun 2012 16:39:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E8851B403E for ; Sat, 23 Jun 2012 16:39:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E9E55E543A for ; Sat, 23 Jun 2012 16:39:44 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1340462644.33c55cdad896b96dc3619350e37cb3085bf650f9.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-ConfigFromFile/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MooseX-ConfigFromFile/ChangeLog dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.30.0.ebuild X-VCS-Directories: dev-perl/MooseX-ConfigFromFile/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 33c55cdad896b96dc3619350e37cb3085bf650f9 X-VCS-Branch: master Date: Sat, 23 Jun 2012 16:39:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: af92633b-6eec-4719-9f38-fa1b280660ed X-Archives-Hash: 38ce18a5f4c34ae598186528949ce1ff commit: 33c55cdad896b96dc3619350e37cb3085bf650f9 Author: Kent Fredric gmail com> AuthorDate: Sat Jun 23 14:44:04 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Jun 23 14:44:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D33c55cda [cpanclean] MooseX-ConfigFromFile-0.30.0 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit= with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- dev-perl/MooseX-ConfigFromFile/ChangeLog | 4 +++ .../MooseX-ConfigFromFile-0.30.0.ebuild | 27 --------------= ------ 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/dev-perl/MooseX-ConfigFromFile/ChangeLog b/dev-perl/MooseX-C= onfigFromFile/ChangeLog index fdae8d4..77f83b3 100644 --- a/dev-perl/MooseX-ConfigFromFile/ChangeLog +++ b/dev-perl/MooseX-ConfigFromFile/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 23 Jun 2012; Kent Fredric + -MooseX-ConfigFromFile-0.30.0.ebuild: + Gone on CPAN + *MooseX-ConfigFromFile-0.40.0 (28 Feb 2012) =20 28 Feb 2012; Kent Fredric diff --git a/dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.30.0.= ebuild b/dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.30.0.ebui= ld deleted file mode 100644 index 0862228..0000000 --- a/dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.30.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D3 - -MODULE_AUTHOR=3DBOBTFISH -MODULE_VERSION=3D0.03 -inherit perl-module - -DESCRIPTION=3D"An abstract Moose role for setting attributes from a conf= igfile" - -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"test" - -RDEPEND=3D" - >=3Ddev-perl/Moose-0.35 - >=3Ddev-perl/MooseX-Types-Path-Class-0.04 - dev-perl/Try-Tiny - dev-perl/namespace-autoclean -" -DEPEND=3D"${RDEPEND} - test? ( - dev-perl/Test-Fatal - )" -SRC_TEST=3D"do"