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 932B713838B for ; Sat, 13 Sep 2014 10:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13CDE083D; Sat, 13 Sep 2014 10:36:22 +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 2CA94E083D for ; Sat, 13 Sep 2014 10:36:21 +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 1D198340251 for ; Sat, 13 Sep 2014 10:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8C5D5599 for ; Sat, 13 Sep 2014 10:36:19 +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: <1410603752.0204493a2bdca0eb3c56575f5a2dd0d279c51e18.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Git-Sub/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Git-Sub/ChangeLog dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild dev-perl/Git-Sub/metadata.xml X-VCS-Directories: dev-perl/Git-Sub/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0204493a2bdca0eb3c56575f5a2dd0d279c51e18 X-VCS-Branch: master Date: Sat, 13 Sep 2014 10:36:19 +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: 6c73dbd0-9023-4666-9bb9-3f6b8eed6254 X-Archives-Hash: d84f4c98b2e9400166eca26e4222bb80 commit: 0204493a2bdca0eb3c56575f5a2dd0d279c51e18 Author: mudler dark-lab net> AuthorDate: Mon Sep 8 20:02:50 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Sep 13 10:22:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0204493a adding Git::Sub Package-Manager: portage-2.2.11 --- dev-perl/Git-Sub/ChangeLog | 10 +++++++ dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild | 44 +++++++++++++++++++++++++++++++ dev-perl/Git-Sub/metadata.xml | 14 ++++++++++ 3 files changed, 68 insertions(+) diff --git a/dev-perl/Git-Sub/ChangeLog b/dev-perl/Git-Sub/ChangeLog new file mode 100644 index 0000000..f251d35 --- /dev/null +++ b/dev-perl/Git-Sub/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Git-Sub +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Git-Sub-0.130.270 (08 Sep 2014) + + 08 Sep 2014; mudler +Git-Sub-0.130.270.ebuild, + +metadata.xml: + Adding Git::Sub + diff --git a/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild b/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild new file mode 100644 index 0000000..88b4b3f --- /dev/null +++ b/dev-perl/Git-Sub/Git-Sub-0.130.270.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=DOLMEN +MODULE_VERSION=0.130270 +inherit perl-module + +DESCRIPTION='git commands imported as System::Sub subs in git:: namespace' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0 +} +perl_meta_runtime() { + # Carp + echo virtual/perl-Carp + # File::Which + echo dev-perl/File-Which + # System::Sub + echo dev-perl/System-Sub + # strict + echo dev-lang/perl +} +perl_meta_test() { + # Cwd + echo virtual/perl-File-Spec + # File::Temp + echo virtual/perl-File-Temp + # Test::More + echo virtual/perl-Test-Simple +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do" diff --git a/dev-perl/Git-Sub/metadata.xml b/dev-perl/Git-Sub/metadata.xml new file mode 100644 index 0000000..3786b8f --- /dev/null +++ b/dev-perl/Git-Sub/metadata.xml @@ -0,0 +1,14 @@ + + + + perl + + mudler@dark-lab.net + mudler + + + Git-Sub + Git::Sub + git + +