commit:     a32b42d24433ba47484f21668eb34108966fa9f0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 12:28:49 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 12:28:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32b42d2

games-arcade/blobwars: Drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-arcade/blobwars/blobwars-2.00.ebuild | 51 ------------------------------
 1 file changed, 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 45d85b3dd78..00000000000
--- 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}/
-}

Reply via email to