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
commitabdae47a5b79e1e3e2f5640f89e772cfc46bcf4d (patch)
treedd0b9c1f28e5be16a6ca35dd02042774ea05a081 /games-puzzle/torrent
parentarm KEYWORD (diff)
downloadgentoo-2-abdae47a5b79e1e3e2f5640f89e772cfc46bcf4d.tar.gz
gentoo-2-abdae47a5b79e1e3e2f5640f89e772cfc46bcf4d.tar.bz2
gentoo-2-abdae47a5b79e1e3e2f5640f89e772cfc46bcf4d.zip
version bump
Diffstat (limited to 'games-puzzle/torrent')
-rw-r--r--games-puzzle/torrent/ChangeLog7
-rw-r--r--games-puzzle/torrent/Manifest2
-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, 34 insertions, 1 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..2e25d8cbc71a 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 9080c67708d7a1e4a5ae8ad1d5094b78 torrent-0.8.1.ebuild 730
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
+}