diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-30 06:13:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-30 06:13:16 +0000 |
commit | 5f277dc36ad6dfbf1d7cbcd3c1e4edd507bdda53 (patch) | |
tree | 91f0a8e561e519c0c5c5c5ebd081c054bb128171 /games-puzzle/torrent | |
parent | version bump; clean old ebuilds (diff) | |
download | gentoo-2-5f277dc36ad6dfbf1d7cbcd3c1e4edd507bdda53.tar.gz gentoo-2-5f277dc36ad6dfbf1d7cbcd3c1e4edd507bdda53.tar.bz2 gentoo-2-5f277dc36ad6dfbf1d7cbcd3c1e4edd507bdda53.zip |
old
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-puzzle/torrent')
-rw-r--r-- | games-puzzle/torrent/files/digest-torrent-0.8.1 | 1 | ||||
-rw-r--r-- | games-puzzle/torrent/torrent-0.8.1.ebuild | 25 |
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 -} |