diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-08 15:28:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-08 15:28:18 +0000 |
commit | abfc11f3c4fed8eb21db2acce7ac87b28a11e39e (patch) | |
tree | 8fec6029d0ab6583f8553c72d859b5e69d38e701 /games-puzzle/xblockout | |
parent | alpha/ia64/sparc stable wrt #230816 (diff) | |
download | gentoo-2-abfc11f3c4fed8eb21db2acce7ac87b28a11e39e.tar.gz gentoo-2-abfc11f3c4fed8eb21db2acce7ac87b28a11e39e.tar.bz2 gentoo-2-abfc11f3c4fed8eb21db2acce7ac87b28a11e39e.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/xblockout')
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.3.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/games-puzzle/xblockout/xblockout-1.1.3.ebuild b/games-puzzle/xblockout/xblockout-1.1.3.ebuild deleted file mode 100644 index 06f25266e348..000000000000 --- a/games-puzzle/xblockout/xblockout-1.1.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.3.ebuild,v 1.4 2008/03/07 19:27:15 wolf31o2 Exp $ - -inherit flag-o-matic games - -DESCRIPTION="X Window block dropping game in 3 Dimension" -HOMEPAGE="http://www710.univ-lyon1.fr/ftp/xbl/xbl.html" -SRC_URI="http://www710.univ-lyon1.fr/~exco/XBL/xbl-${PV}.tar.gz" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="x11-libs/libXext" - -S=${WORKDIR}/xbl-${PV} - -src_unpack() { - unpack ${A} - - # Don't know about other archs. --slarti - use amd64 && filter-flags "-fweb" - - sed -i \ - -e "s:-lm:-lm -L/usr/X11R6/lib -lX11:" \ - -e "s:-g$:${CFLAGS}:" "${S}"/Makefile.in \ - || die "sed failed" -} - -src_compile() { - egamesconf || die - emake \ - SCOREDIR="${GAMES_STATEDIR}/${PN}" \ - GROUP_GID=$(id -g ${GAMES_GROUP}) \ - RESOURCEDIR="${GAMES_DATADIR}/${PN}" \ - || die "emake failed" -} - -src_install() { - newgamesbin bl xbl || die "newgamesbin failed" - insinto "${GAMES_DATADIR}"/${PN} - newins Xbl.ad Xbl - insinto "${GAMES_STATEDIR}"/${PN} - newins Xbl.ad Xbl - - newman xbl.man xbl.6 - dodoc README xbl-README - dohtml *.html *.gif - - prepgamesdirs -} |