diff options
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index a2265b444d79..7355aeb3266d 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.38 2009/03/14 10:15:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.39 2009/03/21 20:28:35 tove Exp $ + +*Text-CSV_XS-0.63 (21 Mar 2009) + + 21 Mar 2009; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.63.ebuild: + Version bump *Text-CSV_XS-0.62 (14 Mar 2009) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild new file mode 100644 index 000000000000..cd90b1e9cb3d --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.63.ebuild,v 1.1 2009/03/21 20:28:35 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=HMBRAND +MODULE_A=${P}.tgz +inherit perl-module + +DESCRIPTION="comma-separated values manipulation routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |