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/pydance: pydance-1.1.0.ebuild ChangeLog
Date: Fri, 06 Feb 2015 05:37:46
Message-Id: 20150206053742.6736311286@oystercatcher.gentoo.org
1 mr_bones_ 15/02/06 05:37:42
2
3 Modified: pydance-1.1.0.ebuild ChangeLog
4 Log:
5 add RDEPEND; tidy
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 games-arcade/pydance/pydance-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild?r1=1.5&r2=1.6
15
16 Index: pydance-1.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- pydance-1.1.0.ebuild 5 Jan 2015 17:03:34 -0000 1.5
23 +++ pydance-1.1.0.ebuild 6 Feb 2015 05:37:42 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild,v 1.5 2015/01/05 17:03:34 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild,v 1.6 2015/02/06 05:37:42 mr_bones_ Exp $
29
30 EAPI=5
31 inherit eutils games
32 @@ -17,14 +17,14 @@
33 DEPEND="dev-python/pygame
34 media-libs/libvorbis
35 media-libs/sdl-mixer"
36 +RDEPEND=${DEPEND}
37 PDEPEND="games-arcade/pydance-songs"
38
39 src_prepare() {
40 sed -i \
41 -e "s:1\.0\.1:1.0.2:" \
42 -e "s:/etc/:${GAMES_SYSCONFDIR}/:" \
43 - pydance.py constants.py docs/man/pydance.6 \
44 - || die "sed failed"
45 + pydance.py constants.py docs/man/pydance.6 || die
46 }
47
48 src_install() {
49 @@ -32,7 +32,7 @@
50
51 insinto "${dir}"
52 doins *.py
53 - cp -R CREDITS {sound,images,utils,themes} "${D}${dir}/" || die "cp failed"
54 + cp -R CREDITS {sound,images,utils,themes} "${D}${dir}/" || die
55
56 insinto "${GAMES_SYSCONFDIR}"
57 newins pydance.posix.cfg pydance.cfg
58
59
60
61 1.26 games-arcade/pydance/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/ChangeLog?rev=1.26&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/ChangeLog?rev=1.26&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/ChangeLog?r1=1.25&r2=1.26
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v
70 retrieving revision 1.25
71 retrieving revision 1.26
72 diff -u -r1.25 -r1.26
73 --- ChangeLog 5 Jan 2015 17:03:34 -0000 1.25
74 +++ ChangeLog 6 Feb 2015 05:37:42 -0000 1.26
75 @@ -1,6 +1,9 @@
76 # ChangeLog for games-arcade/pydance
77 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v 1.25 2015/01/05 17:03:34 tupone Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v 1.26 2015/02/06 05:37:42 mr_bones_ Exp $
80 +
81 + 06 Feb 2015; Michael Sterrett <mr_bones_@g.o> pydance-1.1.0.ebuild:
82 + add RDEPEND; tidy
83
84 05 Jan 2015; Tupone Alfredo <tupone@g.o> pydance-1.1.0.ebuild:
85 EAPI 5 - Use python2