commit: 1ad7ecfa2db365de5364b05d471e4f2838df1726 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com> AuthorDate: Thu Jul 9 23:59:15 2009 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> 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 <daniel at acceleration dot net> +# 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 )"