]> git.draconx.ca Git - gentoo-draconx.git/commitdiff
Remove some old games ebuilds.
authorNick Bowler <nbowler@draconx.ca>
Sun, 16 May 2021 20:29:06 +0000 (16:29 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 16 May 2021 20:33:53 +0000 (16:33 -0400)
With games.eclass removal these ebuilds no longer work.  Since I don't
think I wrote these (adapted from Gentoo bugzila or otherwise) and this
repository is nowadays intended for my own work, let's just clean this
up outright.

games-action/cavestory+/Manifest [deleted file]
games-action/cavestory+/cavestory+-20111221.ebuild [deleted file]
games-puzzle/osmos/Manifest [deleted file]
games-puzzle/osmos/osmos-1.6.1.ebuild [deleted file]
games-puzzle/spacechem-bin/Manifest [deleted file]
games-puzzle/spacechem-bin/spacechem-bin-1012.1.ebuild [deleted file]
games-puzzle/spacechem-bin/spacechem-bin-1012.ebuild [deleted file]

diff --git a/games-action/cavestory+/Manifest b/games-action/cavestory+/Manifest
deleted file mode 100644 (file)
index 6f9ac1f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cavestoryplus-linux-1324519044.tar.gz 86612108 RMD160 2015b01ac5946774119fa10c3c7e2550811eab09 SHA1 147b9e4795bed07e8fd4029d66900d23da31c775 SHA256 4c081f6416245f53b45f10e1d73d320ecd3ce1f1159a1ded6a2aae85e0c21e03
-EBUILD cavestory+-20111221.ebuild 924 RMD160 1adcb4d20c4aa1ccc975eaf0c54b6a17c7bdbb18 SHA1 b3e8fcf6c954911f3162edbcdd3c094145ca97b8 SHA256 126e57f5163b9250560439d20389e2d681fd455c9befa3134da0db77649d7a9e
diff --git a/games-action/cavestory+/cavestory+-20111221.ebuild b/games-action/cavestory+/cavestory+-20111221.ebuild
deleted file mode 100644 (file)
index a25458b..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-EAPI=3
-
-inherit eutils games
-
-MY_P="cavestoryplus-linux-1324519044"
-
-DESCRIPTION="An updated version of Cave Story by Studio Pixel"
-HOMEPAGE="http://www.nicalis.com/games.php?game=cavestory"
-SRC_URI="${MY_P}.tar.gz"
-RESTRICT="fetch"
-
-QA_PRESTRIPPED="${GAMES_PREFIX_OPT}/${PN}/CaveStory+"'\(_64\)\?'
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-gfx/imagemagick[png]"
-RDEPEND="media-libs/libsdl[opengl]"
-
-S="${WORKDIR}/CaveStory+"
-
-pkg_nofetch() {
-       ewarn
-       ewarn "Download ${A} to ${DISTDIR}."
-       ewarn
-}
-
-src_compile() {
-       convert "data/icon.bmp" "${PN}.png" || die "failed to convert icon."
-}
-
-src_install() {
-       local dir="${GAMES_PREFIX_OPT}/${PN}"
-       local exe="CaveStory+$(usex amd64 '_64' '')"
-
-       exeinto "${dir}"
-       doexe "${exe}"
-
-       insinto "${dir}"
-       doins -r data
-
-       doicon "${PN}.png"
-       make_desktop_entry "${PN}" "Cave Story+"
-       games_make_wrapper "${PN}" "${dir}/${exe}" "${dir}"
-
-       prepgamesdirs
-}
diff --git a/games-puzzle/osmos/Manifest b/games-puzzle/osmos/Manifest
deleted file mode 100644 (file)
index 74a6070..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Osmos_1.6.1.tar.gz 20489943 RMD160 f79b757f472e314001afeb1974e7802b499f71da SHA1 6ee3eff1731a3c871b9d867cef326cdbf34716f0 SHA256 f8a9bf55dc22ee32feeec5633058c28d1811a3054f6ebed3f9f3251c5179d202
-EBUILD osmos-1.6.1.ebuild 1189 RMD160 093b9b9f724a5fa2198729b9cba045d1c000d87a SHA1 c60cb06c2e1448fb8099e572ed7899eec06130ea SHA256 c2cb9c2b20192e8055e08317c9c09133ea0bb788741dd8edaf61031fe9d1cae1
-MISC metadata.xml 359 RMD160 1dec4920fd228daa6c767eb7f577368a3ad746b2 SHA1 c84c9c93f9c3132e936fe6c47fad4d3df79183ee SHA256 914fa8ef8315717cae88b3a25eb68853c382d3af6c65aa433e92e2c4ed28cf27
diff --git a/games-puzzle/osmos/osmos-1.6.1.ebuild b/games-puzzle/osmos/osmos-1.6.1.ebuild
deleted file mode 100644 (file)
index 6615555..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils games
-
-MY_PN="Osmos"
-MY_P="${MY_PN}_${PV}"
-
-DESCRIPTION="Play as a single-celled organism absorbing others"
-HOMEPAGE="http://www.hemispheregames.com/osmos/"
-SRC_URI="${MY_P}.tar.gz"
-
-LICENSE="OSMOS"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="fetch strip"
-PROPERTIES="interactive"
-
-RDEPEND="virtual/opengl
-       virtual/glu
-       x11-libs/libX11
-       media-libs/freetype:2
-       sys-libs/glibc
-       media-libs/openal
-       media-libs/libvorbis"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-GAMES_CHECK_LICENSE="yes"
-
-pkg_nofetch() {
-       einfo "Please download ${MY_P}.tar.gz and place it into ${DISTDIR}"
-}
-
-src_install() {
-       local dir="${GAMES_PREFIX_OPT}/${PN}"
-
-       exeinto "${dir}"
-       doexe ${MY_PN}
-       if use amd64 ; then
-               doexe ${MY_PN}.bin64 || die "doexe"
-       fi
-       if use x86 ; then
-               doexe ${MY_PN}.bin32 || die "doexe"
-       fi
-       dohtml readme.html
-       insinto "${dir}"
-       doins -r Fonts/ Sounds/ Textures/ Osmos-* *.cfg || die "doins failed"
-
-       newicon Icons/256x256.png ${PN}.png
-
-       games_make_wrapper ${PN} ./${MY_PN} "${dir}"
-       make_desktop_entry ${PN} "Osmos"
-
-       prepgamesdirs
-}
diff --git a/games-puzzle/spacechem-bin/Manifest b/games-puzzle/spacechem-bin/Manifest
deleted file mode 100644 (file)
index 18ee680..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST SpaceChem-1012-1-hib.tar.gz 94582407 RMD160 3919c28c0f2ab3ce8eb50875b3936dbe823d38df SHA1 7a04f388fa02c634cea136edfe95d30fe5e17562 SHA256 4a850d47e273d40ed0a34c7461a61952e871cf1568dd0861442e533dd3277e86
-DIST SpaceChem-1012-hib.tar.gz 93601936 RMD160 8c90014d67fb2e9681b871847e326b70b36dafc3 SHA1 b1cdc51effb30e9e5b03d2de3fe63e5814b50670 SHA256 1095cd599e5ad9bdab7c5a8bb9a38dd3e80571bc36b9ebb89cdca238fd069a67
-EBUILD spacechem-bin-1012.1.ebuild 1386 RMD160 5044c53a644a19580cc633a25ceef21396d83cb4 SHA1 8b1e0599c8fbd00622e1311ca284ce4a47d6ac06 SHA256 6c569bc6c52f4cc512c06d15dbacc14fc4cbcbd79fd4299fa58bf04c3ccdd244
-EBUILD spacechem-bin-1012.ebuild 1381 RMD160 79ac58f45078f9fba1b51d4b94a89d5b70071f48 SHA1 4f8924fd63faf75beb7b64feefe5bdf2dbd4e540 SHA256 3aaba6ba60c77faaaf349588e9fb676efdfee6abb0c967472b57a00f86e0dc58
diff --git a/games-puzzle/spacechem-bin/spacechem-bin-1012.1.ebuild b/games-puzzle/spacechem-bin/spacechem-bin-1012.1.ebuild
deleted file mode 100644 (file)
index 2a4b0c4..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild,v 1.9 2009/05/22 21:47:48 mr_bones_ Exp $
-
-EAPI="2"
-
-inherit eutils games
-
-DESCRIPTION="A design-based puzzle game from Zachtronics Industries."
-HOMEPAGE="http://www.spacechemthegame.com/"
-
-MY_PN="SpaceChem"
-MY_P="${MY_PN}-${PV//./-}"
-SRC_URI="${MY_P}-hib.tar.gz"
-
-LICENSE="spacechem"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-RESTRICT="fetch strip"
-
-RDEPEND=">=dev-lang/mono-2
-         x11-misc/xclip
-         media-libs/libsdl
-         media-libs/sdl-mixer
-         media-libs/sdl-image"
-
-pkg_nofetch() {
-    einfo "Please download ${SRC_URI} from the link you received by e-mail"
-    einfo "when you purchased ${MY_PN} and place it in ${DISTDIR}"
-}
-
-S=${WORKDIR}
-
-src_unpack() {
-       unpack "${A}"
-       cd "${S}"
-       unpack "./${MY_PN}-i386.deb"
-       unpack ./data.tar.gz
-}
-
-src_install() {
-       dodir "/${GAMES_PREFIX_OPT}/${PN}/"
-       cd "${S}/opt/zachtronicsindustries/spacechem/"
-
-       cp -R . "${D}/${GAMES_PREFIX_OPT}/${PN}"
-
-       newicon icon.png "${PN}.png"
-       games_make_wrapper "${PN}" "mono SpaceChem.exe" "${ROOT}/${GAMES_PREFIX_OPT}/${PN}/"
-       make_desktop_entry "${PN}" "SpaceChem" "${PN}" "Game;LogicGame;" "Comment=Solve design-based challenges in this game from Zachtronics Industries"
-
-       prepgamesdirs
-}
diff --git a/games-puzzle/spacechem-bin/spacechem-bin-1012.ebuild b/games-puzzle/spacechem-bin/spacechem-bin-1012.ebuild
deleted file mode 100644 (file)
index 2e205cc..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild,v 1.9 2009/05/22 21:47:48 mr_bones_ Exp $
-
-EAPI="2"
-
-inherit eutils games
-
-DESCRIPTION="A design-based puzzle game from Zachtronics Industries."
-HOMEPAGE="http://www.spacechemthegame.com/"
-
-MY_PN="SpaceChem"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="${MY_P}-hib.tar.gz"
-
-LICENSE="spacechem"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-RESTRICT="fetch strip"
-
-RDEPEND=">=dev-lang/mono-2
-         x11-misc/xclip
-         media-libs/libsdl
-         media-libs/sdl-mixer
-         media-libs/sdl-image"
-
-pkg_nofetch() {
-    einfo "Please download ${SRC_URI} from the link you received by e-mail"
-    einfo "when you purchased ${MY_PN} and place it in ${DISTDIR}"
-}
-
-S=${WORKDIR}
-
-src_unpack() {
-       unpack "${A}"
-       cd "${S}"
-       unpack "./${MY_PN}-i386.deb"
-       unpack ./data.tar.gz
-}
-
-src_install() {
-       dodir "/${GAMES_PREFIX_OPT}/${PN}/"
-       cd "${S}/opt/zachtronicsindustries/spacechem/"
-
-       cp -R . "${D}/${GAMES_PREFIX_OPT}/${PN}"
-
-       newicon icon.png "${PN}.png"
-       games_make_wrapper "${PN}" "mono SpaceChem.exe" "${ROOT}/${GAMES_PREFIX_OPT}/${PN}/"
-       make_desktop_entry "${PN}" "SpaceChem" "${PN}" "Game;LogicGame;" "Comment=Solve design-based challenges in this game from Zachtronics Industries"
-
-       prepgamesdirs
-}