diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-03 16:57:03 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-03 16:57:03 +0000 |
commit | 4539728d333481967ebf24e1b00fe60c5fa833bd (patch) | |
tree | baa14ca0b4c5071c57b834f48fa3b6e6a4bece00 /games-kids | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-4539728d333481967ebf24e1b00fe60c5fa833bd.tar.gz gentoo-2-4539728d333481967ebf24e1b00fe60c5fa833bd.tar.bz2 gentoo-2-4539728d333481967ebf24e1b00fe60c5fa833bd.zip |
Change version numbering following upstream
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxmathscrabble/ChangeLog | 10 | ||||
-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 |