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 EBCC31381F3 for ; Sun, 28 Apr 2013 09:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E395E092F; Sun, 28 Apr 2013 09:25:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 555ABE08A2 for ; Sun, 28 Apr 2013 09:25:08 +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 1974D33DF80 for ; Sun, 28 Apr 2013 09:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AC9E6E4405 for ; Sun, 28 Apr 2013 09:25:05 +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: <1367009674.0cabbcd830efcb66ac44b7e5c030c501e3ea4589.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gitalist/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Gitalist/ChangeLog dev-perl/Gitalist/Gitalist-0.4.1.ebuild X-VCS-Directories: dev-perl/Gitalist/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0cabbcd830efcb66ac44b7e5c030c501e3ea4589 X-VCS-Branch: master Date: Sun, 28 Apr 2013 09:25:05 +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: eae374d6-fa73-4f9d-b793-01c695d6d347 X-Archives-Hash: 2196acfc238b78589f58f30f50b97ba5 commit: 0cabbcd830efcb66ac44b7e5c030c501e3ea4589 Author: Kent Fredric gmail com> AuthorDate: Fri Apr 26 20:54:34 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Apr 26 20:54:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0cabbcd8 [newversion] Gitalist-0.4.1 Package-Manager: portage-2.2.0_alpha166 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Gitalist/ChangeLog | 5 + dev-perl/Gitalist/Gitalist-0.4.1.ebuild | 124 +++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+), 0 deletions(-) diff --git a/dev-perl/Gitalist/ChangeLog b/dev-perl/Gitalist/ChangeLog index 46d1ae5..36dfea4 100644 --- a/dev-perl/Gitalist/ChangeLog +++ b/dev-perl/Gitalist/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Gitalist-0.4.1 (26 Apr 2013) + + 26 Apr 2013; Kent Fredric +Gitalist-0.4.1.ebuild: + Version Bump + 09 Feb 2013; Kent Fredric Gitalist-0.2.5.ebuild, Gitalist-0.2.6.ebuild, Gitalist-0.2.7.ebuild, Gitalist-0.2.8.ebuild, Gitalist-0.2.9.ebuild, Gitalist-0.3.1.ebuild, Gitalist-0.3.3.ebuild, diff --git a/dev-perl/Gitalist/Gitalist-0.4.1.ebuild b/dev-perl/Gitalist/Gitalist-0.4.1.ebuild new file mode 100644 index 0000000..cdec3bc --- /dev/null +++ b/dev-perl/Gitalist/Gitalist-0.4.1.ebuild @@ -0,0 +1,124 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=BROQ +MODULE_VERSION=0.004001 +inherit perl-module + +DESCRIPTION='A modern git web viewer' +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.36 ( 6.360.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36 +} +perl_meta_build() { + # ExtUtils::MakeMaker 6.36 ( 6.360.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36 + # Test::Deep 0.108 ( 0.108.0 ) + echo \>=dev-perl/Test-Deep-0.108.0 + # Test::Exception 0.31 ( 0.310.0 ) + echo \>=dev-perl/Test-Exception-0.310.0 + # Test::More 0.88 ( 0.880.0 ) + echo \>=virtual/perl-Test-Simple-0.88 + # Test::utf8 0.02 ( 0.20.0 ) + echo \>=dev-perl/Test-utf8-0.20.0 +} +perl_meta_runtime() { + # CGI + echo virtual/perl-CGI + # Catalyst::Action::REST + echo dev-perl/Catalyst-Action-REST + # Catalyst::Action::RenderView + echo dev-perl/Catalyst-Action-RenderView + # Catalyst::Component::InstancePerContext + echo dev-perl/Catalyst-Component-InstancePerContext + # Catalyst::Plugin::ConfigLoader + echo dev-perl/Catalyst-Plugin-ConfigLoader + # Catalyst::Plugin::StackTrace + echo dev-perl/Catalyst-Plugin-StackTrace + # Catalyst::Plugin::Static::Simple + echo dev-perl/Catalyst-Plugin-Static-Simple + # Catalyst::Plugin::SubRequest 0.15 ( 0.150.0 ) + echo \>=dev-perl/Catalyst-Plugin-SubRequest-0.150.0 + # Catalyst::Plugin::Unicode::Encoding + echo dev-perl/Catalyst-Plugin-Unicode-Encoding + # Catalyst::Runtime 5.90013 ( 5.900.130 ) + echo \>=dev-perl/Catalyst-Runtime-5.900.130 + # Catalyst::View::Component::SubInclude 0.07 ( 0.70.0 ) + echo \>=dev-perl/Catalyst-View-Component-SubInclude-0.70.0 + # Catalyst::View::TT 0.34 ( 0.340.0 ) + echo \>=dev-perl/Catalyst-View-TT-0.340.0 + # Config::General + echo dev-perl/config-general + # DateTime + echo dev-perl/DateTime + # File::Copy::Recursive + echo dev-perl/File-Copy-Recursive + # File::Type + echo dev-perl/File-Type + # File::Type::WebImages + echo dev-perl/File-Type-WebImages + # File::Which + echo dev-perl/File-Which + # Git::PurePerl 0.47 ( 0.470.0 ) + echo \>=dev-perl/Git-PurePerl-0.470.0 + # HTML::Entities + echo dev-perl/HTML-Parser + # IPC::Run + echo dev-perl/IPC-Run + # JSON + echo dev-perl/JSON + # JSON::XS + echo dev-perl/JSON-XS + # List::MoreUtils + echo dev-perl/List-MoreUtils + # Moose + echo dev-perl/Moose + # Moose::Autobox + echo dev-perl/Moose-Autobox + # MooseX::Declare 0.32 ( 0.320.0 ) + echo \>=dev-perl/MooseX-Declare-0.320.0 + # MooseX::Storage + echo dev-perl/MooseX-Storage + # MooseX::Types + echo dev-perl/MooseX-Types + # MooseX::Types::Common + echo dev-perl/MooseX-Types-Common + # MooseX::Types::DateTime 0.05 ( 0.50.0 ) + echo \>=dev-perl/MooseX-Types-DateTime-0.50.0 + # MooseX::Types::LoadableClass + echo dev-perl/MooseX-Types-LoadableClass + # MooseX::Types::Path::Class + echo dev-perl/MooseX-Types-Path-Class + # Path::Class 0.17 ( 0.170.0 ) + echo \>=dev-perl/Path-Class-0.170.0 + # Syntax::Highlight::Engine::Kate + echo dev-perl/Syntax-Highlight-Engine-Kate + # Sys::Hostname + echo dev-lang/perl + # Template 2.22 ( 2.220.0 ) + echo \>=dev-perl/Template-Toolkit-2.220.0 + # Template::Plugin::Cycle + echo dev-perl/Template-Plugin-Cycle + # Template::Plugin::UTF8Decode + echo dev-perl/Template-Plugin-UTF8Decode + # Try::Tiny + echo dev-perl/Try-Tiny + # aliased + echo dev-perl/aliased + # namespace::autoclean + echo dev-perl/namespace-autoclean +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"