diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-02 21:13:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-02 21:13:22 +0000 |
commit | 907d51027bf9d771759f4025ad873006fbbb4a7e (patch) | |
tree | 9e20b2bedb089fd85512072af57cc692ab672ddf /games-puzzle | |
parent | alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #263874 (diff) | |
download | gentoo-2-907d51027bf9d771759f4025ad873006fbbb4a7e.tar.gz gentoo-2-907d51027bf9d771759f4025ad873006fbbb4a7e.tar.bz2 gentoo-2-907d51027bf9d771759f4025ad873006fbbb4a7e.zip |
old
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xblockout/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.5.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/games-puzzle/xblockout/Manifest b/games-puzzle/xblockout/Manifest index 3d85bb4fbb70..10ba151b6a64 100644 --- a/games-puzzle/xblockout/Manifest +++ b/games-puzzle/xblockout/Manifest @@ -1,6 +1,5 @@ AUX xblockout-1.1.5-font.patch 1531 RMD160 a7b20c32c3ed040a54ac519a187b9678bf7244e9 SHA1 44f588250fbc5246089c94939ccfcf4360f41181 SHA256 fd1707ce1775804469fec94d71ec97263686324164f50be7aeb3f88e1402e9be DIST xbl-1.1.5.tar.gz 136508 RMD160 30cf9f6b1c251b267f0ebe0b85f349e9dce3dd44 SHA1 14503060ccf82d23430fe08e78ba4998723ec174 SHA256 5628e4a70709e3d996f4adf635a1760d96fad3ded0dd32d32205bdccde1e2cad EBUILD xblockout-1.1.5-r1.ebuild 1240 RMD160 6f672bf83b7f9af5bfeca34bdeea5f08316f69ba SHA1 6fcea1bf4047525724cbf2351d49ab2a2999a447 SHA256 f4182e17cd78818a891317bee9a1aacd18d37bede4911bcff5c742ad9c1842b9 -EBUILD xblockout-1.1.5.ebuild 1207 RMD160 27db1d63e591aea7dcab5fa88f27cc857a914acb SHA1 8e7e52037afcd3e65d8f980a9b011daff61fdcda SHA256 989de74d041be793df74d466e3b0d85cd34e11abca96d5c275fc948e8484df6c MISC ChangeLog 3121 RMD160 9fcf1f9e6dc38dbbda2b2f110fc31978f3fb0836 SHA1 6cbe0ea9dfba2477259ad1e84e95b6dedb1ddaf0 SHA256 e9ff7f52daef9290a0c8a0dca90ce4a8aa0c62055cd0c0857d4aa3c8f4d8781e MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-puzzle/xblockout/xblockout-1.1.5.ebuild b/games-puzzle/xblockout/xblockout-1.1.5.ebuild deleted file mode 100644 index 5fddfe01a7e9..000000000000 --- a/games-puzzle/xblockout/xblockout-1.1.5.ebuild +++ /dev/null @@ -1,54 +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.5.ebuild,v 1.4 2008/07/22 18:55:08 coldwind 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" # -amd64 wrt bug #162048 -IUSE="" - -DEPEND="x11-libs/libXext" - -S=${WORKDIR}/xbl-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e 's:-lm:-lm -lX11:' \ - -e '/DGROUP_GID/d' \ - -e "s:-g$:${CFLAGS}:" \ - Makefile.in || die "sed failed" -} - -src_compile() { - # Don't know about other archs. --slarti - use amd64 && filter-flags "-fweb" - - egamesconf || die - emake \ - USE_SETGID= \ - SCOREDIR="${GAMES_DATADIR}/${PN}" \ - RESOURCEDIR="${GAMES_DATADIR}/${PN}" \ - || die "emake failed" -} - -src_install() { - newgamesbin bl xbl || die "newgamesbin failed" - - insinto "${GAMES_DATADIR}"/${PN} - newins Xbl.ad Xbl || die "doins failed" - - newman xbl.man xbl.6 - dodoc README xbl-README - dohtml *.html *.gif - - prepgamesdirs -} |