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 AD2C51389E2 for ; Sat, 20 Dec 2014 13:24:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2E8EE0AFF; Sat, 20 Dec 2014 13:24:40 +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 69482E0AFF for ; Sat, 20 Dec 2014 13:24:40 +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 5ECB334067B for ; Sat, 20 Dec 2014 13:24:39 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2332) id E486BCEC4; Sat, 20 Dec 2014 13:24:37 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ipy: ipy-0.81.ebuild ChangeLog ipy-0.76-r1.ebuild ipy-0.76.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ipy-0.81.ebuild ChangeLog ipy-0.76-r1.ebuild ipy-0.76.ebuild X-VCS-Directories: dev-python/ipy X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141220132437.E486BCEC4@oystercatcher.gentoo.org> Date: Sat, 20 Dec 2014 13:24:37 +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: ae3944bf-60df-4bb0-b846-6cb9c4676c2c X-Archives-Hash: 0d74c36c94b0e88f3f19a077aa9cba70 idella4 14/12/20 13:24:37 Modified: ipy-0.81.ebuild ChangeLog Removed: ipy-0.76-r1.ebuild ipy-0.76.ebuild Log: rm old impls, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.5 dev-python/ipy/ipy-0.81.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild?r1=1.4&r2=1.5 Index: ipy-0.81.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ipy-0.81.ebuild 25 Nov 2014 09:16:57 -0000 1.4 +++ ipy-0.81.ebuild 20 Dec 2014 13:24:37 -0000 1.5 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild,v 1.4 2014/11/25 09:16:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.81.ebuild,v 1.5 2014/12/20 13:24:37 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 1.44 dev-python/ipy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipy/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipy/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipy/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 25 Nov 2014 09:16:57 -0000 1.43 +++ ChangeLog 20 Dec 2014 13:24:37 -0000 1.44 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ipy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.43 2014/11/25 09:16:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.44 2014/12/20 13:24:37 idella4 Exp $ + + 20 Dec 2014; Ian Delaney -ipy-0.76-r1.ebuild, + -ipy-0.76.ebuild, ipy-0.81.ebuild: + rm old impls, rm old 25 Nov 2014; Pacho Ramos ipy-0.81.ebuild: Support python 3.4