summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-31 05:04:57 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-31 05:04:57 +0000
commitb2e0fa724e9a827e8f1d1f6707edc1089c201ea7 (patch)
treeb33f2a2d5989288c0606eae1f92122a485837bd3 /app-emulation/bochs
parentfix sed DEPEND #44817 (diff)
downloadhistorical-b2e0fa724e9a827e8f1d1f6707edc1089c201ea7.tar.gz
historical-b2e0fa724e9a827e8f1d1f6707edc1089c201ea7.tar.bz2
historical-b2e0fa724e9a827e8f1d1f6707edc1089c201ea7.zip
fix sed DEPEND #44817
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r--app-emulation/bochs/Manifest28
-rw-r--r--app-emulation/bochs/bochs-2.0.2.ebuild7
-rw-r--r--app-emulation/bochs/bochs-2.1.1.ebuild7
-rw-r--r--app-emulation/bochs/bochs-2.1.ebuild7
4 files changed, 31 insertions, 18 deletions
diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest
index b2c240922f9b..652001221f09 100644
--- a/app-emulation/bochs/Manifest
+++ b/app-emulation/bochs/Manifest
@@ -1,15 +1,25 @@
-MD5 0982856ae3e27a8068bfd27ca140263c bochs-2.1.1.ebuild 2276
-MD5 7b1a83153db2e0c2dd02e9aa8a44e9af bochs-2.1.ebuild 2117
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 a594d5caae2cdfc4e2dfeeb6739287ab ChangeLog 3094
-MD5 099a43e5f7fbd47b87e5111225933b89 bochs-1.4.ebuild 1273
-MD5 17d388b4c5102e31cba4d15dd835d18d bochs-2.0.2.ebuild 2068
-MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223
MD5 6f81998c1fcbae9c39bca0103fd89864 bochs-1.4.1.ebuild 1352
+MD5 099a43e5f7fbd47b87e5111225933b89 bochs-1.4.ebuild 1273
+MD5 a66e717c2358d46991495fc423d0da9e bochs-2.0.2.ebuild 2089
MD5 af9239d516e33b8be4107bb890a63f7f bochs-2.0.ebuild 1258
-MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124
-MD5 45eecf87d56bd4562cffd0c8cfe666f9 files/digest-bochs-1.4.1 126
+MD5 43dd35ccd8425d7946691db41c79d9de bochs-2.1.ebuild 2138
+MD5 361d4e30f483912c7288c204d25a45c5 bochs-2.1.1.ebuild 2296
+MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223
MD5 82bbe1a668c392d41dab00e073bf4e05 files/bochs-2.0.2-gcc3.patch 2206
-MD5 207a406a1a47e2650e396ea0976f5206 files/digest-bochs-2.1.1 126
-MD5 b16ead839f74b3e086e97173022acc75 files/digest-bochs-2.0 124
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
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBhHKWHTu7gpaalycRAjpnAKCVMEwOmIZqs0HlpRS/oHptPIvWRgCeJEiG
+h4mkCtl9ZD9Q96vMQqMgG6A=
+=4FOq
+-----END PGP SIGNATURE-----
diff --git a/app-emulation/bochs/bochs-2.0.2.ebuild b/app-emulation/bochs/bochs-2.0.2.ebuild
index 7535999a176b..fca3b9fa0370 100644
--- a/app-emulation/bochs/bochs-2.0.2.ebuild
+++ b/app-emulation/bochs/bochs-2.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.15 2004/06/27 23:01:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.16 2004/10/31 05:04:57 vapier Exp $
inherit eutils
@@ -14,11 +14,12 @@ SLOT="0"
KEYWORDS="x86 ~ppc alpha sparc"
IUSE="sdl gtk"
-DEPEND="virtual/libc
+RDEPEND="virtual/libc
virtual/x11
- >=sys-apps/sed-4
sdl? ( media-libs/libsdl )
gtk? ( x11-libs/wxGTK )"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild
index 7eb218efa94c..d20f774c949e 100644
--- a/app-emulation/bochs/bochs-2.1.1.ebuild
+++ b/app-emulation/bochs/bochs-2.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.10 2004/10/24 13:26:25 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.11 2004/10/31 05:04:57 vapier Exp $
inherit eutils wxwidgets
@@ -14,12 +14,13 @@ SLOT="0"
KEYWORDS="~x86 ~ppc alpha ~sparc ~amd64"
IUSE="sdl wxwindows readline gtk2 debugger"
-DEPEND="virtual/libc
+RDEPEND="virtual/libc
virtual/x11
- >=sys-apps/sed-4
sdl? ( media-libs/libsdl )
wxwindows? ( x11-libs/wxGTK )
readline? sys-libs/readline"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
src_unpack() {
# unpack ${A}
diff --git a/app-emulation/bochs/bochs-2.1.ebuild b/app-emulation/bochs/bochs-2.1.ebuild
index 34ec72a6bbd3..c0ef899f9ad7 100644
--- a/app-emulation/bochs/bochs-2.1.ebuild
+++ b/app-emulation/bochs/bochs-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.ebuild,v 1.4 2004/06/27 23:01:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.ebuild,v 1.5 2004/10/31 05:04:57 vapier Exp $
inherit eutils
@@ -14,12 +14,13 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~alpha ~sparc"
IUSE="sdl gtk readline"
-DEPEND="virtual/libc
+RDEPEND="virtual/libc
virtual/x11
- >=sys-apps/sed-4
sdl? ( media-libs/libsdl )
gtk? ( x11-libs/wxGTK )
readline? sys-libs/readline"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
src_unpack() {
# unpack ${A}