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 814D31381F3 for ; Sun, 13 Oct 2013 07:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15680E0784; Sun, 13 Oct 2013 07:54:21 +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 A4B8BE0784 for ; Sun, 13 Oct 2013 07:54:20 +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 BF17533DA38 for ; Sun, 13 Oct 2013 07:54:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 87C232004C; Sun, 13 Oct 2013 07:54:18 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-editors/retext: retext-4.0.1-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: retext-4.0.1-r2.ebuild ChangeLog X-VCS-Directories: app-editors/retext X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131013075418.87C232004C@flycatcher.gentoo.org> Date: Sun, 13 Oct 2013 07:54:18 +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: 78dc5b14-7788-4281-837e-93b40df009bc X-Archives-Hash: 31702ebc38d71197bcb0fc449044bd45 pacho 13/10/13 07:54:18 Modified: retext-4.0.1-r2.ebuild ChangeLog Log: Also compatible with python3_3 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.3 app-editors/retext/retext-4.0.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/retext/retext-4.0.1-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/retext/retext-4.0.1-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/retext/retext-4.0.1-r2.ebuild?r1=1.2&r2=1.3 Index: retext-4.0.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/retext/retext-4.0.1-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- retext-4.0.1-r2.ebuild 5 Sep 2013 14:20:33 -0000 1.2 +++ retext-4.0.1-r2.ebuild 13 Oct 2013 07:54:18 -0000 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/retext-4.0.1-r2.ebuild,v 1.2 2013/09/05 14:20:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/retext-4.0.1-r2.ebuild,v 1.3 2013/10/13 07:54:18 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_2 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) PLOCALES="ca cs cy da de es et eu fr it ja pl pt pt_BR ru sk uk zh_CN zh_TW" inherit distutils-r1 l10n 1.6 app-editors/retext/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/retext/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/retext/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/retext/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 Sep 2013 14:20:33 -0000 1.5 +++ ChangeLog 13 Oct 2013 07:54:18 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for app-editors/retext # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v 1.5 2013/09/05 14:20:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/retext/ChangeLog,v 1.6 2013/10/13 07:54:18 pacho Exp $ + + 13 Oct 2013; Pacho Ramos retext-4.0.1-r2.ebuild: + Also compatible with python3_3 05 Sep 2013; Agostino Sarubbo retext-4.0.1-r2.ebuild: Stable for amd64, wrt bug #481940