diff options
author | 2005-02-20 20:31:14 +0000 | |
---|---|---|
committer | 2005-02-20 20:31:14 +0000 | |
commit | 92ade7de6fc176c1b8135d52b203e67cd0cfeaca (patch) | |
tree | 07221148eb563c5b9192a682cb79363edda06200 /games-puzzle/xblockout | |
parent | Fix docs that are installed; Thanks to vanquirius in bug 82719. (diff) | |
download | historical-92ade7de6fc176c1b8135d52b203e67cd0cfeaca.tar.gz historical-92ade7de6fc176c1b8135d52b203e67cd0cfeaca.tar.bz2 historical-92ade7de6fc176c1b8135d52b203e67cd0cfeaca.zip |
Marked ~amd64 to resolve bug 70052. Now filtering -fweb.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'games-puzzle/xblockout')
-rw-r--r-- | games-puzzle/xblockout/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/xblockout/Manifest | 14 | ||||
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.2.ebuild | 12 |
3 files changed, 25 insertions, 8 deletions
diff --git a/games-puzzle/xblockout/ChangeLog b/games-puzzle/xblockout/ChangeLog index 4e93bc14a0da..4d5c82c63645 100644 --- a/games-puzzle/xblockout/ChangeLog +++ b/games-puzzle/xblockout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/xblockout -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.8 2004/12/28 16:52:27 josejx Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.9 2005/02/20 20:31:14 slarti Exp $ + + 20 Feb 2005; Tom Martin <slarti@gentoo.org> xblockout-1.1.2.ebuild: + Marked ~amd64 to resolve bug 70052. Now filtering -fweb. 29 Dec 2004; Joseph Jezak <josejx@gentoo.org> xblockout-1.1.2.ebuild: Marked ppc stable. diff --git a/games-puzzle/xblockout/Manifest b/games-puzzle/xblockout/Manifest index 76c3436118e2..82c9eb18c22b 100644 --- a/games-puzzle/xblockout/Manifest +++ b/games-puzzle/xblockout/Manifest @@ -1,4 +1,14 @@ -MD5 45b1bed2d47f1849fa6bc126358d0ab2 ChangeLog 1141 -MD5 75a50e032d4d4b07946fe9725c2aa342 xblockout-1.1.2.ebuild 1190 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 0599289144452d7200d6d838d7733291 ChangeLog 1271 +MD5 e9af2a188e9ce022dffe2c4fb7804b27 xblockout-1.1.2.ebuild 1290 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 129edbcc1cd1677ce05bd1ba1dc1d85b files/digest-xblockout-1.1.2 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCGPQzCHk4+ZoBpvsRAgZUAJ4mkCh+eazU3HFF66T7TVtILDLtFQCfR2EO +BTbRSSQRpAdQ23oDNy2PpA8= +=xzLf +-----END PGP SIGNATURE----- diff --git a/games-puzzle/xblockout/xblockout-1.1.2.ebuild b/games-puzzle/xblockout/xblockout-1.1.2.ebuild index 409d441a03ef..79f31df02513 100644 --- a/games-puzzle/xblockout/xblockout-1.1.2.ebuild +++ b/games-puzzle/xblockout/xblockout-1.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.9 2004/12/28 16:52:27 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.10 2005/02/20 20:31:14 slarti Exp $ -inherit games +inherit games flag-o-matic DESCRIPTION="XBlockOut: X Window block dropping game in 3 Dimension" HOMEPAGE="http://www710.univ-lyon1.fr/ftp/xbl/xbl.html" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp710.univ-lyon1.fr/pub/xbl/xbl-${PV}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" IUSE="" RDEPEND="virtual/x11 @@ -22,6 +22,10 @@ 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 \ |