diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-03 17:52:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-03 17:52:56 +0000 |
commit | 7432707175e611daa5012028d7e1d03e70982ca7 (patch) | |
tree | f46d48a9947fe16ae4ffde8509a6ac18a61d28b6 /games-arcade | |
parent | Stable on hppa. (diff) | |
download | historical-7432707175e611daa5012028d7e1d03e70982ca7.tar.gz historical-7432707175e611daa5012028d7e1d03e70982ca7.tar.bz2 historical-7432707175e611daa5012028d7e1d03e70982ca7.zip |
work around problem with passing wildcards into epatch (bug #121418)
Package-Manager: portage-2.0.54
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xjump/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/xjump/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/xjump/xjump-2.7.5.ebuild | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/games-arcade/xjump/ChangeLog b/games-arcade/xjump/ChangeLog index 978a33ff30b1..fc91ef3dac05 100644 --- a/games-arcade/xjump/ChangeLog +++ b/games-arcade/xjump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xjump # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.5 2006/01/13 22:01:57 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.6 2006/02/03 17:52:56 mr_bones_ Exp $ + + 03 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org> xjump-2.7.5.ebuild: + work around problem with passing wildcards into epatch (bug #121418) 13 Jan 2006; Stefan Schweizer <genstef@gentoo.org> xjump-2.7.5.ebuild: Add modular depends diff --git a/games-arcade/xjump/Manifest b/games-arcade/xjump/Manifest index 7a0ad332330c..69c23e16da0c 100644 --- a/games-arcade/xjump/Manifest +++ b/games-arcade/xjump/Manifest @@ -1,4 +1,4 @@ -MD5 2a3ce080858d99fe984aced919d40b80 ChangeLog 753 +MD5 05b483ea2a8645f496b7902319af78fb ChangeLog 902 MD5 0c9248703c67b3d356fa4e306f7a6db6 files/digest-xjump-2.7.5 133 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 09a06af3a644caba7a511bf5a054260d xjump-2.7.5.ebuild 1632 +MD5 b6e2141422f14bf04070373c6f725a86 xjump-2.7.5.ebuild 1632 diff --git a/games-arcade/xjump/xjump-2.7.5.ebuild b/games-arcade/xjump/xjump-2.7.5.ebuild index e5e2a8f72f4c..2e1a5aec34ed 100644 --- a/games-arcade/xjump/xjump-2.7.5.ebuild +++ b/games-arcade/xjump/xjump-2.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.6 2006/01/14 03:25:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.7 2006/02/03 17:52:56 mr_bones_ Exp $ inherit eutils games @@ -45,9 +45,8 @@ src_unpack() { HISCORE_FILENAME=xjump.hiscores HISCORE_FILE="${GAMES_STATEDIR}/${HISCORE_FILENAME}" - epatch \ - "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff" \ - "${S}/debian/patches/"*.dpatch + epatch "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff" + epatch "${S}/debian/patches/"*.dpatch # set up where we will keep the highscores file: sed -i \ |