summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-07-07 21:07:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-07-07 21:07:23 +0000
commit7c210cb56420e29a29f5f64c77c6b0fe12e406e1 (patch)
tree5e0d6d0bc8025b65039147ac2813fcfdb95c326f /games-puzzle
parentamd64/x86 stable, bug #225851 (diff)
downloadhistorical-7c210cb56420e29a29f5f64c77c6b0fe12e406e1.tar.gz
historical-7c210cb56420e29a29f5f64c77c6b0fe12e406e1.tar.bz2
historical-7c210cb56420e29a29f5f64c77c6b0fe12e406e1.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/tint/Manifest3
-rw-r--r--games-puzzle/tint/files/0.03a-warnings.patch31
-rw-r--r--games-puzzle/tint/tint-0.03a.ebuild42
3 files changed, 0 insertions, 76 deletions
diff --git a/games-puzzle/tint/Manifest b/games-puzzle/tint/Manifest
index 9ad2d07b60ae..292772bfe716 100644
--- a/games-puzzle/tint/Manifest
+++ b/games-puzzle/tint/Manifest
@@ -1,7 +1,4 @@
-AUX 0.03a-warnings.patch 740 RMD160 d9546a579b8a89f2b14ecc5511f0985c9318f2c6 SHA1 305a8780edec60dcba90d61498a335b17ba43d6b SHA256 94173419c08fd9ee37d5c1268dfaa80a279d886a2e011b4dfd5ec49837faf26f
-DIST tint_0.03a.tar.gz 16781 RMD160 8363d26bbfc12fced0c8c6bd0b94ecbebffcfa20 SHA1 58c0e9a3ca66adb4e327b82c80794c511a81963f SHA256 6c4e2e8063c72473d9447ffaee2005b8b7b152a1c04dbc851ea74cdf6c03bc0d
DIST tint_0.03b.tar.gz 16909 RMD160 23a763fc8dea63feb5f80a25ef6c75be47a97068 SHA1 6026efdaa49d58473b05045c04fc9d2388379324 SHA256 f43fc82c5d16954a85ef532b0771599902cea86d8d9eea044e5b7454db91419c
-EBUILD tint-0.03a.ebuild 1047 RMD160 79515205f43166b9d3f15f92c8f82eca8a2317ba SHA1 edb7e5c65ccd253a54a6144377960ba51a149d47 SHA256 a303f0231a3ba8189dae9fd9c033f045b0ce1b2d42eee39a8dd4e1428605547a
EBUILD tint-0.03b.ebuild 930 RMD160 9b2b209612eacab1a7c8b20e4605234dffc9dd29 SHA1 17bbd0e3c7b4ee4dd77248cef51734b33416ada2 SHA256 19eaf100e26a41e8b208abcb640cbda7eee9c6e02ca9c6407fe99d8f619af87c
MISC ChangeLog 1785 RMD160 7c421659923a40e0438ffc74ef6d3ab2fd6a0ff5 SHA1 ba5ed1169679d0cb502416bf08f168ab6e32e279 SHA256 488753136a059971c990142b71aadd49f6e6a88928ebf972b908a58fdb2e34d9
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-puzzle/tint/files/0.03a-warnings.patch b/games-puzzle/tint/files/0.03a-warnings.patch
deleted file mode 100644
index 5dc1cfa7aa39..000000000000
--- a/games-puzzle/tint/files/0.03a-warnings.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- tint.c.orig 2004-09-24 19:28:16.000000000 -0700
-+++ tint.c 2004-09-24 19:28:27.000000000 -0700
-@@ -651,7 +651,7 @@
- shapecount[engine.curshape]++;
- break;
- /* shape moved down one line */
-- case 1:
-+ case 1:;
- }
- }
- }
---- engine.c.orig 2004-09-24 19:26:04.000000000 -0700
-+++ engine.c 2004-09-24 19:28:01.000000000 -0700
-@@ -27,6 +27,8 @@
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-+#include <stdlib.h>
-+#include <string.h>
- #include "typedefs.h"
- #include "utils.h"
- #include "io.h"
-@@ -94,7 +96,7 @@
- case 5:
- real_rotate (shape,FALSE);
- break;
-- case 3: /* This one is not rotated at all */
-+ case 3:; /* This one is not rotated at all */
- }
- }
-
diff --git a/games-puzzle/tint/tint-0.03a.ebuild b/games-puzzle/tint/tint-0.03a.ebuild
deleted file mode 100644
index 36a72181cfa4..000000000000
--- a/games-puzzle/tint/tint-0.03a.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tint/tint-0.03a.ebuild,v 1.9 2006/08/15 15:00:11 tcort Exp $
-
-inherit eutils games
-
-MY_P=${P/-/_}
-DESCRIPTION="Tint Is Not Tetris, a ncurses based clone of the original Tetris(tm) game"
-HOMEPAGE="http://oasis.frogfoot.net/code/tint/"
-SRC_URI="http://oasis.frogfoot.net/code/tint/download/${PV}/${MY_P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.4-r1"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-warnings.patch"
- sed -i '/STRIP/d' Makefile || die "sed failed"
-}
-
-src_compile() {
- emake \
- CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}" \
- localstatedir="${GAMES_STATEDIR}" \
- || die "emake failed"
-}
-
-src_install() {
- dogamesbin tint || die "dogamesbin failed"
- doman tint.6
- dodoc CREDITS NOTES
- insopts -m 0664
- insinto "${GAMES_STATEDIR}"
- doins tint.scores || die "doins failed"
- prepgamesdirs
-}