summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-kids/tuxmathscrabble/ChangeLog10
-rw-r--r--games-kids/tuxmathscrabble/files/tuxmathscrabble-0.7.4-gentoo.patch (renamed from games-kids/tuxmathscrabble/files/tuxmathscrabble-7.4-gentoo.patch)0
-rw-r--r--games-kids/tuxmathscrabble/tuxmathscrabble-0.7.4.ebuild (renamed from games-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild)7
3 files changed, 11 insertions, 6 deletions
diff --git a/games-kids/tuxmathscrabble/ChangeLog b/games-kids/tuxmathscrabble/ChangeLog
index 6825fa577698..18f26c7dfc16 100644
--- a/games-kids/tuxmathscrabble/ChangeLog
+++ b/games-kids/tuxmathscrabble/ChangeLog
@@ -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 <tupone@gentoo.org>
+ +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 <tupone@gentoo.org> -tuxmathscrabble-7.4.ebuild,
tuxmathscrabble-7.4-r1.ebuild:
diff --git a/games-kids/tuxmathscrabble/files/tuxmathscrabble-7.4-gentoo.patch b/games-kids/tuxmathscrabble/files/tuxmathscrabble-0.7.4-gentoo.patch
index 6194978017b1..6194978017b1 100644
--- a/games-kids/tuxmathscrabble/files/tuxmathscrabble-7.4-gentoo.patch
+++ b/games-kids/tuxmathscrabble/files/tuxmathscrabble-0.7.4-gentoo.patch
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-0.7.4.ebuild
index c817d2f38617..efe356b89a99 100644
--- a/games-kids/tuxmathscrabble/tuxmathscrabble-7.4-r1.ebuild
+++ b/games-kids/tuxmathscrabble/tuxmathscrabble-0.7.4.ebuild
@@ -1,16 +1,15 @@
# 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.2 2015/02/02 17:28:20 tupone Exp $
+# $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
-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"
+SRC_URI="mirror://gentoo/${P}.zip"
LICENSE="GPL-2"
SLOT="0"
@@ -25,8 +24,6 @@ RDEPEND="${CDEPEND}
dev-python/pygame[${PYTHON_USEDEP}]"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-S=${WORKDIR}/${MY_P}
-
pkg_setup() {
python-single-r1_pkg_setup
games_pkg_setup