diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-01-09 10:44:35 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-01-09 10:44:35 +0000 |
commit | 78243f6d67c6c305e1a33513963b0d974f18d4a9 (patch) | |
tree | 8c761f97d04c854d8048734157a862c3d5694d75 /app-emulation | |
parent | Added missing parentheses in SRC_URI/*DEPEND/LICENSE. (diff) | |
download | historical-78243f6d67c6c305e1a33513963b0d974f18d4a9.tar.gz historical-78243f6d67c6c305e1a33513963b0d974f18d4a9.tar.bz2 historical-78243f6d67c6c305e1a33513963b0d974f18d4a9.zip |
Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/bochs/Manifest | 18 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.1.ebuild | 4 |
4 files changed, 23 insertions, 9 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index 5099a48d79c1..15db9b86e505 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.36 2005/01/01 14:08:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.37 2005/01/09 10:44:35 swegener Exp $ + + 09 Jan 2005; Sven Wegener <swegener@gentoo.org> bochs-2.1.1.ebuild, + bochs-2.1.ebuild: + Added missing parentheses in SRC_URI/*DEPEND/LICENSE. 26 Nov 2004; Luca Barbato <lu_zero@gentoo.org> -files/bochs-2.0.2-gcc3.patch, -bochs-1.4.1.ebuild, -bochs-1.4.ebuild, diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest index d332848681d2..069ea882849a 100644 --- a/app-emulation/bochs/Manifest +++ b/app-emulation/bochs/Manifest @@ -1,6 +1,16 @@ -MD5 54fa4b4f3554e59d28817384359452f6 ChangeLog 3821 -MD5 b9f417d63e7f7c45a6316e747106b427 bochs-2.1.1.ebuild 2341 -MD5 8d4b1d6d4d1b271e762d0579a1d68710 bochs-2.1.ebuild 2142 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 eedd131c853e1045ed3027238fe30d3f bochs-2.1.1.ebuild 2343 +MD5 b378526dea0a003eeab6481bd2020897 bochs-2.1.ebuild 2144 +MD5 4ce31434e8d1f6e87e63faea3cce7f89 ChangeLog 3966 MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223 -MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124 MD5 207a406a1a47e2650e396ea0976f5206 files/digest-bochs-2.1.1 126 +MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFB4QsZI1lqEGTUzyQRAhwEAKCbohY1zPRGdqPJnIv6RVacbH5TGwCeJuSm +Yy0w5Dz7Gq4lVDUXOx4ZH5E= +=Rm4l +-----END PGP SIGNATURE----- diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild index 00e39425efee..ff9907095527 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-2005 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.17 2005/01/01 14:08:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.18 2005/01/09 10:44:35 swegener Exp $ inherit eutils wxwidgets @@ -18,7 +18,7 @@ RDEPEND="virtual/libc virtual/x11 sdl? ( media-libs/libsdl ) wxwindows? ( >=x11-libs/wxGTK-2.4.2-r2 ) - readline? sys-libs/readline" + readline? ( sys-libs/readline )" DEPEND="${RDEPEND} >=sys-apps/sed-4" diff --git a/app-emulation/bochs/bochs-2.1.ebuild b/app-emulation/bochs/bochs-2.1.ebuild index 5bb43f9e0367..f4eaac8ae894 100644 --- a/app-emulation/bochs/bochs-2.1.ebuild +++ b/app-emulation/bochs/bochs-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.6 2005/01/01 14:08:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.ebuild,v 1.7 2005/01/09 10:44:35 swegener Exp $ inherit eutils @@ -18,7 +18,7 @@ RDEPEND="virtual/libc virtual/x11 sdl? ( media-libs/libsdl ) gtk? ( x11-libs/wxGTK ) - readline? sys-libs/readline" + readline? ( sys-libs/readline )" DEPEND="${RDEPEND} >=sys-apps/sed-4" |