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 0EB591389E2 for ; Sat, 29 Nov 2014 10:42:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B31B0E08DF; Sat, 29 Nov 2014 10:42:26 +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 64FBDE08DF for ; Sat, 29 Nov 2014 10:42:26 +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 3067D3403FF for ; Sat, 29 Nov 2014 10:42:25 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id D93ADB263; Sat, 29 Nov 2014 10:42:23 +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 dev-libs/marisa: marisa-0.2.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: marisa-0.2.4.ebuild ChangeLog X-VCS-Directories: dev-libs/marisa X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141129104223.D93ADB263@oystercatcher.gentoo.org> Date: Sat, 29 Nov 2014 10:42:23 +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: 01bdefd5-8649-4829-ace5-7a951d47a5a4 X-Archives-Hash: 95aedc6a4d006c166eaa723d4e6a11ba pacho 14/11/29 10:42:23 Modified: marisa-0.2.4.ebuild ChangeLog Log: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.2 dev-libs/marisa/marisa-0.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild?r1=1.1&r2=1.2 Index: marisa-0.2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- marisa-0.2.4.ebuild 22 Aug 2014 02:45:53 -0000 1.1 +++ marisa-0.2.4.ebuild 29 Nov 2014 10:42:23 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild,v 1.1 2014/08/22 02:45:53 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/marisa-0.2.4.ebuild,v 1.2 2014/11/29 10:42:23 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 eutils 1.2 dev-libs/marisa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/marisa/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/marisa/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/marisa/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/marisa/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 22 Aug 2014 02:45:53 -0000 1.1 +++ ChangeLog 29 Nov 2014 10:42:23 -0000 1.2 @@ -1,10 +1,12 @@ # ChangeLog for dev-libs/marisa # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/ChangeLog,v 1.1 2014/08/22 02:45:53 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/marisa/ChangeLog,v 1.2 2014/11/29 10:42:23 pacho Exp $ + + 29 Nov 2014; Pacho Ramos marisa-0.2.4.ebuild: + Support python 3.4 *marisa-0.2.4 (22 Aug 2014) 22 Aug 2014; Yixun Lan +marisa-0.2.4.ebuild, +files/marisa-0.2.4-python.patch, +metadata.xml: initial version added, bug 479436 -