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 7EB7C138CD0 for ; Thu, 2 Jul 2015 05:34:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47825E0822; Thu, 2 Jul 2015 05:34:07 +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 9DFE9E0823 for ; Thu, 2 Jul 2015 05:34:06 +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 A3D5434095B for ; Thu, 2 Jul 2015 05:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 501BF73A for ; Thu, 2 Jul 2015 05:34:04 +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: <1435812584.1ad7ecfa2db365de5364b05d471e4f2838df1726.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FormValidator-Simple-ProfileManager-YAML/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild X-VCS-Directories: dev-perl/FormValidator-Simple-ProfileManager-YAML/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1ad7ecfa2db365de5364b05d471e4f2838df1726 X-VCS-Branch: master Date: Thu, 2 Jul 2015 05:34:04 +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: 3058b83e-b473-401b-a859-8979ad6501de X-Archives-Hash: b962b737d663cef32f7c3763149e20a6 commit: 1ad7ecfa2db365de5364b05d471e4f2838df1726 Author: Daniel Westermann-Clark pobox com> AuthorDate: Thu Jul 9 23:59:15 2009 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 2 04:49:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1ad7ecfa [rebase-filter: dwc/FormValidator-Simple-ProfileManager-YAML] Add remaining ebuilds from my perl-catalyst overlay ...mValidator-Simple-ProfileManager-YAML-0.06.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild b/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild new file mode 100644 index 0000000..a307fc6 --- /dev/null +++ b/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild @@ -0,0 +1,20 @@ +# Copyright Daniel Westermann-Clark +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="YAML profile manager for FormValidator::Simple" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/H/HO/HORIUCHI/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="amd64 x86" +RESTRICT="nomirror" + +IUSE="" +RDEPEND="dev-lang/perl + >=dev-perl/yaml-0.58" +DEPEND="${RDEPEND} + test? ( >=virtual/perl-Test-Simple-0.32 )"