Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/ceferino: ceferino-0.97.8.ebuild
Date: Mon, 25 Jan 2010 22:11:34
Message-Id: E1NZX9g-0005H2-4p@stork.gentoo.org
1 mr_bones_ 10/01/25 22:11:32
2
3 Modified: ceferino-0.97.8.ebuild
4 Log:
5 tidy
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 games-arcade/ceferino/ceferino-0.97.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild?r1=1.4&r2=1.5
14
15 Index: ceferino-0.97.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ceferino-0.97.8.ebuild 31 Oct 2009 14:37:04 -0000 1.4
22 +++ ceferino-0.97.8.ebuild 25 Jan 2010 22:11:31 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild,v 1.4 2009/10/31 14:37:04 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ceferino/ceferino-0.97.8.ebuild,v 1.5 2010/01/25 22:11:31 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils games
31 @@ -47,7 +47,7 @@
32
33 pkg_postinst() {
34 games_pkg_postinst
35 - if ! built_with_use media-libs/sdl-mixer mikmod ; then
36 + if ! has_version "media-libs/sdl-mixer[mikmod]" ; then
37 ewarn
38 ewarn "To hear music, you will have to rebuild media-libs/sdl-mixer"
39 ewarn "with the \"mikmod\" USE flag turned on."