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 F40DE1381F3 for ; Mon, 5 Nov 2012 07:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F9F0E019D; Mon, 5 Nov 2012 07:43:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E7EF0E011E for ; Mon, 5 Nov 2012 07:43:15 +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 0130D33D751 for ; Mon, 5 Nov 2012 07:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6E326E5442 for ; Mon, 5 Nov 2012 07:43:13 +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: <1352097654.fb2cd10675f50dedf837fa27441a4214bee43015.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Constants/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild X-VCS-Directories: dev-perl/Pod-Constants/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: fb2cd10675f50dedf837fa27441a4214bee43015 X-VCS-Branch: master Date: Mon, 5 Nov 2012 07:43:13 +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: 7ef4a489-e585-4f10-9b0e-f0e77d0d747d X-Archives-Hash: fbee80b7570ae209c49311187da55ae6 commit: fb2cd10675f50dedf837fa27441a4214bee43015 Author: Daniel Westermann-Clark pobox com> AuthorDate: Wed Jul 8 15:43:12 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Nov 5 06:40:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fb2cd106 [import/dwc/pod-constants] Add remaning ebuilds from my perl-other overlay --- dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild b/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild new file mode 100644 index 0000000..78d06ea --- /dev/null +++ b/dev-perl/Pod-Constants/Pod-Constants-0.16.ebuild @@ -0,0 +1,21 @@ +# Copyright Daniel Westermann-Clark +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Include constants from POD" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/S/SA/SAMV/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86" +RESTRICT="nomirror" +SRC_TEST="do" + +IUSE="test" +RDEPEND="dev-lang/perl + >=virtual/perl-PodParser-1.13" +DEPEND="${RDEPEND} + test? ( >=virtual/perl-Test-Simple-0.18 )"