Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/stepmania: stepmania-3.9.ebuild ChangeLog
Date: Sat, 08 Mar 2008 13:19:02
Message-Id: E1JXyx1-0003Bi-Mx@stork.gentoo.org
1 drac 08/03/08 13:18:59
2
3 Modified: stepmania-3.9.ebuild ChangeLog
4 Log:
5 Bump patchset to fix bug 203935, configure dying without ffmpeg available.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.12 games-arcade/stepmania/stepmania-3.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild?r1=1.11&r2=1.12
14
15 Index: stepmania-3.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- stepmania-3.9.ebuild 15 Sep 2007 07:07:52 -0000 1.11
22 +++ stepmania-3.9.ebuild 8 Mar 2008 13:18:59 -0000 1.12
23 @@ -1,15 +1,16 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v 1.11 2007/09/15 07:07:52 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/stepmania-3.9.ebuild,v 1.12 2008/03/08 13:18:59 drac Exp $
29
30 inherit autotools eutils games
31
32 -MY_PV="${PV/_/-}"
33 +MY_PV=${PV/_/-}
34 +
35 DESCRIPTION="An advanced DDR simulator"
36 HOMEPAGE="http://www.stepmania.com/stepmania/"
37 SRC_URI="mirror://sourceforge/stepmania/StepMania-${MY_PV}-src.tar.gz
38 mirror://sourceforge/stepmania/StepMania-${MY_PV}-linux.tar.gz
39 - mirror://gentoo/${PN}-patches-1.tar.bz2"
40 + http://dev.gentoo.org/~drac/${PN}-patches-2.tar.bz2"
41
42 LICENSE="MIT"
43 SLOT="0"
44 @@ -28,7 +29,8 @@
45 vorbis? ( media-libs/libvorbis )
46 virtual/opengl
47 virtual/glu"
48 -DEPEND="${RDEPEND}"
49 +DEPEND="${RDEPEND}
50 + dev-util/pkgconfig"
51
52 S=${WORKDIR}/StepMania-${MY_PV}-src
53
54
55
56
57 1.20 games-arcade/stepmania/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/ChangeLog?rev=1.20&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/ChangeLog?rev=1.20&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/stepmania/ChangeLog?r1=1.19&r2=1.20
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v
66 retrieving revision 1.19
67 retrieving revision 1.20
68 diff -u -r1.19 -r1.20
69 --- ChangeLog 15 Sep 2007 07:07:52 -0000 1.19
70 +++ ChangeLog 8 Mar 2008 13:18:59 -0000 1.20
71 @@ -1,6 +1,9 @@
72 # ChangeLog for games-arcade/stepmania
73 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.19 2007/09/15 07:07:52 drac Exp $
75 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stepmania/ChangeLog,v 1.20 2008/03/08 13:18:59 drac Exp $
77 +
78 + 08 Mar 2008; Samuli Suominen <drac@g.o> stepmania-3.9.ebuild:
79 + Bump patchset to fix bug 203935, configure dying without ffmpeg available.
80
81 15 Sep 2007; Samuli Suominen <drac@g.o> stepmania-3.9.ebuild:
82 Changed SRC_URI to gentoo mirrors.
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list