mr_bones_    15/01/02 08:02:50

  Modified:             dragonhunt-3.56-r1.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  games-rpg/dragonhunt/dragonhunt-3.56-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dragonhunt/dragonhunt-3.56-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dragonhunt/dragonhunt-3.56-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dragonhunt/dragonhunt-3.56-r1.ebuild?r1=1.2&r2=1.3

Index: dragonhunt-3.56-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-rpg/dragonhunt/dragonhunt-3.56-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dragonhunt-3.56-r1.ebuild   5 Sep 2013 19:44:42 -0000       1.2
+++ dragonhunt-3.56-r1.ebuild   2 Jan 2015 08:02:50 -0000       1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/dragonhunt/dragonhunt-3.56-r1.ebuild,v 1.2 
2013/09/05 19:44:42 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/dragonhunt/dragonhunt-3.56-r1.ebuild,v 1.3 
2015/01/02 08:02:50 mr_bones_ Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1 games
 
 MY_P="Dragon_Hunt-${PV}"
@@ -33,38 +33,34 @@
        sed -i "s:\.\./modules/:${GAMES_DATADIR}/${PN}/:" \
                code/g.py \
                code/map_editor.py \
-               code/rpg.py \
-               || die "Could not change module path."
+               code/rpg.py || die
 
        # Where to look for keybinding
        sed -i "s:\.\./settings:${GAMES_SYSCONFDIR}/${PN}/settings:" \
-               code/g.py \
-               || die "Could not change settings.txt directory"
+               code/g.py || die
 
        # Save games in ~/.${PN}/.
        sed -i \
                -e "s:^\(from os import.*\):\1\, environ:" \
                -e "s:g.mod_dir.*\"/saves/\?\":environ[\"HOME\"] + 
\"/.${PN}/\":" \
-               code/g.py code/loadgame.py \
-               || die "Could not change savegames location."
+               code/g.py code/loadgame.py || die
 
        # Save maps in ~/.
        sed -i \
                -e "s:^\(from os import.*\):\1\, environ:" \
                -e "s:g.mod_dir.*\"map\.txt\":environ[\"HOME\"]\ +\ 
\"/dh_map.txt\":" \
-               code/map_editor.py \
-               || die "Could not change map location."
+               code/map_editor.py || die
 }
 
 src_install() {
        insinto "${GAMES_DATADIR}"/${PN}
-       doins -r modules/* || die "doins modules failed"
+       doins -r modules/*
 
        insinto "${GAMES_SYSCONFDIR}"/${PN}
-       doins settings.txt || die "doins settings.txt failed"
+       doins settings.txt
 
        insinto "$(games_get_libdir)"/${PN}
-       doins code/*.py || die "doins code failed"
+       doins code/*.py
 
        games_make_wrapper ${PN} "${EPYTHON} ./rpg.py" 
"$(games_get_libdir)"/${PN}
        games_make_wrapper ${PN}-mapeditor "${EPYTHON} ./map_editor.py" \



1.10                 games-rpg/dragonhunt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dragonhunt/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dragonhunt/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/dragonhunt/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/dragonhunt/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   5 Sep 2013 19:44:42 -0000       1.9
+++ ChangeLog   2 Jan 2015 08:02:50 -0000       1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/dragonhunt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/dragonhunt/ChangeLog,v 1.9 
2013/09/05 19:44:42 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/dragonhunt/ChangeLog,v 1.10 
2015/01/02 08:02:50 mr_bones_ Exp $
+
+  02 Jan 2015; Michael Sterrett <[email protected]>
+  dragonhunt-3.56-r1.ebuild:
+  tidy
 
   05 Sep 2013; Michał Górny <[email protected]> dragonhunt-3.56-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.




Reply via email to