summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:31:53 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-10-31 08:31:53 +0000
commitc4cf5fe716f3d22fd926b58d06875e4b0ab9c0b2 (patch)
treef2b62674a94ed0efd25f49e956896027f1f36fc5 /games-puzzle
parent~ia64 keyword. (diff)
downloadhistorical-c4cf5fe716f3d22fd926b58d06875e4b0ab9c0b2.tar.gz
historical-c4cf5fe716f3d22fd926b58d06875e4b0ab9c0b2.tar.bz2
historical-c4cf5fe716f3d22fd926b58d06875e4b0ab9c0b2.zip
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/gnudoku/files/digest-gnudoku-0.911
-rw-r--r--games-puzzle/gnudoku/gnudoku-0.91.ebuild27
-rw-r--r--games-puzzle/kiki/files/digest-kiki-0.9.01
-rw-r--r--games-puzzle/kiki/kiki-0.9.0.ebuild62
-rw-r--r--games-puzzle/pauker/files/digest-pauker-1.3.31
-rw-r--r--games-puzzle/pauker/files/digest-pauker-1.41
-rw-r--r--games-puzzle/pauker/pauker-1.3.3.ebuild32
-rw-r--r--games-puzzle/pauker/pauker-1.4.ebuild30
-rw-r--r--games-puzzle/skoosh/files/digest-skoosh-2.0.81
-rw-r--r--games-puzzle/skoosh/skoosh-2.0.8.ebuild27
10 files changed, 0 insertions, 183 deletions
diff --git a/games-puzzle/gnudoku/files/digest-gnudoku-0.91 b/games-puzzle/gnudoku/files/digest-gnudoku-0.91
deleted file mode 100644
index aa232d2cb252..000000000000
--- a/games-puzzle/gnudoku/files/digest-gnudoku-0.91
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8929cb103009941dffc70d7a76b7997c GNUDoku-0.91.tar.gz 13420
diff --git a/games-puzzle/gnudoku/gnudoku-0.91.ebuild b/games-puzzle/gnudoku/gnudoku-0.91.ebuild
deleted file mode 100644
index 813ccee81b78..000000000000
--- a/games-puzzle/gnudoku/gnudoku-0.91.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.91.ebuild,v 1.1 2005/07/12 03:26:05 vapier Exp $
-
-inherit eutils games
-
-MY_PN="GNUDoku"
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="A program for creating and solving Su Doku puzzles"
-HOMEPAGE="http://www.icculus.org/~jcspray/GNUDoku"
-SRC_URI="http://www.icculus.org/~jcspray/GNUDoku/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-cpp/gtkmm-2.6"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dogamesbin GNUDoku || die "dogamesbin failed"
- newicon GNUDoku.png ${PN}.png
- make_desktop_entry ${MY_PN} ${MY_PN}
- prepgamesdirs
-}
diff --git a/games-puzzle/kiki/files/digest-kiki-0.9.0 b/games-puzzle/kiki/files/digest-kiki-0.9.0
deleted file mode 100644
index 1f8c68b9ed64..000000000000
--- a/games-puzzle/kiki/files/digest-kiki-0.9.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 60ec6bdf0196c9c934f683d3bf7a12ea kiki-src-0.9.0.tgz 2978977
diff --git a/games-puzzle/kiki/kiki-0.9.0.ebuild b/games-puzzle/kiki/kiki-0.9.0.ebuild
deleted file mode 100644
index 5d01b9ed2b4c..000000000000
--- a/games-puzzle/kiki/kiki-0.9.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-0.9.0.ebuild,v 1.5 2004/06/24 23:06:38 agriffis Exp $
-
-inherit games
-
-DATA="${GAMES_DATADIR}/${PN}"
-S="${WORKDIR}"
-DESCRIPTION="Fun 3D puzzle game using SDL/OpenGL"
-HOMEPAGE="http://kiki.sourceforge.net/"
-SRC_URI="mirror://sourceforge/kiki/${PN}-src-${PV}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-image-1.2.2
- >=media-libs/sdl-mixer-1.2.5
- =dev-lang/python-2.2*
- virtual/glut"
-DEPEND="${RDEPEND}
- >=sys-devel/gcc-3
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # There are CVS directories in the tgz file
- rm -rf $(find -name CVS -type d)
- rm -rf $(find -name .cvsignore)
- chmod a-x kiki_src/kiki/sounds/*.*
-
- # Change the hard-coded data dir for sounds, etc...
- sed -i \
- -e "s:kiki_home += \"/\";:kiki_home = \"${DATA}/\";:g" \
- -e "s:KConsole\:\:printf(\"WARNING \:\: environment variable KIKI_HOME not set ...\");::g" \
- -e "s:KConsole\:\:printf(\" ... assuming resources in current directory\");::g" \
- kiki_src/kiki/src/main/KikiController.cpp || \
- die "sed KikiController.cpp failed"
-}
-
-
-src_compile() {
- cd ${S}/kiki_src/kodilib/linux
- emake || die "emake in kodilib/linux failed"
- cd ${S}/kiki_src/kiki/linux
- emake || die "emake in kiki/linux failed"
-}
-
-src_install() {
- dogamesbin ${S}/kiki_src/kiki/linux/kiki
-
- dodir ${DATA}/misc ${DATA}/py ${DATA}/sounds
- cp -R ${S}/kiki_src/kiki/{misc,py,sounds} ${D}${DATA}
-
- cd ${S}/kiki_src/kiki
- dodoc Readme.txt Thanks.txt "uDevGame Readme.txt"
- prepgamesdirs
-}
diff --git a/games-puzzle/pauker/files/digest-pauker-1.3.3 b/games-puzzle/pauker/files/digest-pauker-1.3.3
deleted file mode 100644
index 355d73747af5..000000000000
--- a/games-puzzle/pauker/files/digest-pauker-1.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8a133bfabd0bb47d13a6f07056bd57d1 pauker-1.3.3-jre14.jar 1753663
diff --git a/games-puzzle/pauker/files/digest-pauker-1.4 b/games-puzzle/pauker/files/digest-pauker-1.4
deleted file mode 100644
index 7530340f2174..000000000000
--- a/games-puzzle/pauker/files/digest-pauker-1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bcad539aaccf85622a9fe46cbb7f9fe0 pauker-1.4.jar 3014486
diff --git a/games-puzzle/pauker/pauker-1.3.3.ebuild b/games-puzzle/pauker/pauker-1.3.3.ebuild
deleted file mode 100644
index 36059290dc2c..000000000000
--- a/games-puzzle/pauker/pauker-1.3.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pauker/pauker-1.3.3.ebuild,v 1.6 2005/05/06 15:07:06 swegener Exp $
-
-inherit games
-
-MY_P="${PV}-jre14"
-DESCRIPTION="A java based flashcard program"
-HOMEPAGE="http://pauker.sourceforge.net"
-SRC_URI="mirror://sourceforge/pauker/pauker-${MY_P}.jar"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.4
- virtual/x11
- virtual/libc"
-
-src_unpack() {
- mkdir -p "${S}"
- cp "${DISTDIR}/${A}" "${S}" || die "cp failed"
-}
-
-src_install() {
- local jar="pauker.jar"
- insinto "${GAMES_PREFIX_OPT}/${PN}"
- newins "${A}" ${jar} || die "newins failed"
- games_make_wrapper ${PN} "java -jar ./${jar}" "${GAMES_PREFIX_OPT}/${PN}"
- prepgamesdirs
-}
diff --git a/games-puzzle/pauker/pauker-1.4.ebuild b/games-puzzle/pauker/pauker-1.4.ebuild
deleted file mode 100644
index 4a51a8ee4090..000000000000
--- a/games-puzzle/pauker/pauker-1.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pauker/pauker-1.4.ebuild,v 1.2 2005/06/10 15:55:56 dholm Exp $
-
-inherit games
-
-DESCRIPTION="A java based flashcard program"
-HOMEPAGE="http://pauker.sourceforge.net"
-SRC_URI="mirror://sourceforge/pauker/${P}.jar"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.4
- virtual/x11"
-
-src_unpack() {
- mkdir -p "${S}"
- cp "${DISTDIR}/${P}.jar" "${S}" || die "cp failed"
-}
-
-src_install() {
- local jar="pauker.jar"
- insinto "${GAMES_PREFIX_OPT}/${PN}"
- newins "${P}.jar" ${jar} || die "newins failed"
- games_make_wrapper ${PN} "java -jar ./${jar}" "${GAMES_PREFIX_OPT}/${PN}"
- prepgamesdirs
-}
diff --git a/games-puzzle/skoosh/files/digest-skoosh-2.0.8 b/games-puzzle/skoosh/files/digest-skoosh-2.0.8
deleted file mode 100644
index bc4d41208512..000000000000
--- a/games-puzzle/skoosh/files/digest-skoosh-2.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 73c584c797554f85c38e2074f83bca41 skoosh-2.0.8.tar.gz 210024
diff --git a/games-puzzle/skoosh/skoosh-2.0.8.ebuild b/games-puzzle/skoosh/skoosh-2.0.8.ebuild
deleted file mode 100644
index ce898425c4dd..000000000000
--- a/games-puzzle/skoosh/skoosh-2.0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/skoosh-2.0.8.ebuild,v 1.2 2004/06/24 23:09:50 agriffis Exp $
-
-inherit gnome2
-
-DESCRIPTION="Sliding tile puzzle for Gnome 2"
-HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html"
-SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="nls"
-
-DEPEND=">=gnome-base/gconf-2
- >=gnome-base/libgnomeui-2"
-
-RDEPEND="${DEPEND}
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- # Need to apply omf fix or else we get access
- # violation errors related to sandbox.
- gnome2_omf_fix "${S}/help/C/Makefile.in"
-}