diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-15 11:48:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-15 11:48:59 +0000 |
commit | 3eded60b6b0038a5768567cc5d545883a68df561 (patch) | |
tree | 358c160fd08e2d011fdafec6bf1dca72d0f3f664 /dev-perl/Text-CSV_XS | |
parent | Depend qt-dbus, fixes build issue reported in bug #338059 by Robert Wolf. Dro... (diff) | |
download | historical-3eded60b6b0038a5768567cc5d545883a68df561.tar.gz historical-3eded60b6b0038a5768567cc5d545883a68df561.tar.bz2 historical-3eded60b6b0038a5768567cc5d545883a68df561.zip |
Version bump
Package-Manager: portage-2.2_rc96/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.76.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 1c4bc0364778..a771eb25621e 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.75 2010/10/09 06:57:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.76 2010/10/15 11:38:59 tove Exp $ + +*Text-CSV_XS-0.76 (15 Oct 2010) + + 15 Oct 2010; Torsten Veller <tove@gentoo.org> +Text-CSV_XS-0.76.ebuild: + Version bump *Text-CSV_XS-0.75 (09 Oct 2010) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.76.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.76.ebuild new file mode 100644 index 000000000000..cb1df335888a --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.76.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.76.ebuild,v 1.1 2010/10/15 11:38:59 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 ~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" |