commit: 5ccd0854d434d1a0730e686a76a232202461569e Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com> AuthorDate: Wed Jul 8 15:43:12 2009 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Jul 4 02:37:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5ccd0854
[rebase-filter: dwc/SOAP-DateTime] Add remaning ebuilds from my perl-other overlay dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild new file mode 100644 index 0000000..8d7bd97 --- /dev/null +++ b/dev-perl/SOAP-DateTime/SOAP-DateTime-0.02.ebuild @@ -0,0 +1,21 @@ +# 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="Support for converting dates to xsd:dateTime format" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/M/MC/MCMAHON/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="amd64 x86" +RESTRICT="nomirror" +SRC_TEST="do" + +IUSE="test" +RDEPEND="dev-lang/perl + dev-perl/DateManip" +DEPEND="${RDEPEND} + test? ( >=virtual/perl-Test-Simple-0.44 )"
