diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index e0fe49f6dab9..0447a667788e 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,12 @@ # 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.73 2010/09/23 08:37:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.74 2010/09/30 19:02:05 robbat2 Exp $ + +*Text-CSV_XS-0.74 (30 Sep 2010) + + 30 Sep 2010; Robin H. Johnson <robbat2@gentoo.org> + +Text-CSV_XS-0.74.ebuild: + Version bump via perl-bump experimental tool. 23 Sep 2010; Fabian Groffen <grobian@gentoo.org> Text-CSV_XS-0.73.ebuild: Marked ~x64-solaris diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.ebuild new file mode 100644 index 000000000000..0fa88439e70d --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.74.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.74.ebuild,v 1.1 2010/09/30 19:02:05 robbat2 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 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="parallel" |