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 1S20yn-00010t-Hg for garchives@archives.gentoo.org; Mon, 27 Feb 2012 13:51:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CDBBE0972; Mon, 27 Feb 2012 13:50:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5D4DAE0972 for ; Mon, 27 Feb 2012 13:50:42 +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 A0BC91B4006 for ; Mon, 27 Feb 2012 13:50:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 57F8FE5405 for ; Mon, 27 Feb 2012 13:50:40 +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: <1330311321.17029c0025209f273fd5a223db293c5cb6a7baec.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Git-Wrapper/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Git-Wrapper/ChangeLog dev-perl/Git-Wrapper/Git-Wrapper-0.17.0.ebuild X-VCS-Directories: dev-perl/Git-Wrapper/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 17029c0025209f273fd5a223db293c5cb6a7baec X-VCS-Branch: master Date: Mon, 27 Feb 2012 13:50:40 +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: 9c856e12-c2a2-4fe6-9f94-6f04f5761e7f X-Archives-Hash: 2de9f8876c183a29ac976e367d593455 commit: 17029c0025209f273fd5a223db293c5cb6a7baec Author: Kent Fredric gmail com> AuthorDate: Mon Feb 27 02:55:21 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Feb 27 02:55:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D17029c00 [newversion] Git-Wrapper-0.17.0 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- dev-perl/Git-Wrapper/ChangeLog | 7 ++- dev-perl/Git-Wrapper/Git-Wrapper-0.17.0.ebuild | 67 ++++++++++++++++++= ++++++ 2 files changed, 73 insertions(+), 1 deletions(-) diff --git a/dev-perl/Git-Wrapper/ChangeLog b/dev-perl/Git-Wrapper/Change= Log index 4eb18f8..d296b19 100644 --- a/dev-perl/Git-Wrapper/ChangeLog +++ b/dev-perl/Git-Wrapper/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/Git-Wrapper -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Git-Wrapper-0.17.0 (27 Feb 2012) + + 27 Feb 2012; Kent Fredric +Git-Wrapper-0.17.0.= ebuild: + Version Bump + *Git-Wrapper-0.16.0 (23 Sep 2011) =20 23 Sep 2011; Kent Fredric +Git-Wrapper-0.16.0.= ebuild: diff --git a/dev-perl/Git-Wrapper/Git-Wrapper-0.17.0.ebuild b/dev-perl/Gi= t-Wrapper/Git-Wrapper-0.17.0.ebuild new file mode 100644 index 0000000..002b957 --- /dev/null +++ b/dev-perl/Git-Wrapper/Git-Wrapper-0.17.0.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DGENEHACK +MODULE_VERSION=3D0.017 +inherit perl-module + +DESCRIPTION=3D'Wrap git(7) command-line interface' +LICENSE=3D" || ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) + echo \>=3Dvirtual/perl-ExtUtils-MakeMaker-6.30 +} +perl_meta_runtime() { + # File::Temp + echo virtual/perl-File-Temp + # File::pushd + echo dev-perl/File-pushd + # IPC::Cmd + echo virtual/perl-IPC-Cmd + # IPC::Open3 + echo dev-lang/perl + # Sort::Versions + echo dev-perl/Sort-Versions + # Symbol + echo dev-lang/perl + # overload + echo dev-lang/perl + # perl 5.006 ( 5.6.0 ) + echo \>=3Ddev-lang/perl-5.6.0 + # strict + echo dev-lang/perl + # warnings + echo dev-lang/perl +} +perl_meta_test() { + # File::Path + echo virtual/perl-File-Path + # File::Spec + echo virtual/perl-File-Spec + # IO::File + echo virtual/perl-IO + # POSIX + echo dev-lang/perl + # Test::Deep + echo dev-perl/Test-Deep + # Test::More + echo virtual/perl-Test-Simple +} +extra_deps() { + echo dev-vcs/git +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) + $(extra_deps) +" +RDEPEND=3D" + $(perl_meta_runtime) + $(extra_deps) +" +SRC_TEST=3D"do"