summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-24 21:07:52 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-24 21:26:29 +0200
commit37a048d120f136c7de1c2aebae9bf18d4199c206 (patch)
tree7630c42748bbbbc7eb8928278404dcf839a82373 /games-arcade
parentgames-arcade/tuxpuck: Stop using games.eclass (diff)
downloadgentoo-37a048d120f136c7de1c2aebae9bf18d4199c206.tar.gz
gentoo-37a048d120f136c7de1c2aebae9bf18d4199c206.tar.bz2
gentoo-37a048d120f136c7de1c2aebae9bf18d4199c206.zip
games-arcade/tuxpuck: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild b/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild
deleted file mode 100644
index db5f2d7e5e27..000000000000
--- a/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Hover hockey"
-HOMEPAGE="http://home.no.net/munsuun/tuxpuck/"
-SRC_URI="http://home.no.net/munsuun/tuxpuck/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
- media-libs/libpng:0
- virtual/jpeg:0
- media-libs/libvorbis"
-DEPEND="${RDEPEND}
- media-libs/freetype:2"
-
-src_prepare() {
- # Bug #376741 - Make unpack call compatible with both
- # PMS and <sys-apps/portage-2.1.10.10.
- cd man || die
- unpack ./${PN}.6.gz
- cd .. || die
- sed -i \
- -e 's/-Werror//' \
- -e '/^CC/d' \
- Makefile \
- utils/Makefile \
- data/Makefile \
- || die "sed failed"
- epatch "${FILESDIR}"/${P}-ldflags.patch \
- "${FILESDIR}"/${P}-png15.patch \
- "${FILESDIR}"/${P}-parallel.patch
-}
-
-src_compile() {
- emake -C utils
- emake -C data
- emake
-}
-
-src_install() {
- dogamesbin tuxpuck
- doman man/tuxpuck.6
- dodoc *.txt
- doicon data/icons/${PN}.ico
- make_desktop_entry ${PN} "TuxPuck" /usr/share/pixmaps/${PN}.ico
- prepgamesdirs
-}