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 1DD641381F3 for ; Fri, 17 May 2013 15:58:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAC04E095F; Fri, 17 May 2013 15:58: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 2CCF8E095F for ; Fri, 17 May 2013 15:58:21 +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 502A133E27D for ; Fri, 17 May 2013 15:58:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 0EF192171D; Fri, 17 May 2013 15:58:18 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pygame: pygame-1.9.2_pre20120101-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pygame-1.9.2_pre20120101-r2.ebuild ChangeLog X-VCS-Directories: dev-python/pygame X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130517155819.0EF192171D@flycatcher.gentoo.org> Date: Fri, 17 May 2013 15:58: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: 01ed4a8c-3595-4111-a17d-2fc46e54f554 X-Archives-Hash: 1c9541b01a90aaf7a3acd57776f84858 jer 13/05/17 15:58:18 Modified: pygame-1.9.2_pre20120101-r2.ebuild ChangeLog Log: Stable for HPPA (bug #469732). (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision Changes Path 1.5 dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild?r1=1.4&r2=1.5 Index: pygame-1.9.2_pre20120101-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pygame-1.9.2_pre20120101-r2.ebuild 16 May 2013 13:21:31 -0000 1.4 +++ pygame-1.9.2_pre20120101-r2.ebuild 17 May 2013 15:58:18 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild,v 1.4 2013/05/16 13:21:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.9.2_pre20120101-r2.ebuild,v 1.5 2013/05/17 15:58:18 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2,3_3} ) @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~sparc x86 ~x86-fbsd" IUSE="doc examples X" DEPEND="dev-python/numpy[${PYTHON_USEDEP}] 1.96 dev-python/pygame/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygame/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygame/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygame/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pygame/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 16 May 2013 13:21:31 -0000 1.95 +++ ChangeLog 17 May 2013 15:58:18 -0000 1.96 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pygame # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/ChangeLog,v 1.95 2013/05/16 13:21:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/ChangeLog,v 1.96 2013/05/17 15:58:18 jer Exp $ + + 17 May 2013; Jeroen Roovers + pygame-1.9.2_pre20120101-r2.ebuild: + Stable for HPPA (bug #469732). 16 May 2013; Agostino Sarubbo pygame-1.9.2_pre20120101-r2.ebuild: