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 7FB5D138A1A for ; Sun, 23 Nov 2014 17:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EF22E07EA; Sun, 23 Nov 2014 17:23:46 +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 E79B8E07EA for ; Sun, 23 Nov 2014 17:23:45 +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 DB8A1340486 for ; Sun, 23 Nov 2014 17:23:44 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2304) id 90D1EAC0D; Sun, 23 Nov 2014 17:23:43 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: speech-dispatcher-0.8-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: speech-dispatcher-0.8-r2.ebuild ChangeLog X-VCS-Directories: app-accessibility/speech-dispatcher X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141123172343.90D1EAC0D@oystercatcher.gentoo.org> Date: Sun, 23 Nov 2014 17:23:43 +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: dba946fe-d305-4354-ace8-0ca71a22e9ba X-Archives-Hash: 137ad6cc30e2d9389e4947e333b524a2 floppym 14/11/23 17:23:43 Modified: speech-dispatcher-0.8-r2.ebuild ChangeLog Log: Add python3.4 to stable ebuild. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision Changes Path 1.15 app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?r1=1.14&r2=1.15 Index: speech-dispatcher-0.8-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- speech-dispatcher-0.8-r2.ebuild 29 Aug 2013 19:49:47 -0000 1.14 +++ speech-dispatcher-0.8-r2.ebuild 23 Nov 2014 17:23:43 -0000 1.15 @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.14 2013/08/29 19:49:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.15 2014/11/23 17:23:43 floppym Exp $ EAPI=5 -PYTHON_COMPAT=( python3_2 python3_3 ) +PYTHON_COMPAT=( python{3_3,3_4} ) inherit eutils python-r1 1.105 app-accessibility/speech-dispatcher/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.105&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.105&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.104&r2=1.105 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- ChangeLog 29 Sep 2014 09:20:17 -0000 1.104 +++ ChangeLog 23 Nov 2014 17:23:43 -0000 1.105 @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.104 2014/09/29 09:20:17 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.105 2014/11/23 17:23:43 floppym Exp $ + + 23 Nov 2014; Mike Gilbert + speech-dispatcher-0.8-r2.ebuild: + Add python3.4 to stable ebuild. *speech-dispatcher-0.8.1 (29 Sep 2014)