summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-30 11:28:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-30 11:28:28 +0000
commitc62173301c78fc4cc89ed5e7c4b17f6252c5f48a (patch)
tree5b2c237c643c303af26e43bc96ba96cfab99ec1c /games-puzzle/pingus
parentHOMEPAGE changed (diff)
downloadhistorical-c62173301c78fc4cc89ed5e7c4b17f6252c5f48a.tar.gz
historical-c62173301c78fc4cc89ed5e7c4b17f6252c5f48a.tar.bz2
historical-c62173301c78fc4cc89ed5e7c4b17f6252c5f48a.zip
work around brief bug in bash3 (bug #65729)
Diffstat (limited to 'games-puzzle/pingus')
-rw-r--r--games-puzzle/pingus/ChangeLog5
-rw-r--r--games-puzzle/pingus/Manifest4
-rw-r--r--games-puzzle/pingus/pingus-0.6.0-r1.ebuild8
3 files changed, 10 insertions, 7 deletions
diff --git a/games-puzzle/pingus/ChangeLog b/games-puzzle/pingus/ChangeLog
index 6f2a887015ca..f2e01c9e9a2b 100644
--- a/games-puzzle/pingus/ChangeLog
+++ b/games-puzzle/pingus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/pingus
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.6 2004/09/20 20:23:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.7 2004/09/30 11:28:28 mr_bones_ Exp $
+
+ 30 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.6.0-r1.ebuild:
+ work around brief bug in bash3 (bug #65729)
20 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> pingus-0.6.0-r1.ebuild:
Fix compile with -Os (bug #64581)
diff --git a/games-puzzle/pingus/Manifest b/games-puzzle/pingus/Manifest
index 8a38bca622a0..f80d898274b9 100644
--- a/games-puzzle/pingus/Manifest
+++ b/games-puzzle/pingus/Manifest
@@ -1,5 +1,5 @@
-MD5 3b20a2a3b3984e6211d326defc07991c ChangeLog 1602
-MD5 e99c288a35c507f8178214ef5437c3c1 pingus-0.6.0-r1.ebuild 1281
+MD5 0442dd5279b1ee3cd4c913270a588377 ChangeLog 1728
+MD5 644eeb350e5099f07083e8d7423be60d pingus-0.6.0-r1.ebuild 1301
MD5 f40bbfa2eda5672febaa041b87f025b7 metadata.xml 1049
MD5 c9c5cd0b4f1ab5cdb79bcc756aba215e files/0.6.0-gcc3.patch 5070
MD5 c433bc8abca5794071e6c80378a83f16 files/0.6.0-gcc34.patch 468
diff --git a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild b/games-puzzle/pingus/pingus-0.6.0-r1.ebuild
index 9995fdd5093d..53746675fa9b 100644
--- a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild
+++ b/games-puzzle/pingus/pingus-0.6.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.9 2004/09/20 20:23:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.10 2004/09/30 11:28:28 mr_bones_ Exp $
inherit eutils flag-o-matic games
@@ -19,7 +19,7 @@ DEPEND=">=media-libs/hermes-1.3.2-r2
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/${PV}-gcc3.patch"
epatch "${FILESDIR}/${PV}-gcc34.patch" # bug 63773
autoconf || die
@@ -39,9 +39,9 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die "make install failed"
+ make DESTDIR="${D}" install || die "make install failed"
# pos install process ... FIXME
- mv "${D}/usr/games/"{games,bin}
+ mv "${D}/usr/games/games" "${D}/usr/games/bin"
cd "${D}/usr/share/games"
use nls && mv locale ../
mv games/pingus .