diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-14 03:25:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-14 03:25:57 +0000 |
commit | 56f2b51f00a5853059209f9b27437bdc16edd4c6 (patch) | |
tree | 23357deaf09aa58bf48c57ba1f8785c01585f0a4 /games-arcade | |
parent | Update softfloat patch from yuri. (diff) | |
download | historical-56f2b51f00a5853059209f9b27437bdc16edd4c6.tar.gz historical-56f2b51f00a5853059209f9b27437bdc16edd4c6.tar.bz2 historical-56f2b51f00a5853059209f9b27437bdc16edd4c6.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xjump/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/xjump/xjump-2.7.5.ebuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games-arcade/xjump/Manifest b/games-arcade/xjump/Manifest index e7fff6d11154..7a0ad332330c 100644 --- a/games-arcade/xjump/Manifest +++ b/games-arcade/xjump/Manifest @@ -1,4 +1,4 @@ MD5 2a3ce080858d99fe984aced919d40b80 ChangeLog 753 MD5 0c9248703c67b3d356fa4e306f7a6db6 files/digest-xjump-2.7.5 133 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 75b6b4409b2d9ab41c4dbad1741024b2 xjump-2.7.5.ebuild 1632 +MD5 09a06af3a644caba7a511bf5a054260d 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 ca62c9debd52..e5e2a8f72f4c 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.5 2006/01/13 22:01:57 genstef Exp $ +# $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 $ inherit eutils games @@ -24,7 +24,7 @@ DEPEND="|| ( virtual/x11 )" -RDEPEND="|| ( +RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXaw x11-libs/libXext @@ -45,8 +45,9 @@ src_unpack() { HISCORE_FILENAME=xjump.hiscores HISCORE_FILE="${GAMES_STATEDIR}/${HISCORE_FILENAME}" - epatch "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff" - epatch "${S}/debian/patches/"*.dpatch + epatch \ + "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff" \ + "${S}/debian/patches/"*.dpatch # set up where we will keep the highscores file: sed -i \ |