Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FormValidator-Simple-ProfileManager-YAML/
Date: Thu, 02 Jul 2015 05:34:10
Message-Id: 1435812584.1ad7ecfa2db365de5364b05d471e4f2838df1726.kent@gentoo
1 commit: 1ad7ecfa2db365de5364b05d471e4f2838df1726
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Thu Jul 9 23:59:15 2009 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 2 04:49:44 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1ad7ecfa
7
8 [rebase-filter: dwc/FormValidator-Simple-ProfileManager-YAML] Add remaining ebuilds from my perl-catalyst overlay
9
10 ...mValidator-Simple-ProfileManager-YAML-0.06.ebuild | 20 ++++++++++++++++++++
11 1 file changed, 20 insertions(+)
12
13 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
14 new file mode 100644
15 index 0000000..a307fc6
16 --- /dev/null
17 +++ b/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild
18 @@ -0,0 +1,20 @@
19 +# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Header$
22 +
23 +inherit perl-module
24 +
25 +DESCRIPTION="YAML profile manager for FormValidator::Simple"
26 +HOMEPAGE="http://search.cpan.org/dist/${PN}/"
27 +SRC_URI="mirror://cpan/authors/id/H/HO/HORIUCHI/${P}.tar.gz"
28 +LICENSE="|| ( Artistic GPL-2 )"
29 +
30 +SLOT="0"
31 +KEYWORDS="amd64 x86"
32 +RESTRICT="nomirror"
33 +
34 +IUSE=""
35 +RDEPEND="dev-lang/perl
36 + >=dev-perl/yaml-0.58"
37 +DEPEND="${RDEPEND}
38 + test? ( >=virtual/perl-Test-Simple-0.32 )"