axs 14/08/22 21:11:17 Modified: ChangeLog Added: Spreadsheet-ParseExcel-0.590.0-r1.ebuild Removed: Spreadsheet-ParseExcel-0.590.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.75 dev-perl/Spreadsheet-ParseExcel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 25 Apr 2013 21:29:54 -0000 1.74 +++ ChangeLog 22 Aug 2014 21:11:17 -0000 1.75 @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/Spreadsheet-ParseExcel -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/ChangeLog,v 1.74 2013/04/25 21:29:54 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/ChangeLog,v 1.75 2014/08/22 21:11:17 axs Exp $ + +*Spreadsheet-ParseExcel-0.590.0-r1 (22 Aug 2014) + + 22 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Spreadsheet-ParseExcel-0.590.0-r1.ebuild, + -Spreadsheet-ParseExcel-0.590.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 25 Apr 2013; Agostino Sarubbo <[email protected]> Spreadsheet-ParseExcel-0.590.0.ebuild: 1.1 dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.590.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.590.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.590.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Spreadsheet-ParseExcel-0.590.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/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.590.0-r1.ebuild,v 1.1 2014/08/22 21:11:17 axs Exp $ EAPI=5 MODULE_AUTHOR=JMCNAMARA MODULE_VERSION=0.59 inherit perl-module DESCRIPTION="Get information from Excel file" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test cjk unicode" # Digest::Perl::MD5 cannot be replaced by Digest::MD5, as this module actually # interacts with the internal state of Digest::Perl::MD5. RDEPEND=">=dev-perl/OLE-StorageLite-0.19 dev-perl/IO-stringy dev-perl/Text-CSV_XS dev-perl/Crypt-RC4 dev-perl/Digest-Perl-MD5 unicode? ( dev-perl/Unicode-Map ) cjk? ( dev-perl/Jcode )" DEPEND=" test? ( dev-perl/Test-Pod dev-perl/Unicode-Map dev-perl/Spreadsheet-WriteExcel dev-perl/Jcode ) ${RDEPEND}" SRC_TEST="do"
