diff options
author | 2004-03-15 02:06:00 +0000 | |
---|---|---|
committer | 2004-03-15 02:06:00 +0000 | |
commit | 289e2c865b00343b9992aa07eecd79f6dcf9bb3c (patch) | |
tree | be71c5523758af78fa00b831ca4adcde28b4fe3d /app-emulation | |
parent | fixor (Manifest recommit) (diff) | |
download | gentoo-2-289e2c865b00343b9992aa07eecd79f6dcf9bb3c.tar.gz gentoo-2-289e2c865b00343b9992aa07eecd79f6dcf9bb3c.tar.bz2 gentoo-2-289e2c865b00343b9992aa07eecd79f6dcf9bb3c.zip |
use MY_P for a custom name NOT PN
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-1.4.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index ea8734d51ea8..a1254b96deaf 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.22 2004/03/07 21:11:57 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.23 2004/03/15 02:05:59 seemant Exp $ + + 14 Mar 2004; Seemant Kulleen <seemant@gentoo.org> bochs-1.4.ebuild: + use MY_P for a custom name NOT PN 07 Mar 2004; Luca Barbato <lu_zero@gentoo.org> bochs-2.1.1.ebuild: Added a workaround as suggested in bug #43878 diff --git a/app-emulation/bochs/bochs-1.4.ebuild b/app-emulation/bochs/bochs-1.4.ebuild index 1d9eee393e46..61682c2dc979 100644 --- a/app-emulation/bochs/bochs-1.4.ebuild +++ b/app-emulation/bochs/bochs-1.4.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.ebuild,v 1.13 2004/02/20 06:01:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.ebuild,v 1.14 2004/03/15 02:06:00 seemant Exp $ -PN=${P/_/.} -S=${WORKDIR}/${PN} +MY_P=${P/_/.} +S=${WORKDIR}/${MY_P} DESCRIPTION="Bochs is a pc emulator. This ebuild is set up to emulate a Pentium, with a NE2000 network card, and a CDROM drive. It also comes with a disk image using dlxlinux." -SRC_URI="mirror://sourceforge/bochs/${PN}.tar.gz +SRC_URI="mirror://sourceforge/bochs/${MY_P}.tar.gz http://bochs.sourceforge.net/guestos/dlxlinux3.tar.gz" HOMEPAGE="http://bochs.sourceforge.net" LICENSE="LGPL-2.1" @@ -22,7 +22,7 @@ DEPEND=">=sys-libs/glibc-2.1.3 KEYWORDS="x86 ppc" src_unpack() { - unpack ${PN}.tar.gz + unpack ${MY_P}.tar.gz cd $S cp Makefile.in Makefile.in.orig |