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 9F27C1387FD for ; Sat, 5 Apr 2014 23:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE87EE09A7; Sat, 5 Apr 2014 23:06:27 +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 C94ADE099B for ; Sat, 5 Apr 2014 23:06:26 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F74233FE74 for ; Sat, 5 Apr 2014 23:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id ECB70188F9 for ; Sat, 5 Apr 2014 23:06:22 +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: <1396736205.cebac955f9d1448e1deda749975fdd20e3fa419d.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/ExtUtils-CChecker/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/ExtUtils-CChecker/ChangeLog dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild X-VCS-Directories: dev-perl/ExtUtils-CChecker/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cebac955f9d1448e1deda749975fdd20e3fa419d X-VCS-Branch: master Date: Sat, 5 Apr 2014 23:06:22 +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: e80534d0-dd20-4c40-9735-187a711b2022 X-Archives-Hash: 46ac0f47102e02dc3a67a41525a12295 commit: cebac955f9d1448e1deda749975fdd20e3fa419d Author: Kent Fredric gmail com> AuthorDate: Sat Apr 5 22:16:45 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 5 22:16:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cebac955 [newversion] dev-perl/ExtUtils-CChecker-0.90.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/ExtUtils-CChecker/ChangeLog | 8 +++++- .../ExtUtils-CChecker-0.90.0.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/dev-perl/ExtUtils-CChecker/ChangeLog b/dev-perl/ExtUtils-CChecker/ChangeLog index db6eb25..0b1ac4b 100644 --- a/dev-perl/ExtUtils-CChecker/ChangeLog +++ b/dev-perl/ExtUtils-CChecker/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/ExtUtils-CChecker -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*ExtUtils-CChecker-0.90.0 (05 Apr 2014) + + 05 Apr 2014; Kent Fredric + +ExtUtils-CChecker-0.90.0.ebuild: + Version Bump + *ExtUtils-CChecker-0.80.0 (27 Mar 2012) 27 Mar 2012; Kent Fredric diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild new file mode 100644 index 0000000..ab0ee32 --- /dev/null +++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.90.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=PEVANS +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION='configure-time utilities for using C headers,' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_build() { + # Module::Build + echo virtual/perl-Module-Build + # Test::Fatal + echo dev-perl/Test-Fatal + # Test::More + echo virtual/perl-Test-Simple +} +perl_meta_runtime() { + # ExtUtils::CBuilder + echo virtual/perl-ExtUtils-CBuilder +} +DEPEND=" + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do parallel"