diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-16 14:38:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-16 14:38:21 +0000 |
commit | ac111dd58bc1d516ac717fcd6827813ed3ca77d7 (patch) | |
tree | 74d5e173fbc264a55b45db85c237aff1d7da6e63 /dev-perl/Text-CSV | |
parent | Remove xkeyval from any-of-many dependency, bug 262897. (diff) | |
download | historical-ac111dd58bc1d516ac717fcd6827813ed3ca77d7.tar.gz historical-ac111dd58bc1d516ac717fcd6827813ed3ca77d7.tar.bz2 historical-ac111dd58bc1d516ac717fcd6827813ed3ca77d7.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/Text-CSV')
-rw-r--r-- | dev-perl/Text-CSV/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.12.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index 171b4e6c28da..a7eab24468c0 100644 --- a/dev-perl/Text-CSV/ChangeLog +++ b/dev-perl/Text-CSV/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-CSV # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.17 2009/05/02 10:24:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.18 2009/05/16 14:38:21 tove Exp $ + +*Text-CSV-1.12 (16 May 2009) + + 16 May 2009; Torsten Veller <tove@gentoo.org> +Text-CSV-1.12.ebuild: + Version bump 02 May 2009; Torsten Veller <tove@gentoo.org> -Text-CSV-1.10.ebuild: Cleanup diff --git a/dev-perl/Text-CSV/Text-CSV-1.12.ebuild b/dev-perl/Text-CSV/Text-CSV-1.12.ebuild new file mode 100644 index 000000000000..f1fb48b9948d --- /dev/null +++ b/dev-perl/Text-CSV/Text-CSV-1.12.ebuild @@ -0,0 +1,19 @@ +# 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/Text-CSV-1.12.ebuild,v 1.1 2009/05/16 14:38:21 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="MAKAMAKA" +inherit perl-module + +DESCRIPTION="Manipulate comma-separated value strings" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod )" + +SRC_TEST=do |