diff options
author | 2005-01-30 06:13:16 +0000 | |
---|---|---|
committer | 2005-01-30 06:13:16 +0000 | |
commit | 5f277dc36ad6dfbf1d7cbcd3c1e4edd507bdda53 (patch) | |
tree | 91f0a8e561e519c0c5c5c5ebd081c054bb128171 /games-puzzle | |
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')
4 files changed, 0 insertions, 60 deletions
diff --git a/games-puzzle/concentration/concentration-1.0.1.ebuild b/games-puzzle/concentration/concentration-1.0.1.ebuild deleted file mode 100644 index 712c95ba14ba..000000000000 --- a/games-puzzle/concentration/concentration-1.0.1.ebuild +++ /dev/null @@ -1,33 +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/concentration/concentration-1.0.1.ebuild,v 1.3 2004/06/24 23:02:59 agriffis Exp $ - -inherit games - -DESCRIPTION="The classic memory game with some new life" -HOMEPAGE="http://www.shiftygames.com/concentration/concentration.html" -SRC_URI="http://www.shiftygames.com/concentration/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -RDEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 - media-libs/sdl-ttf" - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --datadir=${GAMES_DATADIR_BASE} \ - || die - emake || die "emake faile" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog - prepgamesdirs -} diff --git a/games-puzzle/concentration/files/digest-concentration-1.0.1 b/games-puzzle/concentration/files/digest-concentration-1.0.1 deleted file mode 100644 index 336e0a0eaac7..000000000000 --- a/games-puzzle/concentration/files/digest-concentration-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 75af3fd96fb3ebe143ba831bfe0ddc2e concentration-1.0.1.tar.gz 1130087 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 -} |