From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AC1C1381F3 for ; Sat, 24 Nov 2012 07:38:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77D85E060D; Sat, 24 Nov 2012 07:38:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F04F4E060D for ; Sat, 24 Nov 2012 07:37:59 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19BE833D97F for ; Sat, 24 Nov 2012 07:37:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 902) id D768F20C65; Sat, 24 Nov 2012 07:37:57 +0000 (UTC) From: "Torsten Veller (tove)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tove@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Text-CSV_XS: ChangeLog Text-CSV_XS-0.930.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog Text-CSV_XS-0.930.0.ebuild X-VCS-Directories: dev-perl/Text-CSV_XS X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121124073757.D768F20C65@flycatcher.gentoo.org> Date: Sat, 24 Nov 2012 07:37:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9bc3381f-4ac2-4187-ac1e-2b4b55b7b6cb X-Archives-Hash: 6d0855168477d1ec30cebcafe5585bc9 tove 12/11/24 07:37:57 Modified: ChangeLog Added: Text-CSV_XS-0.930.0.ebuild Log: [bump] dev-perl/Text-CSV_XS-0.930.0 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC) Revision Changes Path 1.115 dev-perl/Text-CSV_XS/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.115&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?rev=1.115&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog?r1=1.114&r2=1.115 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- ChangeLog 13 Nov 2012 19:24:21 -0000 1.114 +++ ChangeLog 24 Nov 2012 07:37:57 -0000 1.115 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.114 2012/11/13 19:24:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.115 2012/11/24 07:37:57 tove Exp $ + +*Text-CSV_XS-0.930.0 (24 Nov 2012) + + 24 Nov 2012; Torsten Veller +Text-CSV_XS-0.930.0.ebuild: + Version bump *Text-CSV_XS-0.920.0 (13 Nov 2012) 1.1 dev-perl/Text-CSV_XS/Text-CSV_XS-0.930.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.930.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.930.0.ebuild?rev=1.1&content-type=text/plain Index: Text-CSV_XS-0.930.0.ebuild =================================================================== # 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_XS/Text-CSV_XS-0.930.0.ebuild,v 1.1 2012/11/24 07:37:57 tove Exp $ EAPI=4 MODULE_A_EXT=tgz MODULE_AUTHOR=HMBRAND MODULE_VERSION=0.93 inherit perl-module DESCRIPTION="Comma-separated values manipulation routines" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-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"