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 1S0pN3-0000Y9-FM for garchives@archives.gentoo.org; Fri, 24 Feb 2012 07:15:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2B32E0B6F; Fri, 24 Feb 2012 07:13:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B449CE0B6F for ; Fri, 24 Feb 2012 07:13:29 +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 3A5D21B402F for ; Fri, 24 Feb 2012 07:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5CA99E541D for ; Fri, 24 Feb 2012 07:13:26 +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: <1330036442.bb6a99093a2e72519c47a9ca666c8d0b7b9e6cde.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Debug/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/B-Debug/B-Debug-1.170.0.ebuild perl-core/B-Debug/ChangeLog X-VCS-Directories: perl-core/B-Debug/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bb6a99093a2e72519c47a9ca666c8d0b7b9e6cde X-VCS-Branch: master Date: Fri, 24 Feb 2012 07:13:26 +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: 513f4401-bea2-4f9c-b24e-cf8cd0700d35 X-Archives-Hash: 07e97d8935a688bfafed8a5c4340dd51 commit: bb6a99093a2e72519c47a9ca666c8d0b7b9e6cde Author: Kent Fredric gmail com> AuthorDate: Thu Feb 23 22:34:02 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Feb 23 22:34:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dbb6a9909 [newversion] perl-core/B-Debug-1.170.0 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- perl-core/B-Debug/B-Debug-1.170.0.ebuild | 36 ++++++++++++++++++++++++= ++++++ perl-core/B-Debug/ChangeLog | 7 +++++- 2 files changed, 42 insertions(+), 1 deletions(-) diff --git a/perl-core/B-Debug/B-Debug-1.170.0.ebuild b/perl-core/B-Debug= /B-Debug-1.170.0.ebuild new file mode 100644 index 0000000..1308912 --- /dev/null +++ b/perl-core/B-Debug/B-Debug-1.170.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DRURBAN +MODULE_VERSION=3D1.17 +inherit perl-module + +DESCRIPTION=3D'print debug info about ops' +LICENSE=3D" || ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # B + echo dev-lang/perl + # Test::More + echo virtual/perl-Test-Simple +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=3D" + $(perl_meta_runtime) +" +SRC_TEST=3D"do" diff --git a/perl-core/B-Debug/ChangeLog b/perl-core/B-Debug/ChangeLog index bfe7fd6..55eb774 100644 --- a/perl-core/B-Debug/ChangeLog +++ b/perl-core/B-Debug/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for perl-core/B-Debug -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*B-Debug-1.170.0 (23 Feb 2012) + + 23 Feb 2012; Kent Fredric +B-Debug-1.170.0.ebu= ild: + Version Bump + *B-Debug-1.160.0 (10 Mar 2011) =20 10 Mar 2011; Kent Fredric +B-Debug-1.160.0.ebu= ild,