axs 14/08/23 02:18:49 Modified: ChangeLog Added: Text-CSV-Simple-1.0.0-r1.ebuild Removed: Text-CSV-Simple-1.0.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.12 dev-perl/Text-CSV-Simple/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 4 Nov 2013 19:08:05 -0000 1.11 +++ ChangeLog 23 Aug 2014 02:18:49 -0000 1.12 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Text-CSV-Simple -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog,v 1.11 2013/11/04 19:08:05 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/ChangeLog,v 1.12 2014/08/23 02:18:49 axs Exp $ + +*Text-CSV-Simple-1.0.0-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org> + +Text-CSV-Simple-1.0.0-r1.ebuild, -Text-CSV-Simple-1.0.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 04 Nov 2013; Sergey Popov <pinkb...@gentoo.org> Text-CSV-Simple-1.0.0.ebuild: Add ~arm and ~mips keywords 1.1 dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Text-CSV-Simple-1.0.0-r1.ebuild =================================================================== # Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/08/23 02:18:49 axs Exp $ EAPI=5 MODULE_AUTHOR=TMTM MODULE_VERSION=1.00 inherit perl-module DESCRIPTION="Text::CSV::Simple - Simpler parsing of CSV files" SLOT="0" LICENSE="|| ( GPL-3 GPL-2 )" # GPL-2+ KEYWORDS="amd64 ~arm ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND="dev-perl/Text-CSV_XS dev-perl/Class-Trigger dev-perl/File-Slurp" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage )" SRC_TEST="do"