diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-22 00:49:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-22 00:49:39 +0000 |
commit | 5acedf24c1c27653ef0323ea9ddad90d4addfe4d (patch) | |
tree | aa72fd443b2a69dd22aea95045a3e4b457f5f0f5 /games-arcade/bumprace | |
parent | 0.6_p1 includes the latest patch released upstream to fix compilation problems. (diff) | |
download | gentoo-2-5acedf24c1c27653ef0323ea9ddad90d4addfe4d.tar.gz gentoo-2-5acedf24c1c27653ef0323ea9ddad90d4addfe4d.tar.bz2 gentoo-2-5acedf24c1c27653ef0323ea9ddad90d4addfe4d.zip |
version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/bumprace')
-rw-r--r-- | games-arcade/bumprace/ChangeLog | 10 | ||||
-rw-r--r-- | games-arcade/bumprace/bumprace-1.5.3.ebuild | 25 | ||||
-rw-r--r-- | games-arcade/bumprace/files/digest-bumprace-1.5.3 | 3 |
3 files changed, 36 insertions, 2 deletions
diff --git a/games-arcade/bumprace/ChangeLog b/games-arcade/bumprace/ChangeLog index 214c390e8e84..cbbf90f3a29e 100644 --- a/games-arcade/bumprace/ChangeLog +++ b/games-arcade/bumprace/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2006/12/29 16:37:28 nyhm Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bumprace/ChangeLog,v 1.9 2007/03/22 00:49:39 mr_bones_ Exp $ + +*bumprace-1.5.3 (22 Mar 2007) + + 22 Mar 2007; Michael Sterrett <mr_bones_@gentoo.org> + +bumprace-1.5.3.ebuild: + version bump *bumprace-1.5.2 (29 Dec 2006) diff --git a/games-arcade/bumprace/bumprace-1.5.3.ebuild b/games-arcade/bumprace/bumprace-1.5.3.ebuild new file mode 100644 index 000000000000..50a2a6c874cf --- /dev/null +++ b/games-arcade/bumprace/bumprace-1.5.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bumprace/bumprace-1.5.3.ebuild,v 1.1 2007/03/22 00:49:39 mr_bones_ 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.3 b/games-arcade/bumprace/files/digest-bumprace-1.5.3 new file mode 100644 index 000000000000..44fee89793f7 --- /dev/null +++ b/games-arcade/bumprace/files/digest-bumprace-1.5.3 @@ -0,0 +1,3 @@ +MD5 a72733718ee6eed8cd1657db89bf8e0d bumprace-1.5.3.tar.gz 906459 +RMD160 d36d5ea5c5e1c82485652f7de1c67b66978a140e bumprace-1.5.3.tar.gz 906459 +SHA256 000fe3fe517546c84a9173b37bafa511be1662d758559035a20372c141ed1b3e bumprace-1.5.3.tar.gz 906459 |