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 B4834138CC5 for ; Thu, 26 Mar 2015 04:44:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69E7CE0870; Thu, 26 Mar 2015 04:44:17 +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 07EA3E0870 for ; Thu, 26 Mar 2015 04:44:16 +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 D05B0340B13 for ; Thu, 26 Mar 2015 04:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F96148D4 for ; Thu, 26 Mar 2015 04:44:12 +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: <1427342503.362a90116f325cb62f5a8ac1f74df2f2d90c8321.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/autobox/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/autobox/autobox-2.790.0.ebuild dev-perl/autobox/autobox-2.830.0.ebuild X-VCS-Directories: dev-perl/autobox/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 362a90116f325cb62f5a8ac1f74df2f2d90c8321 X-VCS-Branch: master Date: Thu, 26 Mar 2015 04:44:12 +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: f4f6e727-7238-4be4-95ea-abed44fe8415 X-Archives-Hash: f9fc428bce2a39f1e724d241945687ae commit: 362a90116f325cb62f5a8ac1f74df2f2d90c8321 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 04:01:43 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 04:01:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=362a9011 [bump] autobox-2.830.0 Package-Manager: portage-2.2.17 dev-perl/autobox/autobox-2.790.0.ebuild | 34 --------------------------------- dev-perl/autobox/autobox-2.830.0.ebuild | 19 ++++++++++++++++++ 2 files changed, 19 insertions(+), 34 deletions(-) diff --git a/dev-perl/autobox/autobox-2.790.0.ebuild b/dev-perl/autobox/autobox-2.790.0.ebuild deleted file mode 100644 index a109a6f..0000000 --- a/dev-perl/autobox/autobox-2.790.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=CHOCOLATE -MODULE_VERSION=2.79 -inherit perl-module - -DESCRIPTION='call methods on native types' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -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() { - # Scope::Guard 0.20 ( 0.200.0 ) - echo \>=dev-perl/Scope-Guard-0.200.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/autobox/autobox-2.830.0.ebuild b/dev-perl/autobox/autobox-2.830.0.ebuild new file mode 100644 index 0000000..efaf534 --- /dev/null +++ b/dev-perl/autobox/autobox-2.830.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=CHOCOLATE +MODULE_VERSION=2.83 +inherit perl-module + +DESCRIPTION='call methods on native types' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND=" + >=dev-perl/Scope-Guard-0.200.0 +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"