summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:45:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:45:58 +0000
commit625c8d70c972b3fb6d1693b7f86041f867312d29 (patch)
treefd88b45442c468937e32f6ce97550a05e5aa3e07 /games-action
parentold (diff)
downloadgentoo-2-625c8d70c972b3fb6d1693b7f86041f867312d29.tar.gz
gentoo-2-625c8d70c972b3fb6d1693b7f86041f867312d29.tar.bz2
gentoo-2-625c8d70c972b3fb6d1693b7f86041f867312d29.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/blobandconquer/blobandconquer-0.8.ebuild58
-rw-r--r--games-action/blobandconquer/blobandconquer-0.90.ebuild58
-rw-r--r--games-action/blobandconquer/files/digest-blobandconquer-0.83
-rw-r--r--games-action/blobandconquer/files/digest-blobandconquer-0.903
4 files changed, 0 insertions, 122 deletions
diff --git a/games-action/blobandconquer/blobandconquer-0.8.ebuild b/games-action/blobandconquer/blobandconquer-0.8.ebuild
deleted file mode 100644
index 76b5e874d5fd..000000000000
--- a/games-action/blobandconquer/blobandconquer-0.8.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/blobandconquer/blobandconquer-0.8.ebuild,v 1.2 2007/02/27 12:39:17 blubb Exp $
-
-inherit eutils flag-o-matic toolchain-funcs games
-
-MY_PN=blobAndConquer
-DESCRIPTION="Mission and objective based 3D action game"
-HOMEPAGE="http://www.parallelrealities.co.uk/blobAndConquer.php"
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}-2.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- virtual/glu
- media-libs/libsdl
- media-libs/sdl-mixer
- media-libs/sdl-image
- media-libs/sdl-ttf"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i 's:CFLAGS:CXXFLAGS:' makefile || die "sed failed"
-}
-
-src_compile() {
- append-flags -fno-strict-aliasing
- emake \
- CXX=$(tc-getCXX) \
- LIBPATH="${LDFLAGS}" \
- DATADIR="${GAMES_DATADIR}"/${PN}/ \
- DOCDIR=/usr/share/doc/${PF}/html/ \
- || die "emake failed"
-}
-
-src_install() {
- dogamesbin ${MY_PN} || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data gfx music sound textures || die "doins failed"
- doicon icons/${MY_PN}.png
- domenu icons/${MY_PN}.desktop
- cd doc
- dohtml -r images pages index.html
- dodoc README
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- ewarn "Until ${PN}-1.0, save games may be incompatible with previous"
- ewarn "versions."
-}
diff --git a/games-action/blobandconquer/blobandconquer-0.90.ebuild b/games-action/blobandconquer/blobandconquer-0.90.ebuild
deleted file mode 100644
index 54ff4e15327b..000000000000
--- a/games-action/blobandconquer/blobandconquer-0.90.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/blobandconquer/blobandconquer-0.90.ebuild,v 1.1 2007/05/06 00:46:08 mr_bones_ Exp $
-
-inherit eutils flag-o-matic toolchain-funcs games
-
-MY_PN=blobAndConquer
-DESCRIPTION="Mission and objective based 3D action game"
-HOMEPAGE="http://www.parallelrealities.co.uk/blobAndConquer.php"
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}-1.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- virtual/glu
- media-libs/libsdl
- media-libs/sdl-mixer
- media-libs/sdl-image
- media-libs/sdl-ttf"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i 's:CFLAGS:CXXFLAGS:' makefile || die "sed failed"
-}
-
-src_compile() {
- append-flags -fno-strict-aliasing
- emake \
- CXX=$(tc-getCXX) \
- LIBPATH="${LDFLAGS}" \
- DATADIR="${GAMES_DATADIR}"/${PN}/ \
- DOCDIR=/usr/share/doc/${PF}/html/ \
- || die "emake failed"
-}
-
-src_install() {
- dogamesbin ${MY_PN} || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data gfx music sound textures || die "doins failed"
- doicon icons/${MY_PN}.png
- domenu icons/${MY_PN}.desktop
- cd doc
- dohtml -r images pages index.html
- dodoc README
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- ewarn "Until ${PN}-1.0, save games may be incompatible with previous"
- ewarn "versions."
-}
diff --git a/games-action/blobandconquer/files/digest-blobandconquer-0.8 b/games-action/blobandconquer/files/digest-blobandconquer-0.8
deleted file mode 100644
index 3a6c0bd9cf65..000000000000
--- a/games-action/blobandconquer/files/digest-blobandconquer-0.8
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0e9c9cb3fd095d0139b2659a813a2297 blobAndConquer-0.8-2.tar.gz 34758377
-RMD160 7e009b0eec237c55abd71e8c56edabf65305b0af blobAndConquer-0.8-2.tar.gz 34758377
-SHA256 122749d38dd0c5c8695ffa3c86ce3a3f88f29629b5ef7a7c9062ed032397b266 blobAndConquer-0.8-2.tar.gz 34758377
diff --git a/games-action/blobandconquer/files/digest-blobandconquer-0.90 b/games-action/blobandconquer/files/digest-blobandconquer-0.90
deleted file mode 100644
index 80c14e315e08..000000000000
--- a/games-action/blobandconquer/files/digest-blobandconquer-0.90
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1be4fe4b85ce27868d616c6c10967334 blobAndConquer-0.90-1.tar.gz 35253483
-RMD160 709e4e5f159538d30223a0b2d5b895a482a83f88 blobAndConquer-0.90-1.tar.gz 35253483
-SHA256 ce3c3bab5bc79a13b05a80e9adf62d3d4a94d2389be5f2f105759d55542f9176 blobAndConquer-0.90-1.tar.gz 35253483