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 AF4BF138A2F for ; Wed, 1 Oct 2014 09:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FA31E094B; Wed, 1 Oct 2014 09:45:03 +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 D6B97E0949 for ; Wed, 1 Oct 2014 09:45:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 915FF3401D3 for ; Wed, 1 Oct 2014 09:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 199DA6A9A for ; Wed, 1 Oct 2014 09:44:56 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1412145368.97688252854e8c429375434f405cc48b25a2855f.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MooseX-App/ChangeLog dev-perl/MooseX-App/MooseX-App-1.150.0.ebuild dev-perl/MooseX-App/MooseX-App-1.160.0.ebuild X-VCS-Directories: dev-perl/MooseX-App/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 97688252854e8c429375434f405cc48b25a2855f X-VCS-Branch: master Date: Wed, 1 Oct 2014 09:44:56 +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: aa5b809e-07eb-478d-b42c-22faf0ceafb7 X-Archives-Hash: 2998f9930d063efe07603e8cb0922551 commit: 97688252854e8c429375434f405cc48b25a2855f Author: Kent Fredric gmail com> AuthorDate: Wed Oct 1 06:36:08 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Oct 1 06:36:08 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=97688252 [cleanup] dev-perl/MooseX-App remove old versions Package-Manager: portage-2.2.10 --- dev-perl/MooseX-App/ChangeLog | 6 ++- dev-perl/MooseX-App/MooseX-App-1.150.0.ebuild | 58 --------------------------- dev-perl/MooseX-App/MooseX-App-1.160.0.ebuild | 56 -------------------------- 3 files changed, 5 insertions(+), 115 deletions(-) diff --git a/dev-perl/MooseX-App/ChangeLog b/dev-perl/MooseX-App/ChangeLog index f4d3ebe..2b5ba4d 100644 --- a/dev-perl/MooseX-App/ChangeLog +++ b/dev-perl/MooseX-App/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/MooseX-App -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Oct 2014; Kent Fredric -MooseX-App-1.150.0.ebuild, + -MooseX-App-1.160.0.ebuild: + remove old versions + *MooseX-App-1.210.0 (26 Apr 2013) 26 Apr 2013; Kent Fredric +MooseX-App-1.210.0.ebuild, diff --git a/dev-perl/MooseX-App/MooseX-App-1.150.0.ebuild b/dev-perl/MooseX-App/MooseX-App-1.150.0.ebuild deleted file mode 100644 index 1bb9966..0000000 --- a/dev-perl/MooseX-App/MooseX-App-1.150.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=MAROS -MODULE_VERSION=1.15 -inherit perl-module - -DESCRIPTION='Write user-friendly command line apps with even less suffering' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 - # Test::Most - echo dev-perl/Test-Most - # Test::NoWarnings - echo dev-perl/Test-NoWarnings -} -perl_meta_runtime() { - # Config::Any - echo dev-perl/Config-Any - # List::Util - echo virtual/perl-Scalar-List-Utils - # Module::Pluggable - echo virtual/perl-Module-Pluggable - # Moose 2.00 ( 2.0.0 ) - echo \>=dev-perl/Moose-2.0.0 - # MooseX::Getopt 0.43 ( 0.430.0 ) - echo \>=dev-perl/MooseX-Getopt-0.430.0 - # MooseX::Types::Path::Class - echo dev-perl/MooseX-Types-Path-Class - # Path::Class - echo dev-perl/Path-Class - # Pod::Elemental - echo dev-perl/Pod-Elemental - # String::CamelCase - echo dev-perl/String-CamelCase - # namespace::autoclean - echo dev-perl/namespace-autoclean - # perl v5.10.0 ( 5.10.0 ) - echo \>=dev-lang/perl-5.10.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="broken" diff --git a/dev-perl/MooseX-App/MooseX-App-1.160.0.ebuild b/dev-perl/MooseX-App/MooseX-App-1.160.0.ebuild deleted file mode 100644 index 9458c9e..0000000 --- a/dev-perl/MooseX-App/MooseX-App-1.160.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=MAROS -MODULE_VERSION=1.16 -inherit perl-module - -DESCRIPTION='Write user-friendly command line apps with even less suffering' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 - # Test::Most - echo dev-perl/Test-Most - # Test::NoWarnings - echo dev-perl/Test-NoWarnings -} -perl_meta_runtime() { - # Config::Any - echo dev-perl/Config-Any - # IO::Interactive - echo dev-perl/IO-Interactive - # List::Util - echo virtual/perl-Scalar-List-Utils - # Module::Pluggable - echo virtual/perl-Module-Pluggable - # Moose 2.00 ( 2.0.0 ) - echo \>=dev-perl/Moose-2.0.0 - # MooseX::Types::Path::Class - echo dev-perl/MooseX-Types-Path-Class - # Path::Class - echo dev-perl/Path-Class - # Pod::Elemental - echo dev-perl/Pod-Elemental - # namespace::autoclean - echo dev-perl/namespace-autoclean - # perl v5.10.0 ( 5.10.0 ) - echo \>=dev-lang/perl-5.10.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"