summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-15 20:52:16 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-15 21:00:35 +0200
commitda5170777c415ff3b0da6f1dbe812d5bc023790d (patch)
tree9a9d73f5daa6a3a24e6e65024dec9e02f4d8eb90 /games-arcade
parentgames-arcade/defendguin: Stop using games.eclass (diff)
downloadgentoo-da5170777c415ff3b0da6f1dbe812d5bc023790d.tar.gz
gentoo-da5170777c415ff3b0da6f1dbe812d5bc023790d.tar.bz2
gentoo-da5170777c415ff3b0da6f1dbe812d5bc023790d.zip
games-arcade/defendguin: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/defendguin/defendguin-0.0.12.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/games-arcade/defendguin/defendguin-0.0.12.ebuild b/games-arcade/defendguin/defendguin-0.0.12.ebuild
deleted file mode 100644
index 1dab751e0ae6..000000000000
--- a/games-arcade/defendguin/defendguin-0.0.12.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="A clone of the arcade game Defender, but with a Linux theme"
-HOMEPAGE="http://www.newbreedsoftware.com/defendguin/"
-SRC_URI="ftp://ftp.tuxpaint.org/unix/x/${PN}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/sdl-mixer[mod]
- media-libs/libsdl[video]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i \
- -e "s:\$(DATA_PREFIX):${GAMES_DATADIR}/${PN}/:" \
- -e '/^CFLAGS=.*-O2/d' \
- -e '/^CFLAGS=/s:=:+= $(LDFLAGS) :' \
- Makefile \
- || die
- rm -f data/images/*.sh
-}
-
-src_install() {
- dogamesbin ${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r ./data/*
- newicon data/images/ufo/ufo0.bmp ${PN}.bmp
- make_desktop_entry ${PN} Defendguin /usr/share/pixmaps/${PN}.bmp
- doman src/${PN}.6
- dodoc docs/{AUTHORS,CHANGES,README,TODO}.txt
- prepgamesdirs
-}