diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-26 21:39:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-26 21:39:04 +0000 |
commit | c04b57b016fc5e222c4c1fdd1140d6d044295f15 (patch) | |
tree | 7875cb4fee4e23caa4a69c1009a1fb4980315697 /games-arcade/ri-li | |
parent | New version for GNOME-2.22. Supports more autodevices (webcams) and bug fixes... (diff) | |
download | gentoo-2-c04b57b016fc5e222c4c1fdd1140d6d044295f15.tar.gz gentoo-2-c04b57b016fc5e222c4c1fdd1140d6d044295f15.tar.bz2 gentoo-2-c04b57b016fc5e222c4c1fdd1140d6d044295f15.zip |
version bump (bug #214692)
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade/ri-li')
-rw-r--r-- | games-arcade/ri-li/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/ri-li/ri-li-2.0.1.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/games-arcade/ri-li/ChangeLog b/games-arcade/ri-li/ChangeLog index 3456d227da5f..8643a90a054c 100644 --- a/games-arcade/ri-li/ChangeLog +++ b/games-arcade/ri-li/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/ri-li # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.6 2008/03/25 13:36:11 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.7 2008/03/26 21:39:04 mr_bones_ Exp $ + +*ri-li-2.0.1 (26 Mar 2008) + + 26 Mar 2008; Michael Sterrett <mr_bones_@gentoo.org> +ri-li-2.0.1.ebuild: + version bump (bug #214692) 25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> ri-li-2.0.0.ebuild: amd64 stable diff --git a/games-arcade/ri-li/ri-li-2.0.1.ebuild b/games-arcade/ri-li/ri-li-2.0.1.ebuild new file mode 100644 index 000000000000..2569a69ec8d7 --- /dev/null +++ b/games-arcade/ri-li/ri-li-2.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.1 2008/03/26 21:39:04 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="Drive a toy wood engine and collect all the coaches" +HOMEPAGE="http://ri-li.sourceforge.net/" +SRC_URI="mirror://sourceforge/ri-li/Ri-li-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/libsdl + media-libs/sdl-mixer" + +S=${WORKDIR}/Ri-li-${PV} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild + doicon "${D}${GAMES_DATADIR}/Ri-li/"*png + dodoc AUTHORS ChangeLog NEWS README + make_desktop_entry Ri_li Ri-li Ri-li-icon-48x48 + prepgamesdirs +} |