summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-03-15 02:06:00 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-03-15 02:06:00 +0000
commit035d6831118c5e2e2ab74d1a0990842e4ca4bad8 (patch)
tree7b152bf7b5367ff49aeb9cd899f6c91d5057cfdd /app-emulation/bochs
parentfixor (diff)
downloadhistorical-035d6831118c5e2e2ab74d1a0990842e4ca4bad8.tar.gz
historical-035d6831118c5e2e2ab74d1a0990842e4ca4bad8.tar.bz2
historical-035d6831118c5e2e2ab74d1a0990842e4ca4bad8.zip
use MY_P for a custom name NOT PN
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r--app-emulation/bochs/ChangeLog5
-rw-r--r--app-emulation/bochs/Manifest14
-rw-r--r--app-emulation/bochs/bochs-1.4.ebuild10
3 files changed, 16 insertions, 13 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/Manifest b/app-emulation/bochs/Manifest
index b237c45f2fc8..5b61215db60e 100644
--- a/app-emulation/bochs/Manifest
+++ b/app-emulation/bochs/Manifest
@@ -1,15 +1,15 @@
-MD5 00b0a36660173da377f7db9ecb6a6e72 ChangeLog 2318
-MD5 52d414e1720908a4311bd01e35d7d3ce bochs-1.4.1.ebuild 1592
-MD5 f7b1a1aa2089c83646d11d66b3354030 bochs-1.4.ebuild 1522
-MD5 3da30d1acb41616b34cd1319b3962f4a bochs-2.0.2.ebuild 2091
MD5 e59c2f25bdb05e58f8003fae01d53d81 bochs-2.0.ebuild 1497
MD5 77011060bb2603bd32d7e0176ac6d1ae bochs-2.1.1.ebuild 1995
+MD5 01e10680449e407f1c8551b311484049 bochs-1.4.ebuild 1528
+MD5 3da30d1acb41616b34cd1319b3962f4a bochs-2.0.2.ebuild 2091
MD5 db9bc6204266b2a7b54c25c25913b4fa bochs-2.1.ebuild 2141
+MD5 52d414e1720908a4311bd01e35d7d3ce bochs-1.4.1.ebuild 1592
+MD5 2952fe5bcc327122f6125b0fdff5d23e ChangeLog 2425
MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223
+MD5 45eecf87d56bd4562cffd0c8cfe666f9 files/digest-bochs-1.4.1 126
+MD5 58d96725e3bd04fed299304c5d6d8d9f files/digest-bochs-2.0.2 126
+MD5 207a406a1a47e2650e396ea0976f5206 files/digest-bochs-2.1.1 126
MD5 82bbe1a668c392d41dab00e073bf4e05 files/bochs-2.0.2-gcc3.patch 2206
MD5 98e5b3f35a6f0ad02450764b07b344f6 files/digest-bochs-1.4 124
-MD5 45eecf87d56bd4562cffd0c8cfe666f9 files/digest-bochs-1.4.1 126
MD5 b16ead839f74b3e086e97173022acc75 files/digest-bochs-2.0 124
-MD5 58d96725e3bd04fed299304c5d6d8d9f files/digest-bochs-2.0.2 126
MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124
-MD5 207a406a1a47e2650e396ea0976f5206 files/digest-bochs-2.1.1 126
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