ssuominen 09/08/01 11:59:43
Modified: openttd-0.7.1.ebuild ChangeLog openttd-0.7.0.ebuild
Log:
Remove USE midi depend from alsa-lib depend.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.3 games-simulation/openttd/openttd-0.7.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.7.1.ebuild?r1=1.2&r2=1.3
Index: openttd-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openttd-0.7.1.ebuild 21 Jul 2009 02:19:55 -0000 1.2
+++ openttd-0.7.1.ebuild 1 Aug 2009 11:59:43 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.1.ebuild,v 1.2 2009/07/21 02:19:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.1.ebuild,v 1.3 2009/08/01 11:59:43 ssuominen Exp $
EAPI=2
inherit eutils games
@@ -30,7 +30,7 @@
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}
!dedicated? (
- alsa? ( media-sound/alsa-utils[midi] )
+ alsa? ( media-sound/alsa-utils )
)"
src_configure() {
1.72 games-simulation/openttd/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 21 Jul 2009 02:19:55 -0000 1.71
+++ ChangeLog 1 Aug 2009 11:59:43 -0000 1.72
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/openttd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.71 2009/07/21 02:19:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.72 2009/08/01 11:59:43 ssuominen Exp $
+
+ 01 Aug 2009; Samuli Suominen <ssuominen@g.o> openttd-0.7.0.ebuild,
+ openttd-0.7.1.ebuild:
+ Remove USE midi depend from alsa-lib depend.
21 Jul 2009; Michael Sterrett <mr_bones_@g.o> openttd-0.7.1.ebuild:
fix install paths (bug #278319)
1.3 games-simulation/openttd/openttd-0.7.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.7.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.7.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.7.0.ebuild?r1=1.2&r2=1.3
Index: openttd-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openttd-0.7.0.ebuild 5 Apr 2009 17:38:04 -0000 1.2
+++ openttd-0.7.0.ebuild 1 Aug 2009 11:59:43 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.0.ebuild,v 1.2 2009/04/05 17:38:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.0.ebuild,v 1.3 2009/08/01 11:59:43 ssuominen Exp $
EAPI=2
inherit eutils games
@@ -30,7 +30,7 @@
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}
!dedicated? (
- alsa? ( media-sound/alsa-utils[midi] )
+ alsa? ( media-sound/alsa-utils )
)"
PATCHES=( "${FILESDIR}"/${P}-build.patch )
|