diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-17 07:01:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-17 07:01:53 +0000 |
commit | 97719a99b9b6241a61a298a75de0e5bc62b59054 (patch) | |
tree | 096389ccb950c6a84b213d3f035ce03cc54325d9 /dev-perl/Text-CSV_XS | |
parent | Version bump. (diff) | |
download | historical-97719a99b9b6241a61a298a75de0e5bc62b59054.tar.gz historical-97719a99b9b6241a61a298a75de0e5bc62b59054.tar.bz2 historical-97719a99b9b6241a61a298a75de0e5bc62b59054.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.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 6a974fae5b67..e93e165ab190 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 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.64 2010/02/19 13:14:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.65 2010/03/17 06:53:21 tove Exp $ + +*Text-CSV_XS-0.72 (17 Mar 2010) + + 17 Mar 2010; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.72.ebuild: + Version bump *Text-CSV_XS-0.71 (19 Feb 2010) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild new file mode 100644 index 000000000000..ba64793c6c8e --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.72.ebuild,v 1.1 2010/03/17 06:53:21 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |