summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-01-30 06:13:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-01-30 06:13:16 +0000
commitd75768718ce0276e6b415bd7f23f6ef91cb3bb2d (patch)
treef870dd83965f6da4e1a996af347fb0e0d3a0ce54 /games-puzzle/torrent
parentversion bump; clean old ebuilds (diff)
downloadhistorical-d75768718ce0276e6b415bd7f23f6ef91cb3bb2d.tar.gz
historical-d75768718ce0276e6b415bd7f23f6ef91cb3bb2d.tar.bz2
historical-d75768718ce0276e6b415bd7f23f6ef91cb3bb2d.zip
old
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'games-puzzle/torrent')
-rw-r--r--games-puzzle/torrent/files/digest-torrent-0.8.11
-rw-r--r--games-puzzle/torrent/torrent-0.8.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/games-puzzle/torrent/files/digest-torrent-0.8.1 b/games-puzzle/torrent/files/digest-torrent-0.8.1
deleted file mode 100644
index 69e7273b35da..000000000000
--- a/games-puzzle/torrent/files/digest-torrent-0.8.1
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 5fd2e8970000..000000000000
--- a/games-puzzle/torrent/torrent-0.8.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.3 2004/06/24 23:10:21 agriffis 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 ~ppc"
-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
-}