summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-07-27 20:21:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-07-27 20:21:03 +0000
commitdb6b038316e966f1555af87bb901ed2b3d678749 (patch)
tree94db8f8cb579b135c22291599af4e9b800c52c04 /games-kids
parentwhitespace (diff)
downloadgentoo-2-db6b038316e966f1555af87bb901ed2b3d678749.tar.gz
gentoo-2-db6b038316e966f1555af87bb901ed2b3d678749.tar.bz2
gentoo-2-db6b038316e966f1555af87bb901ed2b3d678749.zip
old
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-3.0.43
-rw-r--r--games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.03
-rw-r--r--games-kids/tuxmathscrabble/files/tuxmathscrabble-3.0.4-wxVersion.patch11
-rw-r--r--games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild41
-rw-r--r--games-kids/tuxmathscrabble/tuxmathscrabble-4.0.ebuild49
5 files changed, 0 insertions, 107 deletions
diff --git a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-3.0.4 b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-3.0.4
deleted file mode 100644
index c64f90c1c5e8..000000000000
--- a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-3.0.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 44bb661ba2f73530e444da04c3ceb5bc TuxMathScrabble-3.0.4LIN.tgz 847411
-RMD160 c7c7e8b05f8080613e900523c50d9fbaced3e345 TuxMathScrabble-3.0.4LIN.tgz 847411
-SHA256 d9f0ca9414c91faed7db1e70b5c9d8efe97cf3a4fb7a99a52a3b1b6ccd918439 TuxMathScrabble-3.0.4LIN.tgz 847411
diff --git a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.0 b/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.0
deleted file mode 100644
index c34905987bdf..000000000000
--- a/games-kids/tuxmathscrabble/files/digest-tuxmathscrabble-4.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d5673313d044e1df3d598cd52ddbedb7 TuxMathScrabble-4.0LIN.tgz 2334407
-RMD160 ace455853748141e246e536fc44ac5a20938e05e TuxMathScrabble-4.0LIN.tgz 2334407
-SHA256 1989d36841c82640919d4349fed82a75e280456b92b52d8001a5b4dad044181e TuxMathScrabble-4.0LIN.tgz 2334407
diff --git a/games-kids/tuxmathscrabble/files/tuxmathscrabble-3.0.4-wxVersion.patch b/games-kids/tuxmathscrabble/files/tuxmathscrabble-3.0.4-wxVersion.patch
deleted file mode 100644
index 17aad1efae20..000000000000
--- a/games-kids/tuxmathscrabble/files/tuxmathscrabble-3.0.4-wxVersion.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- TuxMathScrabble.py.old 2006-11-01 11:00:55.000000000 +0100
-+++ TuxMathScrabble.py 2006-11-01 11:01:22.000000000 +0100
-@@ -14,6 +14,8 @@
- """
-
- import os,sys,string,time
-+import wxversion
-+wxversion.select("2.6")
- from wxPython.wx import *
- from tuxmathscrabble.educore import *
- from tuxmathscrabble.tuxmathscrabble import *
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild
deleted file mode 100644
index a21c9d9513bc..000000000000
--- a/games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-3.0.4.ebuild,v 1.1 2006/11/01 12:02:48 tupone Exp $
-
-inherit eutils python games
-
-MY_PN="TuxMathScrabble"
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="math-version of the popular board game for children 4-10"
-HOMEPAGE="http://www.asymptopia.org/"
-SRC_URI="mirror://sourceforge/tuxmathscrabble/${MY_P}LIN.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.4.1
- >=dev-python/pygame-1.7
- >=dev-python/wxpython-2.6.1"
-
-S=${WORKDIR}/${MY_P}LIN
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-wxVersion.patch
-}
-
-src_install() {
- python_version
- insinto "${GAMES_STATEDIR}"/${PN}
- doins -r ${PN}/accounts
- insinto /usr/lib/python${PYVER}/site-packages
- doins -r ${PN}
- rm -rf ${D}/usr/lib/python${PYVER}/site-packages/${PN}/accounts
- dodoc AUTHOR CHANGES
- newgamesbin ${MY_PN}.py ${PN}
- prepgamesdirs
- fperms -R u+rwX,g+rwX,o-rwx "${GAMES_STATEDIR}/${PN}"
-}
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-4.0.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-4.0.ebuild
deleted file mode 100644
index a7e6161e5145..000000000000
--- a/games-kids/tuxmathscrabble/tuxmathscrabble-4.0.ebuild
+++ /dev/null
@@ -1,49 +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.0.ebuild,v 1.1 2007/07/22 01:33:35 nyhm Exp $
-
-inherit eutils python multilib games
-
-MY_PN="TuxMathScrabble"
-MY_P=${MY_PN}-${PV}LIN
-DESCRIPTION="math-version of the popular board game for children 4-10"
-HOMEPAGE="http://www.asymptopia.org/"
-SRC_URI="mirror://sourceforge/tuxmathscrabble/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-python/pygame
- dev-python/wxpython"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -f $(find . -name '*.pyc')
- mv -f ${MY_PN}/accounts .
- sed -i "s:'/','var','games':'${GAMES_STATEDIR}':" EduApp/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 EduApp || die "doins EduApp 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}
-}