diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:34:24 +0100 |
commit | 34957930a405921a4d045238375a288e0f08c40e (patch) | |
tree | e897ec0a922c9531c92309acb018dac9128e2233 /games-arcade | |
parent | games-arcade/wop: Remove old (diff) | |
download | gentoo-34957930a405921a4d045238375a288e0f08c40e.tar.gz gentoo-34957930a405921a4d045238375a288e0f08c40e.tar.bz2 gentoo-34957930a405921a4d045238375a288e0f08c40e.zip |
games-arcade/xboing: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xboing/xboing-2.4-r2.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/games-arcade/xboing/xboing-2.4-r2.ebuild b/games-arcade/xboing/xboing-2.4-r2.ebuild deleted file mode 100644 index 977824c0bce8..000000000000 --- a/games-arcade/xboing/xboing-2.4-r2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils games - -DESCRIPTION="blockout type game where you bounce a proton ball trying to destroy blocks" -HOMEPAGE="http://www.techrescue.org/xboing/" -SRC_URI="http://www.techrescue.org/xboing/${PN}${PV}.tar.gz - mirror://gentoo/xboing-${PV}-debian.patch.bz2" - -LICENSE="xboing" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/libXpm" -DEPEND="${RDEPEND} - app-text/rman - x11-misc/gccmakedep - x11-misc/imake" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${WORKDIR}"/xboing-${PV}-debian.patch - epatch "${FILESDIR}"/xboing-${PV}-buffer.patch - epatch "${FILESDIR}"/xboing-${PV}-sleep.patch - sed -i '/^#include/s:xpm\.h:X11/xpm.h:' *.c -} - -src_configure() { - xmkmf -a || die - sed -i \ - -e "s:GENTOO_VER:${PF/${PN}-/}:" \ - Imakefile -} - -src_compile() { - emake \ - CXXOPTIONS="${CXXFLAGS}" \ - CDEBUGFLAGS="${CFLAGS}" \ - LOCAL_LDFLAGS="${LDFLAGS}" \ - XBOING_DIR="${GAMES_DATADIR}/${PN}" \ - || die -} - -src_install() { - make \ - PREFIX="${D}" \ - LOCAL_LDFLAGS="${LDFLAGS}" \ - XBOING_DIR="${GAMES_DATADIR}/${PN}" \ - install \ - || die - newman xboing.man xboing.6 - dodoc README docs/*.doc - prepgamesdirs - fperms 660 "${GAMES_STATEDIR}"/xboing.score -} |