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 02C891381F3 for ; Sun, 13 Oct 2013 09:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A56EDE09B4; Sun, 13 Oct 2013 09:30:45 +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 4406CE09B4 for ; Sun, 13 Oct 2013 09:30:45 +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 2678C33EE89 for ; Sun, 13 Oct 2013 09:30:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id CC3842004C; Sun, 13 Oct 2013 09:30:42 +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-python/timelib: timelib-0.2.4-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: timelib-0.2.4-r1.ebuild ChangeLog X-VCS-Directories: dev-python/timelib X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131013093042.CC3842004C@flycatcher.gentoo.org> Date: Sun, 13 Oct 2013 09:30:42 +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: 3684454e-43ce-4020-8b4b-150abdf5b9a9 X-Archives-Hash: 88b2cb800d7a48cb9b110683371d04a2 pacho 13/10/13 09:30:42 Modified: timelib-0.2.4-r1.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 dev-python/timelib/timelib-0.2.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild?r1=1.2&r2=1.3 Index: timelib-0.2.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- timelib-0.2.4-r1.ebuild 5 Sep 2013 18:46:51 -0000 1.2 +++ timelib-0.2.4-r1.ebuild 13 Oct 2013 09:30:42 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.2 2013/09/05 18:46:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.4-r1.ebuild,v 1.3 2013/10/13 09:30:42 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 1.11 dev-python/timelib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/timelib/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 5 Sep 2013 18:46:51 -0000 1.10 +++ ChangeLog 13 Oct 2013 09:30:42 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/timelib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.10 2013/09/05 18:46:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.11 2013/10/13 09:30:42 pacho Exp $ + + 13 Oct 2013; Pacho Ramos timelib-0.2.4-r1.ebuild: + Also compatible with python3_3 05 Sep 2013; Michał Górny timelib-0.2.4-r1.ebuild: Clean up PYTHON_COMPAT from old implementations.