summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-07-08 14:28:49 +0200
committerPacho Ramos <pacho@gentoo.org>2021-07-08 14:28:49 +0200
commita32b42d24433ba47484f21668eb34108966fa9f0 (patch)
tree0041534218a2d51a482db145bc01315a3cecb41a /games-arcade
parentdev-python/lmfit: Drop old (diff)
downloadgentoo-a32b42d24433ba47484f21668eb34108966fa9f0.tar.gz
gentoo-a32b42d24433ba47484f21668eb34108966fa9f0.tar.bz2
gentoo-a32b42d24433ba47484f21668eb34108966fa9f0.zip
games-arcade/blobwars: Drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/blobwars/blobwars-2.00.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/games-arcade/blobwars/blobwars-2.00.ebuild b/games-arcade/blobwars/blobwars-2.00.ebuild
deleted file mode 100644
index 45d85b3dd782..000000000000
--- a/games-arcade/blobwars/blobwars-2.00.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils xdg
-
-DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an alien invader"
-HOMEPAGE="https://sourceforge.net/projects/blobwars/ https://www.parallelrealities.co.uk/games/metalBlobSolid/ https://github.com/perpendicular-dimensions/blobwars"
-SRC_URI="mirror://sourceforge/blobwars/${P}.tar.gz"
-
-LICENSE="BSD CC-BY-SA-3.0 CC-BY-3.0 GPL-2 LGPL-2.1 fairuse public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libsdl2
- media-libs/sdl2-mixer
- media-libs/sdl2-ttf
- media-libs/sdl2-image
- media-libs/sdl2-net
- sys-libs/zlib
- virtual/libintl
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-src_prepare() {
- default
- sed -i -e "/-Werror/d" Makefile || die
-}
-
-src_compile() {
- emake \
- RELEASE="1" \
- USEPAK="1"
-}
-
-src_install() {
- emake \
- BINDIR="/usr/bin/" \
- USEPAK="1" \
- DESTDIR="${D}" \
- DOCDIR="/usr/share/doc/${PF}/html/" \
- install
-
- mv -vf \
- "${D}"/usr/share/doc/${PF}/html/{changes,hacking,porting,readme} \
- "${D}"/usr/share/doc/${PF}/
-}