diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-06 16:52:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-06 16:52:36 +0000 |
commit | 93b18700405723cd23bcf691bdcdadbd2b3e04fd (patch) | |
tree | d0536828ffeafdd2e711118a524a2d6eacdd468a /games-puzzle | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-93b18700405723cd23bcf691bdcdadbd2b3e04fd.tar.gz gentoo-2-93b18700405723cd23bcf691bdcdadbd2b3e04fd.tar.bz2 gentoo-2-93b18700405723cd23bcf691bdcdadbd2b3e04fd.zip |
tidy
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.2.ebuild | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/games-puzzle/xblockout/xblockout-1.1.2.ebuild b/games-puzzle/xblockout/xblockout-1.1.2.ebuild index 79f31df02513..e5e3916496fe 100644 --- a/games-puzzle/xblockout/xblockout-1.1.2.ebuild +++ b/games-puzzle/xblockout/xblockout-1.1.2.ebuild @@ -1,24 +1,21 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.10 2005/02/20 20:31:14 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.11 2005/11/06 16:52:36 mr_bones_ Exp $ -inherit games flag-o-matic +inherit flag-o-matic games -DESCRIPTION="XBlockOut: X Window block dropping game in 3 Dimension" +DESCRIPTION="X Window block dropping game in 3 Dimension" HOMEPAGE="http://www710.univ-lyon1.fr/ftp/xbl/xbl.html" SRC_URI="ftp://ftp710.univ-lyon1.fr/pub/xbl/xbl-${PV}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="~amd64 ppc x86" IUSE="" -RDEPEND="virtual/x11 - virtual/libc" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" +DEPEND="virtual/x11" -S="${WORKDIR}/xbl-${PV}" +S=${WORKDIR}/xbl-${PV} src_unpack() { unpack ${A} @@ -29,7 +26,7 @@ src_unpack() { sed -i \ -e "s:-lm:-lm -L/usr/X11R6/lib -lX11:" \ -e "s:-g$:${CFLAGS}:" ${S}/Makefile.in \ - || die "sed Makefile.in failed" + || die "sed failed" } src_compile() { @@ -43,9 +40,9 @@ src_compile() { src_install() { newgamesbin bl xbl || die "newgamesbin failed" - insinto ${GAMES_DATADIR}/${PN} + insinto "${GAMES_DATADIR}"/${PN} newins Xbl.ad Xbl - insinto ${GAMES_STATEDIR}/${PN} + insinto "${GAMES_STATEDIR}"/${PN} newins Xbl.ad Xbl newman xbl.man xbl.6 |