summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-05-19 22:43:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-05-19 22:43:42 +0000
commitc07c9bb2e0d0cad4b7f9613d4e623b9e4a0d98e3 (patch)
tree1138c60c2420f39d69f7d3659c592fa1c72cb9ca /games-action
parentMove automake/autoconf deps from RDEPEND to DEPEND. Bug #221547 (diff)
downloadhistorical-c07c9bb2e0d0cad4b7f9613d4e623b9e4a0d98e3.tar.gz
historical-c07c9bb2e0d0cad4b7f9613d4e623b9e4a0d98e3.tar.bz2
historical-c07c9bb2e0d0cad4b7f9613d4e623b9e4a0d98e3.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-action')
-rw-r--r--games-action/blobandconquer/Manifest4
-rw-r--r--games-action/blobandconquer/blobandconquer-0.91.ebuild51
-rw-r--r--games-action/blobandconquer/blobandconquer-0.92.ebuild51
3 files changed, 0 insertions, 106 deletions
diff --git a/games-action/blobandconquer/Manifest b/games-action/blobandconquer/Manifest
index b60b6a4965f7..eef1f600c83b 100644
--- a/games-action/blobandconquer/Manifest
+++ b/games-action/blobandconquer/Manifest
@@ -1,8 +1,4 @@
-DIST blobAndConquer-0.91-1.tar.gz 37546582 RMD160 3dd777c0eb944d1f4e44b52e6ec5c0112f5b8bcf SHA1 3aa249a005381473e4bca8819d3273fe39209311 SHA256 121b29b535c20f861126d5660a1804905a0704859b3a06d916def5e1dcf760dd
-DIST blobAndConquer-0.92-1.tar.gz 38512004 RMD160 99d60424e092aaeb8059fed77c16e6ed89c07c3d SHA1 9f4aa68db3eec7ccb04da94fff11abe946be7cff SHA256 8b08ad75389fd94745cb07fca8a3024087b2323aec64a00a049de30ab8691be0
DIST blobAndConquer-0.93-1.tar.gz 38627576 RMD160 2b5dd20fb0b3f57dea622662fb5fb180def1c3ee SHA1 c2f7fee495274de45fa0d6d57d0a87e66a62f350 SHA256 9b8a3a10e3d4cc962a2d96a2a20823a77a8398bb38dbe81ee76c5f90146a698f
-EBUILD blobandconquer-0.91.ebuild 1270 RMD160 8eca1a9525e6a670be265166b5d18453f2eb1649 SHA1 d0f5233389db052cb8590ead877cd58c9d9628a6 SHA256 1ee8585554f73107e75fec9e396b53e0edcf6665a247881f482f33abd7542d82
-EBUILD blobandconquer-0.92.ebuild 1275 RMD160 ccb77e5288825065988ec133c2775bbc35ffb8ee SHA1 6538e41a2d1105be206fe24742aafb45629f66d6 SHA256 08d71097eac48da5677da1f2d05521ca8aced88b2f4a392af4afa9b4aa1130f4
EBUILD blobandconquer-0.93.ebuild 1275 RMD160 f973646649458ee48262513e560c6d176282cf22 SHA1 47166f3dd351d7b0471f4c127c49eddd808c5ec0 SHA256 c7bcf774ca39de980916860d1940880cd5d93a188cd8aef06d0844cb27427ad1
MISC ChangeLog 1037 RMD160 59b8f15ecfb58bf0c4df0b5e637b64dbbee770c1 SHA1 32cd11cf1d51dc4337bc0546a4fc2d2aff372d32 SHA256 ec4155ef7c529c9c0fe1c50721af5abb2e4b1c7b0cac4efd9d0b364bf9c562d5
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-action/blobandconquer/blobandconquer-0.91.ebuild b/games-action/blobandconquer/blobandconquer-0.91.ebuild
deleted file mode 100644
index b02a6ef7ffca..000000000000
--- a/games-action/blobandconquer/blobandconquer-0.91.ebuild
+++ /dev/null
@@ -1,51 +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.91.ebuild,v 1.1 2007/05/28 21:46:31 nyhm 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.92.ebuild b/games-action/blobandconquer/blobandconquer-0.92.ebuild
deleted file mode 100644
index 68e4b60c496f..000000000000
--- a/games-action/blobandconquer/blobandconquer-0.92.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.92.ebuild,v 1.1 2008/04/26 16:22:32 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."
-}