summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-10-09 05:45:23 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-10-09 05:45:23 +0000
commitac5a0ea94637b6f616fa541c7c697fe958144982 (patch)
tree80159176af0de7c36ecd42c1544ce6e9105cf115
parentVersion bump #240283 by Rodrigo Severo. (diff)
downloadgentoo-2-ac5a0ea94637b6f616fa541c7c697fe958144982.tar.gz
gentoo-2-ac5a0ea94637b6f616fa541c7c697fe958144982.tar.bz2
gentoo-2-ac5a0ea94637b6f616fa541c7c697fe958144982.zip
eautoreconf for bug #239721
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
-rw-r--r--games-arcade/ri-li/ChangeLog5
-rw-r--r--games-arcade/ri-li/ri-li-2.0.1.ebuild11
2 files changed, 10 insertions, 6 deletions
diff --git a/games-arcade/ri-li/ChangeLog b/games-arcade/ri-li/ChangeLog
index f339049423bd..d030cb3c1de1 100644
--- a/games-arcade/ri-li/ChangeLog
+++ b/games-arcade/ri-li/ChangeLog
@@ -1,6 +1,9 @@
# 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.10 2008/06/24 10:07:05 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.11 2008/10/09 05:45:23 nyhm Exp $
+
+ 09 Oct 2008; Tristan Heaven <nyhm@gentoo.org> ri-li-2.0.1.ebuild:
+ eautoreconf for bug #239721
24 Jun 2008; Christian Faulhammer <opfer@gentoo.org> ri-li-2.0.1.ebuild:
stable x86, bug 229113
diff --git a/games-arcade/ri-li/ri-li-2.0.1.ebuild b/games-arcade/ri-li/ri-li-2.0.1.ebuild
index fae78e83af00..a04f1ea27437 100644
--- a/games-arcade/ri-li/ri-li-2.0.1.ebuild
+++ b/games-arcade/ri-li/ri-li-2.0.1.ebuild
@@ -1,8 +1,8 @@
# 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.4 2008/06/24 10:07:05 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.5 2008/10/09 05:45:23 nyhm Exp $
-inherit eutils games
+inherit autotools eutils games
DESCRIPTION="Drive a toy wood engine and collect all the coaches"
HOMEPAGE="http://ri-li.sourceforge.net/"
@@ -22,13 +22,14 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-gcc43.patch
+ eautoreconf
}
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
+ newicon data/Ri-li-icon-48x48.png ${PN}.png
+ make_desktop_entry Ri_li Ri-li
+ dodoc AUTHORS NEWS README
prepgamesdirs
}