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 1QDcUH-0007Kx-5R for garchives@archives.gentoo.org; Sat, 23 Apr 2011 13:03:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 427681C0FA; Sat, 23 Apr 2011 13:00:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 134271C0FA for ; Sat, 23 Apr 2011 13:00:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B72521B4086 for ; Sat, 23 Apr 2011 13:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1E07580361 for ; Sat, 23 Apr 2011 13:00:18 +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: <7d1ceae87f381aaadd0c4de339a1731b38c4f7c7.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Devel-StackTrace-WithLexicals/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Devel-StackTrace-WithLexicals/ChangeLog dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.100.0.ebuild X-VCS-Directories: dev-perl/Devel-StackTrace-WithLexicals/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7d1ceae87f381aaadd0c4de339a1731b38c4f7c7 Date: Sat, 23 Apr 2011 13:00:18 +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: X-Archives-Hash: a2c90277ee0194a79c5fd778e581d210 Message-ID: <20110423130018.WDTsj-w1N2B2ni4AsTvHydoMn8qhoO7J4n5xuis9dk4@z> commit: 7d1ceae87f381aaadd0c4de339a1731b38c4f7c7 Author: Kent Fredric gmail com> AuthorDate: Sat Apr 23 12:29:00 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 23 12:29:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D7d1ceae8 [newversion] *Devel-StackTrace-WithLexicals-0.100.0; (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/Devel-StackTrace-WithLexicals/ChangeLog | 6 +++++ .../Devel-StackTrace-WithLexicals-0.100.0.ebuild | 24 ++++++++++++++= ++++++ 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/dev-perl/Devel-StackTrace-WithLexicals/ChangeLog b/dev-perl/= Devel-StackTrace-WithLexicals/ChangeLog index 34c7748..bad0d18 100644 --- a/dev-perl/Devel-StackTrace-WithLexicals/ChangeLog +++ b/dev-perl/Devel-StackTrace-WithLexicals/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Devel-StackTrace-WithLexicals-0.100.0 (23 Apr 2011) + + 23 Apr 2011; Kent Fredric + +Devel-StackTrace-WithLexicals-0.100.0.ebuild: + Bump + *Devel-StackTrace-WithLexicals-0.90.0 (22 Apr 2011) =20 22 Apr 2011; Kent Fredric diff --git a/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-With= Lexicals-0.100.0.ebuild b/dev-perl/Devel-StackTrace-WithLexicals/Devel-St= ackTrace-WithLexicals-0.100.0.ebuild new file mode 100644 index 0000000..4e9bcbc --- /dev/null +++ b/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexical= s-0.100.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +MODULE_AUTHOR=3DSARTAK +MODULE_VERSION=3D0.10 +inherit perl-module + +DESCRIPTION=3D"Devel::StackTrace + PadWalker" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +comment() { echo ''; } +COMMON_DEPEND=3D" + >=3Ddev-perl/Devel-StackTrace-1.25 $(comment 1.250.0) + >=3Ddev-perl/PadWalker-1.920 $(comment 1.920.0) +" +DEPEND=3D"${COMMON_DEPEND}" +RDEPEND=3D"${COMMON_DEPEND}" + +SRC_TEST=3Ddo