summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:50:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:50:47 +0000
commita3ce38556f6363e46e627e7432a6d4bd64374231 (patch)
tree946586c1614be01ca82f2930930a4092a24f13c5 /games-kids
parentold (diff)
downloadgentoo-2-a3ce38556f6363e46e627e7432a6d4bd64374231.tar.gz
gentoo-2-a3ce38556f6363e46e627e7432a6d4bd64374231.tar.bz2
gentoo-2-a3ce38556f6363e46e627e7432a6d4bd64374231.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.23
-rw-r--r--games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.33
-rw-r--r--games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild52
-rw-r--r--games-kids/tuxmathscrabble/tuxmathscrabble-4.3.ebuild52
4 files changed, 0 insertions, 110 deletions
diff --git a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.2 b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.2
deleted file mode 100644
index f92e10763d9a..000000000000
--- a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d6aa0d3a4ad6f53a0ca44c01bbef9a32 TuxMathScrabble-0.4.2LIN.tgz 5491506
-RMD160 df96aa113a8a5a22d01010abb3e07272973893d9 TuxMathScrabble-0.4.2LIN.tgz 5491506
-SHA256 7987cd42dd2ca9818532ed6307b720a4052defaf4b89e865e3f10067ffdd91cb TuxMathScrabble-0.4.2LIN.tgz 5491506
diff --git a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.3 b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.3
deleted file mode 100644
index 7fa1c6b4123a..000000000000
--- a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 15edb9e8ad953425eb09a35135b7bb4e TuxMathScrabble-0.4.3.tgz 4295674
-RMD160 85f291dc115232eaf048a9c47f45985b3c99e1be TuxMathScrabble-0.4.3.tgz 4295674
-SHA256 c5a1b3a2f140a07210866019c6c9094891df3c6afb7fe87b24dd47b6ec3d3839 TuxMathScrabble-0.4.3.tgz 4295674
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild
deleted file mode 100644
index cb591058332b..000000000000
--- a/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.4 2007/10/02 04:10:20 mr_bones_ Exp $
-
-inherit eutils python multilib games
-
-MY_PN=TuxMathScrabble
-MY_P=${MY_PN}-0.${PV}LIN
-DESCRIPTION="math-version of the popular board game for children 4-10"
-HOMEPAGE="http://www.asymptopia.org/"
-SRC_URI="http://www.asymptopia.org/software/${MY_P}.tgz
- mirror://sourceforge/${PN}/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygame
- =dev-python/wxpython-2.6*"
-
-S=${WORKDIR}/${MY_PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -f $(find . -name '*.pyc')
- rm -rf $(find . -name '.svn')
- mv -f ${MY_PN}/accounts .
- sed -i "s:'/','var','games':'${GAMES_STATEDIR}':" \
- asymptopia_0_1_0/environment.py \
- || die "sed failed"
-}
-
-src_install() {
- newgamesbin ${MY_PN}.py ${PN} || die "newgamesbin failed"
-
- python_version
- insinto /usr/$(get_libdir)/python${PYVER}/site-packages
- doins -r ${MY_PN} || die "doins ${MY_PN} failed"
- doins -r asymptopia_0_1_0 || die "doins asymptopia_0_1_0 failed"
-
- insinto "${GAMES_STATEDIR}"/${MY_PN}
- doins -r accounts || die "doins accounts failed"
-
- newicon tms.ico ${PN}.ico
- make_desktop_entry ${PN} ${MY_PN} /usr/share/pixmaps/${PN}.ico
-
- dodoc CHANGES README
- prepgamesdirs
- fperms -R g+w "${GAMES_STATEDIR}"/${MY_PN}
-}
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-4.3.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-4.3.ebuild
deleted file mode 100644
index a53483bdd7cd..000000000000
--- a/games-kids/tuxmathscrabble/tuxmathscrabble-4.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.3.ebuild,v 1.1 2007/10/02 05:36:53 mr_bones_ Exp $
-
-inherit eutils python multilib games
-
-MY_PN=TuxMathScrabble
-MY_P=${MY_PN}-0.${PV}
-DESCRIPTION="math-version of the popular board game for children 4-10"
-HOMEPAGE="http://www.asymptopia.org/"
-SRC_URI="http://www.asymptopia.org/software/${MY_P}.tgz
- mirror://sourceforge/${PN}/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygame
- =dev-python/wxpython-2.6*"
-
-S=${WORKDIR}/${MY_PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -f $(find . -name '*.pyc')
- rm -rf $(find . -name '.svn')
- mv -f ${MY_PN}/{Accounts,StudentData,Simulation} .
- sed -i "s:'/','var','games':'${GAMES_STATEDIR}':" \
- asymptopia_0_1_2/environment.py \
- || die "sed failed"
-}
-
-src_install() {
- newgamesbin ${MY_PN}.py ${PN} || die "newgamesbin failed"
-
- python_version
- insinto /usr/$(get_libdir)/python${PYVER}/site-packages
- doins -r ${MY_PN} || die "doins failed"
- doins -r asymptopia_0_1_2 || die "doins asymptopia_0_1_2 failed"
-
- insinto "${GAMES_STATEDIR}"/${MY_PN}
- doins -r Accounts StudentData Simulation || die "doins failed"
-
- newicon tms.ico ${PN}.ico
- make_desktop_entry ${PN} ${MY_PN} /usr/share/pixmaps/${PN}.ico
-
- dodoc CHANGES README
- prepgamesdirs
- fperms -R g+w "${GAMES_STATEDIR}"/${MY_PN}
-}