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 1S2iKr-0004pu-WC for garchives@archives.gentoo.org; Wed, 29 Feb 2012 12:08:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95B2CE09F0; Wed, 29 Feb 2012 12:06:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 539D7E09F0 for ; Wed, 29 Feb 2012 12:06:27 +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 5A92B1B402D for ; Wed, 29 Feb 2012 12:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ACC1DE540C for ; Wed, 29 Feb 2012 12:06:19 +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: <1330516230.213a027ae1374b5b7791f02a60c6316de65bb5ca.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/utf8-all/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/utf8-all/ChangeLog dev-perl/utf8-all/metadata.xml dev-perl/utf8-all/utf8-all-0.4.0.ebuild X-VCS-Directories: dev-perl/utf8-all/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 213a027ae1374b5b7791f02a60c6316de65bb5ca X-VCS-Branch: master Date: Wed, 29 Feb 2012 12:06: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ffb854ce-ad91-4831-8886-5cb851ceed6d X-Archives-Hash: 03784bd9634a127e9cebb6ae7a1f4ce7 commit: 213a027ae1374b5b7791f02a60c6316de65bb5ca Author: Kent Fredric gmail com> AuthorDate: Wed Feb 29 11:50:30 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Feb 29 11:50:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D213a027a [added] utf8-all 0.4.0 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- dev-perl/utf8-all/ChangeLog | 10 +++++ dev-perl/utf8-all/metadata.xml | 12 ++++++ dev-perl/utf8-all/utf8-all-0.4.0.ebuild | 61 +++++++++++++++++++++++++= ++++++ 3 files changed, 83 insertions(+), 0 deletions(-) diff --git a/dev-perl/utf8-all/ChangeLog b/dev-perl/utf8-all/ChangeLog new file mode 100644 index 0000000..a54f09f --- /dev/null +++ b/dev-perl/utf8-all/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/utf8-all +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*utf8-all-0.4.0 (29 Feb 2012) + + 29 Feb 2012; Kent Fredric +utf8-all-0.4.0.ebui= ld, + +metadata.xml: + Added for perl5i + diff --git a/dev-perl/utf8-all/metadata.xml b/dev-perl/utf8-all/metadata.= xml new file mode 100644 index 0000000..5855da2 --- /dev/null +++ b/dev-perl/utf8-all/metadata.xml @@ -0,0 +1,12 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + + + utf8-all + + diff --git a/dev-perl/utf8-all/utf8-all-0.4.0.ebuild b/dev-perl/utf8-all/= utf8-all-0.4.0.ebuild new file mode 100644 index 0000000..9bf6923 --- /dev/null +++ b/dev-perl/utf8-all/utf8-all-0.4.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DDOHERTY +MODULE_VERSION=3D0.004 +inherit perl-module + +DESCRIPTION=3D'turn on Unicode - all of it' +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.300.0 + # Module::Build 0.3601 ( 0.360.100 ) + echo \>=3Dvirtual/perl-Module-Build-0.360.100 +} +perl_meta_build() { + # Module::Build 0.3601 ( 0.360.100 ) + echo \>=3Dvirtual/perl-Module-Build-0.360.100 +} +perl_meta_runtime() { + # Encode + echo virtual/perl-Encode + # charnames + echo dev-lang/perl + # open + echo dev-lang/perl + # parent + echo virtual/perl-parent + # perl 5.010 ( 5.10.0 ) + echo \>=3Ddev-lang/perl-5.10.0 + # strict + echo dev-lang/perl + # utf8 + echo dev-lang/perl + # warnings + echo dev-lang/perl +} +perl_meta_test() { + # File::Find + echo dev-lang/perl + # File::Temp + echo virtual/perl-File-Temp + # PerlIO + echo dev-lang/perl + # Test::More + echo virtual/perl-Test-Simple +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=3D" + $(perl_meta_runtime) +" +SRC_TEST=3D"do"