diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 10:06:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 10:06:23 +0000 |
commit | 8bf904bc00627492a66fba24fbce7d84a310993f (patch) | |
tree | 781f7cd2c4ae8ee9ed2b78b992c952787ea06a8f /games-emulation | |
parent | make the patch use PV so I can clean easier later; no backticks (diff) | |
download | historical-8bf904bc00627492a66fba24fbce7d84a310993f.tar.gz historical-8bf904bc00627492a66fba24fbce7d84a310993f.tar.bz2 historical-8bf904bc00627492a66fba24fbce7d84a310993f.zip |
!nomirror
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/openmsx/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/openmsx/openmsx-0.4.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/openmsx/ChangeLog b/games-emulation/openmsx/ChangeLog index ca85752a0c2c..33027be9c289 100644 --- a/games-emulation/openmsx/ChangeLog +++ b/games-emulation/openmsx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/openmsx # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.7 2004/06/24 22:32:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.8 2004/09/12 10:06:23 mr_bones_ Exp $ + + 12 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> openmsx-0.4.0.ebuild: + !nomirror 13 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> openmsx-0.4.0.ebuild: add eutils for epatch; tidy diff --git a/games-emulation/openmsx/openmsx-0.4.0.ebuild b/games-emulation/openmsx/openmsx-0.4.0.ebuild index dfb27d48e88c..a79fe785dc4f 100644 --- a/games-emulation/openmsx/openmsx-0.4.0.ebuild +++ b/games-emulation/openmsx/openmsx-0.4.0.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.4.0.ebuild,v 1.3 2004/06/24 22:32:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.4.0.ebuild,v 1.4 2004/09/12 10:06:23 mr_bones_ Exp $ inherit flag-o-matic eutils games DESCRIPTION="MSX emulator that aims for perfection" HOMEPAGE="http://openmsx.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -25,7 +24,7 @@ DEPEND="dev-lang/tcl src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${P}-custom.mk.patch" epatch "${FILESDIR}/${P}-symlinking.patch" |