diff options
author | 2006-01-18 20:42:41 +0000 | |
---|---|---|
committer | 2006-01-18 20:42:41 +0000 | |
commit | 86502eb660820dd885bbae257ab9c2d777622a8b (patch) | |
tree | 51a5d729af701d90e4c61e022daa66f6438549fb /games-arcade/koules | |
parent | Move inherit to top of ebuilds for bug 117764, add quotes to S, D, etc. (diff) | |
download | historical-86502eb660820dd885bbae257ab9c2d777622a8b.tar.gz historical-86502eb660820dd885bbae257ab9c2d777622a8b.tar.bz2 historical-86502eb660820dd885bbae257ab9c2d777622a8b.zip |
fixup patch name/location
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-arcade/koules')
-rw-r--r-- | games-arcade/koules/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/koules/koules-1.4-r1.ebuild | 16 |
2 files changed, 8 insertions, 10 deletions
diff --git a/games-arcade/koules/Manifest b/games-arcade/koules/Manifest index 50a22741aa8f..0cb3212ad7ed 100644 --- a/games-arcade/koules/Manifest +++ b/games-arcade/koules/Manifest @@ -1,4 +1,4 @@ MD5 8af01d0f60c88e2970a73dd5d00039fd ChangeLog 1130 MD5 c489ac998a0db9dabf547376a262719a files/digest-koules-1.4-r1 133 -MD5 e28585d8af9bb784f01f4d2606a0a746 koules-1.4-r1.ebuild 2613 +MD5 750d566c8e8ba3110ff05a1aff554d7e koules-1.4-r1.ebuild 2594 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 diff --git a/games-arcade/koules/koules-1.4-r1.ebuild b/games-arcade/koules/koules-1.4-r1.ebuild index 1f8bc967723d..6acebad09c9e 100644 --- a/games-arcade/koules/koules-1.4-r1.ebuild +++ b/games-arcade/koules/koules-1.4-r1.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/koules/koules-1.4-r1.ebuild,v 1.10 2006/01/12 20:37:33 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r1.ebuild,v 1.11 2006/01/18 20:42:41 mr_bones_ Exp $ inherit eutils games @@ -15,24 +15,22 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="svga joystick tcltk" -DEPEND=">=sys-apps/sed-4 - || ( +DEPEND="|| ( svga? ( media-libs/svgalib ) virtual/x11 )" -RDEPEND="virtual/libc - || ( +RDEPEND="|| ( svga? ( media-libs/svgalib ) virtual/x11 ) || ( tcltk? ( dev-lang/tk dev-lang/tcl ) dev-util/dialog )" -S="${WORKDIR}/${PN}${PV}" +S=${WORKDIR}/${PN}${PV} src_unpack() { unpack ${A} - cd ${S} - epatch "${S}/${P}-gcc3.patch" + cd "${S}" + epatch "${DISTDIR}"/${P}-gcc3.patch.bz2 sed -i \ -e "/^KOULESDIR/s:=.*:=${GAMES_BINDIR}:" \ -e "/^SOUNDDIR/s:=.*:=${GAMES_DATADIR}/${PN}:" Iconfig \ @@ -87,7 +85,7 @@ src_install() { if use tcltk ; then dogamesbin koules.tcl || die "dogamebin failed (tcl)" fi - insinto ${GAMES_DATADIR}/${PN} + insinto "${GAMES_DATADIR}/${PN}" doins sounds/* || die "doins failed (sounds)" doman xkoules.6 |