summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-12-30 07:56:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-12-30 07:56:56 +0000
commitf3fe2ee1d7c20cad0304d922b54ce5d07d3468ff (patch)
treebae5a133e91e08aca55f632fbd70f283b1766575 /games-board/gnubg
parentwhitespace (diff)
downloadgentoo-2-f3fe2ee1d7c20cad0304d922b54ce5d07d3468ff.tar.gz
gentoo-2-f3fe2ee1d7c20cad0304d922b54ce5d07d3468ff.tar.bz2
gentoo-2-f3fe2ee1d7c20cad0304d922b54ce5d07d3468ff.zip
use instead of /tmp for constructing credits (bug #298275)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board/gnubg')
-rw-r--r--games-board/gnubg/ChangeLog6
-rw-r--r--games-board/gnubg/gnubg-20090817.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/games-board/gnubg/ChangeLog b/games-board/gnubg/ChangeLog
index 4ed16bec8db8..8cb347b173d0 100644
--- a/games-board/gnubg/ChangeLog
+++ b/games-board/gnubg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/gnubg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.48 2009/12/26 16:57:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.49 2009/12/30 07:56:56 mr_bones_ Exp $
+
+ 30 Dec 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ gnubg-20090817.ebuild:
+ use ${T} instead of /tmp for constructing credits (bug #298275)
26 Dec 2009; Raúl Porcel <armin76@gentoo.org> gnubg-0.14.3-r1.ebuild,
gnubg-20090817.ebuild:
diff --git a/games-board/gnubg/gnubg-20090817.ebuild b/games-board/gnubg/gnubg-20090817.ebuild
index 49d017b37f30..c5565aeae27e 100644
--- a/games-board/gnubg/gnubg-20090817.ebuild
+++ b/games-board/gnubg/gnubg-20090817.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20090817.ebuild,v 1.5 2009/12/26 16:57:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20090817.ebuild,v 1.6 2009/12/30 07:56:56 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -41,6 +41,11 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${PN}
src_prepare() {
+ # use ${T} instead of /tmp for constructing credits (bug #298275)
+ sed -i \
+ -e 's:/tmp:${T}:' \
+ credits.sh \
+ || die 'sed failed'
epatch "${FILESDIR}"/${P}-build.patch
eautoreconf
}