diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-15 17:02:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-15 17:02:52 +0000 |
commit | c17e968c64122bd49ac8534145ce2b040c929338 (patch) | |
tree | 04cddf0eed8a854242530816c6fca4ddf082fcab /dev-perl/Text-CSV_XS | |
parent | Stable on alpha, bug #269863 (diff) | |
download | historical-c17e968c64122bd49ac8534145ce2b040c929338.tar.gz historical-c17e968c64122bd49ac8534145ce2b040c929338.tar.bz2 historical-c17e968c64122bd49ac8534145ce2b040c929338.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux i686
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.65.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 85b6867efb0d..58c194970437 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.47 2009/05/06 14:10:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.48 2009/05/15 17:02:52 tove Exp $ + +*Text-CSV_XS-0.65 (15 May 2009) + + 15 May 2009; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.65.ebuild: + Version bump 06 May 2009; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.30.ebuild, -Text-CSV_XS-0.31.ebuild, -Text-CSV_XS-0.45.ebuild: diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.65.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.65.ebuild new file mode 100644 index 000000000000..bd4aef57dba1 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.65.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.65.ebuild,v 1.1 2009/05/15 17:02:52 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" |