diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 18:05:31 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:34:54 +0200 |
commit | 12075cbb7bf7c66368084b37f4847467f1ca4015 (patch) | |
tree | d9128ec5400618a65c9244ffcba5f2a02c848b6a /games-puzzle | |
parent | games-puzzle/xblockout: Stop using games.eclass (diff) | |
download | gentoo-12075cbb7bf7c66368084b37f4847467f1ca4015.tar.gz gentoo-12075cbb7bf7c66368084b37f4847467f1ca4015.tar.bz2 gentoo-12075cbb7bf7c66368084b37f4847467f1ca4015.zip |
games-puzzle/xblockout: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.6.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/games-puzzle/xblockout/xblockout-1.1.6.ebuild b/games-puzzle/xblockout/xblockout-1.1.6.ebuild deleted file mode 100644 index bbb076fd9603..000000000000 --- a/games-puzzle/xblockout/xblockout-1.1.6.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 autotools flag-o-matic eutils games - -DESCRIPTION="X Window block dropping game in 3 Dimension" -HOMEPAGE="http://perso.univ-lyon1.fr/thierry.excoffier/XBL/" -SRC_URI="http://perso.univ-lyon1.fr/thierry.excoffier/XBL/xbl-${PV}.tar.gz" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/xbl-${PV} - -src_prepare() { - epatch "${FILESDIR}"/${P}-font.patch - sed -i \ - -e '/^CC/d' \ - -e 's:-lm:-lm -lX11:' \ - -e '/DGROUP_GID/d' \ - -e "s:-g$:${CFLAGS}:" \ - Makefile.in || die - # Don't know about other archs. --slarti - use amd64 && filter-flags "-fweb" - eautoreconf -} - -src_compile() { - emake \ - USE_SETGID= \ - SCOREDIR="${GAMES_DATADIR}/${PN}" \ - RESOURCEDIR="${GAMES_DATADIR}/${PN}" \ - LDOPTIONS="${LDFLAGS}" -} - -src_install() { - newgamesbin bl xbl - - insinto "${GAMES_DATADIR}"/${PN} - newins Xbl.ad Xbl - - newman xbl.man xbl.6 - dodoc README xbl-README - dohtml *.html *.gif - make_desktop_entry xbl XBlockOut - prepgamesdirs -} |