tupone      15/02/03 16:57:03

  Modified:             ChangeLog
  Added:                tuxmathscrabble-0.7.4.ebuild
  Removed:              tuxmathscrabble-7.4-r1.ebuild
  Log:
  Change version numbering following upstream
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0145142D)

Revision  Changes    Path
1.22                 games-kids/tuxmathscrabble/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   2 Feb 2015 17:28:20 -0000       1.21
+++ ChangeLog   3 Feb 2015 16:57:03 -0000       1.22
@@ -1,6 +1,14 @@
 # ChangeLog for games-kids/tuxmathscrabble
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.21 
2015/02/02 17:28:20 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.22 
2015/02/03 16:57:03 tupone Exp $
+
+*tuxmathscrabble-0.7.4 (03 Feb 2015)
+
+  03 Feb 2015; Tupone Alfredo <[email protected]>
+  +tuxmathscrabble-0.7.4.ebuild, -tuxmathscrabble-7.4-r1.ebuild,
+  +files/tuxmathscrabble-0.7.4-gentoo.patch,
+  -files/tuxmathscrabble-7.4-gentoo.patch:
+  Change numbering schema following upstream numbering
 
   02 Feb 2015; Tupone Alfredo <[email protected]> -tuxmathscrabble-7.4.ebuild,
   tuxmathscrabble-7.4-r1.ebuild:



1.1                  games-kids/tuxmathscrabble/tuxmathscrabble-0.7.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-0.7.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-0.7.4.ebuild?rev=1.1&content-type=text/plain

Index: tuxmathscrabble-0.7.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-0.7.4.ebuild,v
 1.1 2015/02/03 16:57:03 tupone Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit eutils python-single-r1 multilib games

MY_PN=TuxMathScrabble
DESCRIPTION="math-version of the popular board game for children 4-10"
HOMEPAGE="http://www.asymptopia.org/";
SRC_URI="mirror://gentoo/${P}.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""

CDEPEND="${PYTHON_DEPS}
        dev-python/wxpython[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
        app-arch/unzip"
RDEPEND="${CDEPEND}
        dev-python/pygame[${PYTHON_USEDEP}]"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

pkg_setup() {
        python-single-r1_pkg_setup
        games_pkg_setup
}

src_prepare() {
        rm -f $(find . -name '*.pyc')
        epatch "${FILESDIR}"/${P}-gentoo.patch
        sed -i \
                -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${MY_PN}:" \
                ${MY_PN}/tms.py \
                .tms_config_master \
                || die "sed failed"
        python_fix_shebang .
}

src_install() {
        newgamesbin ${PN}.py ${PN}

        insinto $(python_get_sitedir)
        doins -r ${MY_PN}

        insinto "${GAMES_DATADIR}"/${MY_PN}
        doins -r .tms_config_master Font

        python_optimize

        newicon tms.ico ${PN}.ico
        make_desktop_entry ${PN} ${PN} /usr/share/pixmaps/${PN}.ico

        dodoc CHANGES README
        prepgamesdirs
}




Reply via email to