summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-07-08 17:48:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-07-08 17:48:08 +0000
commitf42326ad4b25154d2f443c6c308e72319f4e4c3d (patch)
tree09b492b9cda6e643722da14109ba283e3f1cd520 /games-action
parentStable for HPPA (bug #212590). (diff)
downloadgentoo-2-f42326ad4b25154d2f443c6c308e72319f4e4c3d.tar.gz
gentoo-2-f42326ad4b25154d2f443c6c308e72319f4e4c3d.tar.bz2
gentoo-2-f42326ad4b25154d2f443c6c308e72319f4e4c3d.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/blobandconquer/blobandconquer-0.93.ebuild51
-rw-r--r--games-action/blobandconquer/blobandconquer-0.94.ebuild51
2 files changed, 0 insertions, 102 deletions
diff --git a/games-action/blobandconquer/blobandconquer-0.93.ebuild b/games-action/blobandconquer/blobandconquer-0.93.ebuild
deleted file mode 100644
index 69e967f4c5a8..000000000000
--- a/games-action/blobandconquer/blobandconquer-0.93.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/blobandconquer/blobandconquer-0.93.ebuild,v 1.1 2008/05/10 14:43:53 mr_bones_ Exp $
-
-inherit eutils 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_compile() {
- 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.94.ebuild b/games-action/blobandconquer/blobandconquer-0.94.ebuild
deleted file mode 100644
index e4902cd5dad5..000000000000
--- a/games-action/blobandconquer/blobandconquer-0.94.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/blobandconquer/blobandconquer-0.94.ebuild,v 1.1 2008/06/05 21:05:37 mr_bones_ Exp $
-
-inherit eutils 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_compile() {
- 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."
-}