diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-14 15:25:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-14 15:25:29 +0000 |
commit | dc4725ed85f7dc6818a3197fccb277794b9fe1f8 (patch) | |
tree | 54b9f88f5da486821187ef9331fdc43fff09fedc /dev-perl/DateManip/DateManip-5.56.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-dc4725ed85f7dc6818a3197fccb277794b9fe1f8.tar.gz gentoo-2-dc4725ed85f7dc6818a3197fccb277794b9fe1f8.tar.bz2 gentoo-2-dc4725ed85f7dc6818a3197fccb277794b9fe1f8.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateManip/DateManip-5.56.ebuild')
-rw-r--r-- | dev-perl/DateManip/DateManip-5.56.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/DateManip/DateManip-5.56.ebuild b/dev-perl/DateManip/DateManip-5.56.ebuild new file mode 100644 index 000000000000..f2451f1e5b9d --- /dev/null +++ b/dev-perl/DateManip/DateManip-5.56.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.56.ebuild,v 1.1 2010/03/14 15:25:29 tove Exp $ + +EAPI=2 + +MY_PN=Date-Manip +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_P} +MODULE_AUTHOR=SBECK +inherit perl-module + +DESCRIPTION="Perl date manipulation routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( dev-perl/Test-Pod )" +# dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" +mydoc="HISTORY" |