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 0ABE5138010 for ; Sun, 28 Oct 2012 14:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B317F21C04A; Sun, 28 Oct 2012 14:02:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0ADF8E05F5 for ; Sun, 28 Oct 2012 14:02:34 +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 44AAD33D933 for ; Sun, 28 Oct 2012 14:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 822C5E5457 for ; Sun, 28 Oct 2012 14:02:30 +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: <1351431988.097dfca3c2e5fbc147a8ca8a42dfc43d8ba74eb1.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-Format/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Time-Format/ChangeLog dev-perl/Time-Format/Time-Format-1.120.0.ebuild X-VCS-Directories: dev-perl/Time-Format/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 097dfca3c2e5fbc147a8ca8a42dfc43d8ba74eb1 X-VCS-Branch: master Date: Sun, 28 Oct 2012 14:02:30 +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: ea432995-9cdb-4921-8f49-32d743fd562b X-Archives-Hash: d148f80cb2238b5c16298ffd1dadb5c1 commit: 097dfca3c2e5fbc147a8ca8a42dfc43d8ba74eb1 Author: Kent Fredric gmail com> AuthorDate: Sun Oct 28 13:46:28 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Oct 28 13:46:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=097dfca3 [newversion] ( keyword masked ) Time-Format-1.120.0 : Fails tests, needs LICENSE reviewed Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Time-Format/ChangeLog | 7 +++++ dev-perl/Time-Format/Time-Format-1.120.0.ebuild | 34 +++++++++++++++++++++++ 2 files changed, 41 insertions(+), 0 deletions(-) diff --git a/dev-perl/Time-Format/ChangeLog b/dev-perl/Time-Format/ChangeLog index e6493a2..296832d 100644 --- a/dev-perl/Time-Format/ChangeLog +++ b/dev-perl/Time-Format/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Time-Format-1.120.0 (28 Oct 2012) + + 28 Oct 2012; Kent Fredric + +Time-Format-1.120.0.ebuild: + Version Bump. Keyword masked as tests are broken and I need to contact author + about their licensing terms + *Time-Format-1.110.0 (28 Oct 2012) 28 Oct 2012; Kent Fredric -Time-Format-1.11.ebuild, diff --git a/dev-perl/Time-Format/Time-Format-1.120.0.ebuild b/dev-perl/Time-Format/Time-Format-1.120.0.ebuild new file mode 100644 index 0000000..0d103ed --- /dev/null +++ b/dev-perl/Time-Format/Time-Format-1.120.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=ROODE +MODULE_VERSION=1.12 +inherit perl-module + +DESCRIPTION='Easy-to-use date/time formatting.' +LICENSE="as-is" # TODO Update +SLOT="0" +KEYWORDS="" +IUSE="" +perl_meta_configure() { + # Module::Build 0.4 ( 0.400.0 ) + echo \>=virtual/perl-Module-Build-0.400.0 +} +perl_meta_build() { + # Test::Simple 0.40 ( 0.400.0 ) + echo \>=virtual/perl-Test-Simple-0.400.0 +} +perl_meta_runtime() { + # Time::Local 1.07 ( 1.70.0 ) + echo \>=virtual/perl-Time-Local-1.07 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="broken"