commit: c0563e53371d278d338667ffd03d3b54b161414b Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com> AuthorDate: Sat Jul 11 16:26:58 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=c0563e53
[rebase-filter: dwc/FormValidator-Simple-ProfileManager-YAML] Convert to EAPI=2 and add metadata.xml (Portage version: 2.1.6.13/git/Linux x86_64) (Signed Manifest commit) .../FormValidator-Simple-ProfileManager-YAML/ChangeLog | 8 ++++++++ ...ormValidator-Simple-ProfileManager-YAML-0.06.ebuild | 18 +++++++++--------- .../metadata.xml | 9 +++++++++ 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog b/dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog new file mode 100644 index 0000000..e6a5119 --- /dev/null +++ b/dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-perl/FormValidator-Simple-ProfileManager-YAML +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 11 Jul 2009; Daniel Westermann-Clark <[email protected]> + FormValidator-Simple-ProfileManager-YAML-0.06.ebuild, +metadata.xml: + Convert to EAPI=2 and add metadata.xml + 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 index a307fc6..cbaed90 100644 --- 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 @@ -1,20 +1,20 @@ -# Copyright Daniel Westermann-Clark <daniel at acceleration dot net> +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header$ +# $Header: $ +EAPI=2 + +MODULE_AUTHOR=HORIUCHI 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" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +SRC_TEST="do" IUSE="" -RDEPEND="dev-lang/perl - >=dev-perl/yaml-0.58" +RDEPEND=">=dev-perl/yaml-0.58" DEPEND="${RDEPEND} test? ( >=virtual/perl-Test-Simple-0.32 )" diff --git a/dev-perl/FormValidator-Simple-ProfileManager-YAML/metadata.xml b/dev-perl/FormValidator-Simple-ProfileManager-YAML/metadata.xml new file mode 100644 index 0000000..743b271 --- /dev/null +++ b/dev-perl/FormValidator-Simple-ProfileManager-YAML/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>[email protected]</email> + <name>Daniel Westermann-Clark</name> + </maintainer> +</pkgmetadata>
