diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 21:52:15 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 21:52:15 +0000 |
commit | a52cfb2dcd23b1757b675cc350d434b798760efb (patch) | |
tree | 91993fe2a92f36b92f905debf015a205200eb719 /games-simulation/stoned-bin | |
parent | Changed nomirror to mirror and nostrip to strip. (diff) | |
download | gentoo-2-a52cfb2dcd23b1757b675cc350d434b798760efb.tar.gz gentoo-2-a52cfb2dcd23b1757b675cc350d434b798760efb.tar.bz2 gentoo-2-a52cfb2dcd23b1757b675cc350d434b798760efb.zip |
Removing old version.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-simulation/stoned-bin')
-rw-r--r-- | games-simulation/stoned-bin/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/stoned-bin/files/digest-stoned-bin-1.0.4 | 1 | ||||
-rw-r--r-- | games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild | 28 |
3 files changed, 6 insertions, 31 deletions
diff --git a/games-simulation/stoned-bin/ChangeLog b/games-simulation/stoned-bin/ChangeLog index 18ea8f653a94..08a91860df68 100644 --- a/games-simulation/stoned-bin/ChangeLog +++ b/games-simulation/stoned-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/stoned-bin -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.7 2005/02/25 22:46:58 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.8 2006/03/31 21:52:15 wolf31o2 Exp $ + + 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + -stoned-bin-1.0.4.ebuild: + Removing old version. 25 Feb 2005; Michael Sterrett <mr_bones_@gentoo.org> stoned-bin-1.1.6.ebuild: diff --git a/games-simulation/stoned-bin/files/digest-stoned-bin-1.0.4 b/games-simulation/stoned-bin/files/digest-stoned-bin-1.0.4 deleted file mode 100644 index e7d62eb57d88..000000000000 --- a/games-simulation/stoned-bin/files/digest-stoned-bin-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 6698dca4f86bfd8aafee4ea24fc22ac7 stoned-1.0.4.tar.gz 36514 diff --git a/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild b/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild deleted file mode 100644 index ba746e29dd8e..000000000000 --- a/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.0.4.ebuild,v 1.2 2005/02/11 21:25:43 wolf31o2 Exp $ - -inherit games - -DESCRIPTION="3D curling simulation" -HOMEPAGE="http://stoned.cute-ninjas.com/" -SRC_URI="http://stoned.cute-ninjas.com/download/${P/-bin}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="-* x86" -IUSE="" -RESTRICT="nostrip" - -RDEPEND="virtual/opengl - virtual/glut - media-libs/sdl-net" - -S="${WORKDIR}/${P/-bin}" - -src_install() { - into "${GAMES_PREFIX_OPT}" - dobin stoned || die "dobin failed" - dodoc README - prepgamesdirs -} |