diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-15 19:41:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-15 19:41:05 +0000 |
commit | 369edf4457f6adbd77d60bd4cf192240371d2c7e (patch) | |
tree | 17804cd201d005974a4b31bd0bd48bc247c583aa /games-arcade | |
parent | try to fix location of documentation. (diff) | |
download | gentoo-2-369edf4457f6adbd77d60bd4cf192240371d2c7e.tar.gz gentoo-2-369edf4457f6adbd77d60bd4cf192240371d2c7e.tar.bz2 gentoo-2-369edf4457f6adbd77d60bd4cf192240371d2c7e.zip |
old
Diffstat (limited to 'games-arcade')
5 files changed, 0 insertions, 105 deletions
diff --git a/games-arcade/crack-attack/crack-attack-1.1.12-r1.ebuild b/games-arcade/crack-attack/crack-attack-1.1.12-r1.ebuild deleted file mode 100644 index df4715566490..000000000000 --- a/games-arcade/crack-attack/crack-attack-1.1.12-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/crack-attack/crack-attack-1.1.12-r1.ebuild,v 1.5 2005/05/05 23:00:41 vapier Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="Addictive OpenGL-based block game" -HOMEPAGE="https://savannah.nongnu.org/projects/crack-attack/" -SRC_URI="http://savannah.nongnu.org/download/crack-attack/${P}-r1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ppc sparc x86" -IUSE="gtk" - -DEPEND="virtual/glut - gtk? ( >=x11-libs/gtk+-2.4 )" - -S=${WORKDIR}/${P}-r1 - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-garbage.patch - sed -i \ - -e '/handle flashing/d' src/LevelLights.cxx \ - || die "sed failed" -} - -src_compile() { - append-flags -DGL_GLEXT_LEGACY - egamesconf $(use_enable gtk) || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README - dohtml -A xpm doc/* - doicon doc/logo_icon.xpm - make_desktop_entry crack-attack Crack-attack crack-attack.xpm - prepgamesdirs -} diff --git a/games-arcade/crack-attack/crack-attack-1.1.12.ebuild b/games-arcade/crack-attack/crack-attack-1.1.12.ebuild deleted file mode 100644 index 370bcc4b4673..000000000000 --- a/games-arcade/crack-attack/crack-attack-1.1.12.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/crack-attack/crack-attack-1.1.12.ebuild,v 1.1 2005/03/29 02:50:26 mr_bones_ Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="Addictive OpenGL-based block game" -HOMEPAGE="https://savannah.nongnu.org/projects/crack-attack/" -SRC_URI="http://savannah.nongnu.org/download/crack-attack/${P}-r1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ppc sparc x86" -IUSE="gtk" - -DEPEND="virtual/glut - gtk? ( >=x11-libs/gtk+-2.4 )" - -S=${WORKDIR}/${P}-r1 - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/handle flashing/d' src/LevelLights.cxx \ - || die "sed failed" -} - -src_compile() { - append-flags -DGL_GLEXT_LEGACY - egamesconf $(use_enable gtk) || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README - dohtml -A xpm doc/* - prepgamesdirs -} diff --git a/games-arcade/crack-attack/files/crack-attack-1.1.12-garbage.patch b/games-arcade/crack-attack/files/crack-attack-1.1.12-garbage.patch deleted file mode 100644 index f0e71bf4dce7..000000000000 --- a/games-arcade/crack-attack/files/crack-attack-1.1.12-garbage.patch +++ /dev/null @@ -1,20 +0,0 @@ -Fix a bug where garbage blocks sometimes don't fall down properly. - -Patch by Dmitrii Tisnek - -http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10988 -http://bugs.gentoo.org/show_bug.cgi?id=88747 - ---- crack-attack-1.1.12-r1/src/Grid.cxx -+++ crack-attack-1.1.12-r1/src/Grid.cxx -@@ -312,8 +312,8 @@ - // keep track of the bounds on the shattered area - if (y + garbage.height > shatter_top) - shatter_top = y + garbage.height; -- if (y < shatter_bottom) -- shatter_bottom = y; -+ if (y - garbage.height < shatter_bottom) -+ shatter_bottom = y - garbage.height; - - shatter_count += garbage.width * garbage.height; - diff --git a/games-arcade/crack-attack/files/digest-crack-attack-1.1.12 b/games-arcade/crack-attack/files/digest-crack-attack-1.1.12 deleted file mode 100644 index 14c76880ed83..000000000000 --- a/games-arcade/crack-attack/files/digest-crack-attack-1.1.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 3a306da1c3df7a1b3ea807ad2b0eaeac crack-attack-1.1.12-r1.tar.gz 833152 diff --git a/games-arcade/crack-attack/files/digest-crack-attack-1.1.12-r1 b/games-arcade/crack-attack/files/digest-crack-attack-1.1.12-r1 deleted file mode 100644 index 14c76880ed83..000000000000 --- a/games-arcade/crack-attack/files/digest-crack-attack-1.1.12-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3a306da1c3df7a1b3ea807ad2b0eaeac crack-attack-1.1.12-r1.tar.gz 833152 |