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 EB91F138010 for ; Fri, 14 Sep 2012 05:10:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD25F21C00E; Fri, 14 Sep 2012 05:10:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 65AC521C00E for ; Fri, 14 Sep 2012 05:10:48 +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 9F2FB33D4ED for ; Fri, 14 Sep 2012 05:10:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 766) id 6248B21600; Fri, 14 Sep 2012 05:10:46 +0000 (UTC) From: "Brian Harring (ferringb)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ferringb@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/openttd: ChangeLog openttd-1.2.2.ebuild openttd-1.2.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog openttd-1.2.2.ebuild openttd-1.2.0.ebuild X-VCS-Directories: games-simulation/openttd X-VCS-Committer: ferringb X-VCS-Committer-Name: Brian Harring Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120914051046.6248B21600@flycatcher.gentoo.org> Date: Fri, 14 Sep 2012 05:10:46 +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: a30c5bec-8dfd-440c-b64e-d6805fae0c62 X-Archives-Hash: 72b4a6d100199d1ba34ee4fd2094f646 ferringb 12/09/14 05:10:46 Modified: ChangeLog openttd-1.2.2.ebuild openttd-1.2.0.ebuild Log: Drop vecho usage, and ebuild attempt to do UI the PM does for test phase (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.129 games-simulation/openttd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.129&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.129&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.128&r2=1.129 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- ChangeLog 12 Sep 2012 02:05:41 -0000 1.128 +++ ChangeLog 14 Sep 2012 05:10:46 -0000 1.129 @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.128 2012/09/12 02:05:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.129 2012/09/14 05:10:46 ferringb Exp $ + + 14 Sep 2012; Brian Harring openttd-1.2.0.ebuild, + openttd-1.2.2.ebuild: + Drop vecho usage, and ebuild attempt to do UI the PM does for test phase. 12 Sep 2012; Michael Sterrett openttd-1.2.2.ebuild: restrict the test since it requires a graphics set to run 1.3 games-simulation/openttd/openttd-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.2.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.2.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.2.2.ebuild?r1=1.2&r2=1.3 Index: openttd-1.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openttd-1.2.2.ebuild 12 Sep 2012 02:05:41 -0000 1.2 +++ openttd-1.2.2.ebuild 14 Sep 2012 05:10:46 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.2.ebuild,v 1.2 2012/09/12 02:05:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.2.ebuild,v 1.3 2012/09/14 05:10:46 ferringb Exp $ EAPI=3 inherit eutils gnome2-utils games @@ -95,7 +95,6 @@ } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" emake -j1 test || die "Make test failed. See above for details." } 1.8 games-simulation/openttd/openttd-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.2.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.2.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.2.0.ebuild?r1=1.7&r2=1.8 Index: openttd-1.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- openttd-1.2.0.ebuild 31 May 2012 16:34:39 -0000 1.7 +++ openttd-1.2.0.ebuild 14 Sep 2012 05:10:46 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.0.ebuild,v 1.7 2012/05/31 16:34:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.2.0.ebuild,v 1.8 2012/09/14 05:10:46 ferringb Exp $ EAPI=3 inherit eutils games @@ -94,7 +94,6 @@ } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" emake -j1 test || die "Make test failed. See above for details." }