diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 11:57:58 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 11:57:58 +0000 |
commit | ee88355629ec46b6bb28a94c2cc0bea4da1f92d3 (patch) | |
tree | bd1496323000e5df1467cba43d2dd5d2a2726bed /dev-perl/Text-CSV-Simple | |
parent | Marked ~ppc-aix, bug #432288 (diff) | |
download | gentoo-2-ee88355629ec46b6bb28a94c2cc0bea4da1f92d3.tar.gz gentoo-2-ee88355629ec46b6bb28a94c2cc0bea4da1f92d3.tar.bz2 gentoo-2-ee88355629ec46b6bb28a94c2cc0bea4da1f92d3.zip |
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-perl/Text-CSV-Simple')
-rw-r--r-- | dev-perl/Text-CSV-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Text-CSV-Simple/ChangeLog b/dev-perl/Text-CSV-Simple/ChangeLog index 7538c747ce78..bb5cc04d2793 100644 --- a/dev-perl/Text-CSV-Simple/ChangeLog +++ b/dev-perl/Text-CSV-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-CSV-Simple # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog,v 1.9 2012/06/24 12:59:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog,v 1.10 2012/09/01 11:57:58 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Text-CSV-Simple-1.0.0.ebuild: + Marked ~ppc-aix, bug #432288 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0.ebuild b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0.ebuild index fae252bb6a85..32ef407fbc9c 100644 --- a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0.ebuild +++ b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0.ebuild,v 1.2 2011/09/03 21:05:14 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0.ebuild,v 1.3 2012/09/01 11:57:58 grobian Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="Text::CSV::Simple - Simpler parsing of CSV files" SLOT="0" LICENSE="|| ( GPL-3 GPL-2 )" # GPL-2+ -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND="dev-perl/Text-CSV_XS |