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 CCFC6138247 for ; Sat, 11 Oct 2014 18:46:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74C00E0D85; Sat, 11 Oct 2014 18:46:44 +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 AD950E0D88 for ; Sat, 11 Oct 2014 18:46:43 +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 E045A340411 for ; Sat, 11 Oct 2014 18:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2314D7961 for ; Sat, 11 Oct 2014 18:46:39 +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: <1413052402.4a11155a42761b2d1cf5aa202ed28bb963fc64c3.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-App-Cmd/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild X-VCS-Directories: dev-perl/MooseX-App-Cmd/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4a11155a42761b2d1cf5aa202ed28bb963fc64c3 X-VCS-Branch: master Date: Sat, 11 Oct 2014 18:46:39 +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: 905aa560-82ad-4d31-8fa0-84d03b06caef X-Archives-Hash: ee4abf9148c9a98699d3828cf941e671 commit: 4a11155a42761b2d1cf5aa202ed28bb963fc64c3 Author: Kent Fredric gmail com> AuthorDate: Sat Oct 11 18:33:22 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Oct 11 18:33:22 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4a11155a [cleanup] dev-perl/MooseX-App-Cmd remove old Package-Manager: portage-2.2.10 --- .../MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild | 27 -------------- .../MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild | 43 ---------------------- 2 files changed, 70 deletions(-) diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild deleted file mode 100644 index b66a14c..0000000 --- a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.60.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=2 -MODULE_AUTHOR=NUFFIN -MODULE_VERSION="0.06" -inherit perl-module - -DESCRIPTION="Mashes up MooseX::Getopt and App::Cmd." -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -COMMON_DEPEND=" - dev-perl/Test-use-ok - >=dev-perl/App-Cmd-0.300.0 - >=dev-perl/Moose-0.860.0 - >=dev-perl/MooseX-Getopt-0.18 - dev-perl/Getopt-Long-Descriptive -" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild b/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild deleted file mode 100644 index 88b2095..0000000 --- a/dev-perl/MooseX-App-Cmd/MooseX-App-Cmd-0.70.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=OFFERK -MODULE_VERSION=0.07 -inherit perl-module - -DESCRIPTION='MooseX-App-Cmd' -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="" -#KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # App::Cmd 0.3 ( 0.300.0 ) - echo \>=dev-perl/App-Cmd-0.300.0 - # Getopt::Long::Descriptive - echo dev-perl/Getopt-Long-Descriptive - # Moose 0.86 ( 0.860.0 ) - echo \>=dev-perl/Moose-0.860.0 - # MooseX::Getopt 0.18 ( 0.180.0 ) - echo \>=dev-perl/MooseX-Getopt-0.180.0 - # Test::use::ok - echo dev-perl/Test-use-ok -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="broken"