diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-12-29 16:37:28 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-12-29 16:37:28 +0000 |
commit | c2189c810da1c81c68b78ef540a3b462865b0b65 (patch) | |
tree | fb96c61db57e97d13f8708729172af309adb6db3 /games-arcade | |
parent | old files (diff) | |
download | gentoo-2-c2189c810da1c81c68b78ef540a3b462865b0b65.tar.gz gentoo-2-c2189c810da1c81c68b78ef540a3b462865b0b65.tar.bz2 gentoo-2-c2189c810da1c81c68b78ef540a3b462865b0b65.zip |
Version bump
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/bumprace/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/bumprace/bumprace-1.5.2.ebuild | 25 | ||||
-rw-r--r-- | games-arcade/bumprace/files/digest-bumprace-1.5.2 | 3 |
3 files changed, 34 insertions, 1 deletions
diff --git a/games-arcade/bumprace/ChangeLog b/games-arcade/bumprace/ChangeLog index 344dd1965c63..214c390e8e84 100644 --- a/games-arcade/bumprace/ChangeLog +++ b/games-arcade/bumprace/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/bumprace # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bumprace/ChangeLog,v 1.7 2006/04/27 19:41:30 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bumprace/ChangeLog,v 1.8 2006/12/29 16:37:28 nyhm Exp $ + +*bumprace-1.5.2 (29 Dec 2006) + + 29 Dec 2006; Tristan Heaven <nyhm@gentoo.org> +bumprace-1.5.2.ebuild: + Version bump 27 Apr 2006; Marien Zwart <marienz@gentoo.org> Manifest: Fixing SHA256 digest, pass four diff --git a/games-arcade/bumprace/bumprace-1.5.2.ebuild b/games-arcade/bumprace/bumprace-1.5.2.ebuild new file mode 100644 index 000000000000..48488ded2e02 --- /dev/null +++ b/games-arcade/bumprace/bumprace-1.5.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bumprace/bumprace-1.5.2.ebuild,v 1.1 2006/12/29 16:37:28 nyhm Exp $ + +inherit games + +DESCRIPTION="simple arcade racing game" +HOMEPAGE="http://www.linux-games.com/bumprace/" +SRC_URI="http://user.cs.tu-berlin.de/~karlb/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="media-libs/libsdl + media-libs/sdl-mixer + media-libs/jpeg + media-libs/sdl-image" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog FAQ README + prepgamesdirs +} diff --git a/games-arcade/bumprace/files/digest-bumprace-1.5.2 b/games-arcade/bumprace/files/digest-bumprace-1.5.2 new file mode 100644 index 000000000000..9c2c45a62f18 --- /dev/null +++ b/games-arcade/bumprace/files/digest-bumprace-1.5.2 @@ -0,0 +1,3 @@ +MD5 0f2a30553cf2b412c262087149cc63c8 bumprace-1.5.2.tar.gz 863987 +RMD160 d0ea6a39b62c68b0719e9e575b714edea5ea741b bumprace-1.5.2.tar.gz 863987 +SHA256 20a36ed747f355932024597b8fef178c0aa7a6f740f33e3c45207a75a0c09e7a bumprace-1.5.2.tar.gz 863987 |