summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2012-09-14 05:10:46 +0000
committerBrian Harring <ferringb@gentoo.org>2012-09-14 05:10:46 +0000
commit431aefbe78f9c87ab605dbd27ea58db250a80fb4 (patch)
treeeed2abd4dd225c08a7d093d0248fe5d411f433d9 /games-simulation
parentRemove vala-common dependency since tarball includes m4/vapigen.m4; bug #4311... (diff)
downloadgentoo-2-431aefbe78f9c87ab605dbd27ea58db250a80fb4.tar.gz
gentoo-2-431aefbe78f9c87ab605dbd27ea58db250a80fb4.tar.bz2
gentoo-2-431aefbe78f9c87ab605dbd27ea58db250a80fb4.zip
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)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/openttd/ChangeLog6
-rw-r--r--games-simulation/openttd/openttd-1.2.0.ebuild3
-rw-r--r--games-simulation/openttd/openttd-1.2.2.ebuild3
3 files changed, 7 insertions, 5 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog
index f4a6164ec2cd..f6247b1b832b 100644
--- a/games-simulation/openttd/ChangeLog
+++ b/games-simulation/openttd/ChangeLog
@@ -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 <ferringb@gentoo.org> 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 <mr_bones_@gentoo.org> openttd-1.2.2.ebuild:
restrict the test since it requires a graphics set to run
diff --git a/games-simulation/openttd/openttd-1.2.0.ebuild b/games-simulation/openttd/openttd-1.2.0.ebuild
index 4f5373294f95..377ed938c77c 100644
--- a/games-simulation/openttd/openttd-1.2.0.ebuild
+++ b/games-simulation/openttd/openttd-1.2.0.ebuild
@@ -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_compile() {
}
src_test() {
- vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
emake -j1 test || die "Make test failed. See above for details."
}
diff --git a/games-simulation/openttd/openttd-1.2.2.ebuild b/games-simulation/openttd/openttd-1.2.2.ebuild
index 79a786f5d4ee..c2b6a6728ea2 100644
--- a/games-simulation/openttd/openttd-1.2.2.ebuild
+++ b/games-simulation/openttd/openttd-1.2.2.ebuild
@@ -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_compile() {
}
src_test() {
- vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
emake -j1 test || die "Make test failed. See above for details."
}