mr_bones_    15/02/06 05:37:42

  Modified:             pydance-1.1.0.ebuild ChangeLog
  Log:
  add RDEPEND; tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  games-arcade/pydance/pydance-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild?r1=1.5&r2=1.6

Index: pydance-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pydance-1.1.0.ebuild        5 Jan 2015 17:03:34 -0000       1.5
+++ pydance-1.1.0.ebuild        6 Feb 2015 05:37:42 -0000       1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/pydance-1.1.0.ebuild,v 
1.5 2015/01/05 17:03:34 tupone Exp $
+# $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 $
 
 EAPI=5
 inherit eutils games
@@ -17,14 +17,14 @@
 DEPEND="dev-python/pygame
        media-libs/libvorbis
        media-libs/sdl-mixer"
+RDEPEND=${DEPEND}
 PDEPEND="games-arcade/pydance-songs"
 
 src_prepare() {
        sed -i \
                -e "s:1\.0\.1:1.0.2:" \
                -e "s:/etc/:${GAMES_SYSCONFDIR}/:" \
-               pydance.py constants.py docs/man/pydance.6 \
-               || die "sed failed"
+               pydance.py constants.py docs/man/pydance.6 || die
 }
 
 src_install() {
@@ -32,7 +32,7 @@
 
        insinto "${dir}"
        doins *.py
-       cp -R CREDITS {sound,images,utils,themes} "${D}${dir}/" || die "cp 
failed"
+       cp -R CREDITS {sound,images,utils,themes} "${D}${dir}/" || die
 
        insinto "${GAMES_SYSCONFDIR}"
        newins pydance.posix.cfg pydance.cfg



1.26                 games-arcade/pydance/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pydance/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   5 Jan 2015 17:03:34 -0000       1.25
+++ ChangeLog   6 Feb 2015 05:37:42 -0000       1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/pydance
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v 1.25 
2015/01/05 17:03:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pydance/ChangeLog,v 1.26 
2015/02/06 05:37:42 mr_bones_ Exp $
+
+  06 Feb 2015; Michael Sterrett <[email protected]> pydance-1.1.0.ebuild:
+  add RDEPEND; tidy
 
   05 Jan 2015; Tupone Alfredo <[email protected]> pydance-1.1.0.ebuild:
   EAPI 5 - Use python2




Reply via email to