diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-21 05:08:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-21 05:08:57 +0000 |
commit | f8f6b95ef575d6b01a9afc15e4bbe3810547614f (patch) | |
tree | ad90a26f0a462e5040e0ef935e9a6784c112cef0 /games-puzzle/xblockout | |
parent | Added ldap to USE. (diff) | |
download | historical-f8f6b95ef575d6b01a9afc15e4bbe3810547614f.tar.gz historical-f8f6b95ef575d6b01a9afc15e4bbe3810547614f.tar.bz2 historical-f8f6b95ef575d6b01a9afc15e4bbe3810547614f.zip |
old
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-puzzle/xblockout')
-rw-r--r-- | games-puzzle/xblockout/Manifest | 6 | ||||
-rw-r--r-- | games-puzzle/xblockout/files/digest-xblockout-1.1.2 | 1 | ||||
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.2.ebuild | 53 |
3 files changed, 2 insertions, 58 deletions
diff --git a/games-puzzle/xblockout/Manifest b/games-puzzle/xblockout/Manifest index 3cb2628c76c7..f0ec4c9f3937 100644 --- a/games-puzzle/xblockout/Manifest +++ b/games-puzzle/xblockout/Manifest @@ -1,6 +1,4 @@ -MD5 6ca31cb99a277365ea93ff569cf36cfb xblockout-1.1.3.ebuild 1221 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 fd35bef0d69ba95d80eb999ef719127e xblockout-1.1.2.ebuild 1222 MD5 e3d52d4c089b1d0e7b4f052cccd8c1a5 ChangeLog 1429 -MD5 129edbcc1cd1677ce05bd1ba1dc1d85b files/digest-xblockout-1.1.2 61 MD5 cdd10d857a2eddffb1721c82f24f13b1 files/digest-xblockout-1.1.3 61 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 6ca31cb99a277365ea93ff569cf36cfb xblockout-1.1.3.ebuild 1221 diff --git a/games-puzzle/xblockout/files/digest-xblockout-1.1.2 b/games-puzzle/xblockout/files/digest-xblockout-1.1.2 deleted file mode 100644 index 350c9912622d..000000000000 --- a/games-puzzle/xblockout/files/digest-xblockout-1.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 81b918d78c1f78ff05cdaab9f4589538 xbl-1.1.2.tar.gz 136082 diff --git a/games-puzzle/xblockout/xblockout-1.1.2.ebuild b/games-puzzle/xblockout/xblockout-1.1.2.ebuild deleted file mode 100644 index 8701175492be..000000000000 --- a/games-puzzle/xblockout/xblockout-1.1.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.12 2005/11/08 05:15:31 mr_bones_ 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="virtual/x11" - -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 -} |