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 E63FC138CD0 for ; Thu, 2 Jul 2015 06:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 830D7E0822; Thu, 2 Jul 2015 06:24:32 +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 F38D2E0819 for ; Thu, 2 Jul 2015 06:24:31 +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 3C203340A02 for ; Thu, 2 Jul 2015 06:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18EF739 for ; Thu, 2 Jul 2015 06:24:29 +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: <1435816761.f1a11c0b271a3198667bf41763c993c486b62467.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Lingua-EN-Numbers/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Lingua-EN-Numbers/Lingua-EN-Numbers-1.01.ebuild X-VCS-Directories: dev-perl/Lingua-EN-Numbers/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f1a11c0b271a3198667bf41763c993c486b62467 X-VCS-Branch: master Date: Thu, 2 Jul 2015 06:24:29 +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: 6f0072da-208d-4d58-83b9-567475e1e237 X-Archives-Hash: 7523ddc88eaf52b9a94216c2526a9b2c commit: f1a11c0b271a3198667bf41763c993c486b62467 Author: Daniel Westermann-Clark pobox com> AuthorDate: Wed Jul 8 15:43:12 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 2 05:59:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f1a11c0b [rebase-filter: dwc/Lingua-EN-Numbers] Add remaning ebuilds from my perl-other overlay .../Lingua-EN-Numbers/Lingua-EN-Numbers-1.01.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-perl/Lingua-EN-Numbers/Lingua-EN-Numbers-1.01.ebuild b/dev-perl/Lingua-EN-Numbers/Lingua-EN-Numbers-1.01.ebuild new file mode 100644 index 0000000..2a5b1e8 --- /dev/null +++ b/dev-perl/Lingua-EN-Numbers/Lingua-EN-Numbers-1.01.ebuild @@ -0,0 +1,19 @@ +# Copyright Daniel Westermann-Clark +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Turn '407' into 'four hundred and seven'" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="amd64 x86" +RESTRICT="nomirror" +SRC_TEST="do" + +IUSE="" +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND}"