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 4EFC6138A1F for ; Tue, 16 Sep 2014 08:32:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C05CEE086C; Tue, 16 Sep 2014 08:32:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C43CE086C for ; Tue, 16 Sep 2014 08:32:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FC453402EC for ; Tue, 16 Sep 2014 08:32:36 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2351) id 24FC75AE2; Tue, 16 Sep 2014 08:32:35 +0000 (UTC) From: "Vladimir Smirnov (civil)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, civil@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.20.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: perl-5.20.1.ebuild ChangeLog X-VCS-Directories: dev-lang/perl X-VCS-Committer: civil X-VCS-Committer-Name: Vladimir Smirnov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140916083235.24FC75AE2@oystercatcher.gentoo.org> Date: Tue, 16 Sep 2014 08:32:35 +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: 999dd8c1-3ad7-408e-b051-cfea03585f71 X-Archives-Hash: c17f3e70bd9ef0997cf3b04cf8e15697 civil 14/09/16 08:32:35 Modified: perl-5.20.1.ebuild ChangeLog Log: Replace patchset's extention to xz. Fixes #522896 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.2 dev-lang/perl/perl-5.20.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild?r1=1.1&r2=1.2 Index: perl-5.20.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-5.20.1.ebuild 15 Sep 2014 09:38:33 -0000 1.1 +++ perl-5.20.1.ebuild 16 Sep 2014 08:32:35 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild,v 1.1 2014/09/15 09:38:33 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.20.1.ebuild,v 1.2 2014/09/16 08:32:35 civil Exp $ EAPI=5 @@ -20,8 +20,8 @@ SRC_URI=" mirror://cpan/src/5.0/${MY_P}.tar.bz2 mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MY_P}.tar.bz2 - mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2 - http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2 + mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.xz + http://dev.gentoo.org/~civil/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.xz " HOMEPAGE="http://www.perl.org/" 1.429 dev-lang/perl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.429&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?rev=1.429&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/perl/ChangeLog?r1=1.428&r2=1.429 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v retrieving revision 1.428 retrieving revision 1.429 diff -u -r1.428 -r1.429 --- ChangeLog 15 Sep 2014 09:38:33 -0000 1.428 +++ ChangeLog 16 Sep 2014 08:32:35 -0000 1.429 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/perl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.428 2014/09/15 09:38:33 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.429 2014/09/16 08:32:35 civil Exp $ + + 16 Sep 2014; perl-5.20.1.ebuild: + Replace patchset's extention to xz. Fixes #522896 *perl-5.20.1 (15 Sep 2014)