diff options
author | 2015-02-02 17:28:20 +0000 | |
---|---|---|
committer | 2015-02-02 17:28:20 +0000 | |
commit | 1cdbd5faf9bbb21f353fef4589e84fefaa54b4c9 (patch) | |
tree | b6a60619bb1513dcd310f8bd07c7bdbd48a2d9a5 /games-kids/tuxmathscrabble | |
parent | migrate to python-single-r1 (diff) | |
download | gentoo-2-1cdbd5faf9bbb21f353fef4589e84fefaa54b4c9.tar.gz gentoo-2-1cdbd5faf9bbb21f353fef4589e84fefaa54b4c9.tar.bz2 gentoo-2-1cdbd5faf9bbb21f353fef4589e84fefaa54b4c9.zip |
Remove old version
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-kids/tuxmathscrabble')
-rw-r--r-- | games-kids/tuxmathscrabble/ChangeLog | 6 | ||||
-rw-r--r-- | games-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild | 4 | ||||
-rw-r--r-- | games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild | 58 |
3 files changed, 7 insertions, 61 deletions
diff --git a/games-kids/tuxmathscrabble/ChangeLog b/games-kids/tuxmathscrabble/ChangeLog index c6cffecd5416..6825fa577698 100644 --- a/games-kids/tuxmathscrabble/ChangeLog +++ b/games-kids/tuxmathscrabble/ChangeLog @@ -1,6 +1,10 @@ # 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.20 2015/02/02 17:24:16 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/ChangeLog,v 1.21 2015/02/02 17:28:20 tupone Exp $ + + 02 Feb 2015; Tupone Alfredo <tupone@gentoo.org> -tuxmathscrabble-7.4.ebuild, + tuxmathscrabble-7.4-r1.ebuild: + Stabilizing like previous ebuild *tuxmathscrabble-7.4-r1 (02 Feb 2015) diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild index b673779217b5..c817d2f38617 100644 --- a/games-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild +++ b/games-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild @@ -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-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild,v 1.1 2015/02/02 17:24:16 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild,v 1.2 2015/02/02 17:28:20 tupone Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${MY_P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc x86" IUSE="" CDEPEND="${PYTHON_DEPS} diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild deleted file mode 100644 index 947d8692ab3d..000000000000 --- a/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-7.4.ebuild,v 1.4 2011/03/04 12:58:07 ranger Exp $ - -EAPI=2 -PYTHON_DEPEND="2" -inherit eutils python multilib games - -MY_PN=TuxMathScrabble -MY_P=${PN}-0.${PV} -DESCRIPTION="math-version of the popular board game for children 4-10" -HOMEPAGE="http://www.asymptopia.org/" -SRC_URI="mirror://gentoo/${MY_P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -CDEPEND="dev-python/wxpython" -DEPEND="${CDEPEND} - app-arch/unzip" -RDEPEND="${CDEPEND} - dev-python/pygame" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - python_set_active_version 2 - 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_convert_shebangs -r 2 . -} - -src_install() { - newgamesbin ${PN}.py ${PN} || die "newgamesbin failed" - - insinto $(python_get_sitedir) - doins -r ${MY_PN} || die "doins failed" - - insinto "${GAMES_DATADIR}"/${MY_PN} - doins -r .tms_config_master Font || die "doins failed" - - newicon tms.ico ${PN}.ico - make_desktop_entry ${PN} ${PN} /usr/share/pixmaps/${PN}.ico - - dodoc CHANGES README - prepgamesdirs -} |