summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-30 00:21:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-30 00:21:18 +0000
commit202acfadbd823a87b6ce6b8d5b93c24f006de915 (patch)
treed7803cf3c2cc6c7708131fb1184c857b01bcf60d /games-puzzle/torrent
parentarm KEYWORD (diff)
downloadhistorical-202acfadbd823a87b6ce6b8d5b93c24f006de915.tar.gz
historical-202acfadbd823a87b6ce6b8d5b93c24f006de915.tar.bz2
historical-202acfadbd823a87b6ce6b8d5b93c24f006de915.zip
version bump
Diffstat (limited to 'games-puzzle/torrent')
-rw-r--r--games-puzzle/torrent/ChangeLog7
-rw-r--r--games-puzzle/torrent/Manifest4
-rw-r--r--games-puzzle/torrent/files/digest-torrent-0.8.11
-rw-r--r--games-puzzle/torrent/torrent-0.8.1.ebuild25
4 files changed, 35 insertions, 2 deletions
diff --git a/games-puzzle/torrent/ChangeLog b/games-puzzle/torrent/ChangeLog
index 4659ccf07901..41044f519d56 100644
--- a/games-puzzle/torrent/ChangeLog
+++ b/games-puzzle/torrent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-puzzle/torrent
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v 1.1 2004/03/05 09:16:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/ChangeLog,v 1.2 2004/04/30 00:21:18 mr_bones_ Exp $
+
+*torrent-0.8.1 (29 Apr 2004)
+
+ 29 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> torrent-0.8.1.ebuild:
+ version bump
*torrent-0.8 (05 Mar 2004)
diff --git a/games-puzzle/torrent/Manifest b/games-puzzle/torrent/Manifest
index 18904997bac7..ae5b787e0630 100644
--- a/games-puzzle/torrent/Manifest
+++ b/games-puzzle/torrent/Manifest
@@ -1,4 +1,6 @@
MD5 0066e542ebc3919eb3fa059733e94df4 torrent-0.8.ebuild 870
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 86454d115866d6f9181caf2c9dde3767 ChangeLog 362
+MD5 db165fd988d6d6cd61282088e20f5fda ChangeLog 485
+MD5 f0b82b903710e39e78c97ce47e3cc4a0 torrent-0.8.1.ebuild 750
MD5 6a3cfa6b20bb08ba4772b9e714bedd75 files/digest-torrent-0.8 63
+MD5 a7d64232d60c5e459e212e5120282911 files/digest-torrent-0.8.1 65
diff --git a/games-puzzle/torrent/files/digest-torrent-0.8.1 b/games-puzzle/torrent/files/digest-torrent-0.8.1
new file mode 100644
index 000000000000..69e7273b35da
--- /dev/null
+++ b/games-puzzle/torrent/files/digest-torrent-0.8.1
@@ -0,0 +1 @@
+MD5 8f9e4db4080117457862391eeee6e41b torrent-0.8.1.tar.gz 555514
diff --git a/games-puzzle/torrent/torrent-0.8.1.ebuild b/games-puzzle/torrent/torrent-0.8.1.ebuild
new file mode 100644
index 000000000000..a8e9860364b3
--- /dev/null
+++ b/games-puzzle/torrent/torrent-0.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/torrent/torrent-0.8.1.ebuild,v 1.1 2004/04/30 00:21:18 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="Match rising tiles to score as many points as possible before the tiles touch the top of the board"
+HOMEPAGE="http://www.shiftygames.com/torrent/torrent.html"
+SRC_URI="http://www.shiftygames.com/torrent/${P}.tar.gz"
+
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=media-libs/libsdl-1.2.4
+ >=media-libs/sdl-mixer-1.2
+ >=media-libs/sdl-image-1.2
+ media-libs/sdl-ttf"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc ChangeLog
+ prepgamesdirs
+}