diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-08-29 10:25:35 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-08-29 10:25:35 +0000 |
commit | a9b87046557cb76b76f8155f74abce604f57edfd (patch) | |
tree | 4b5df90c135c13570db2e21ecd7b53d1fdb8adb4 /app-emulation/bochs | |
parent | Version bump, removed release candidates. (diff) | |
download | historical-a9b87046557cb76b76f8155f74abce604f57edfd.tar.gz historical-a9b87046557cb76b76f8155f74abce604f57edfd.tar.bz2 historical-a9b87046557cb76b76f8155f74abce604f57edfd.zip |
Typo fix
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/bochs/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.2.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index a27699c5a18a..af5cb734aadb 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.44 2005/08/23 12:22:12 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.45 2005/08/29 10:25:35 lu_zero Exp $ + + 29 Aug 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild: + Fix a typo, thanks to Karl-Johan Karlsson + <creideiki+gentoo-bugzilla@lysator.liu.se> for pointing out 23 Aug 2005; Luca Barbato <lu_zero@gentoo.org> bochs-2.2.1.ebuild: Minor update, thanks to Davide B. <windowsuninstall@alproject.org> for diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest index 35776425fd28..add3e3bfe9c4 100644 --- a/app-emulation/bochs/Manifest +++ b/app-emulation/bochs/Manifest @@ -1,8 +1,8 @@ MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223 MD5 b378526dea0a003eeab6481bd2020897 bochs-2.1.ebuild 2144 MD5 273efd5c1f0e06fbb9620b9583d6398c bochs-2.1.1.ebuild 2408 -MD5 b43741acf33dfa8d472b9d7e45c9c09a ChangeLog 4943 -MD5 082eecaff0b9c8fc1afbd3c235a035c9 bochs-2.2.1.ebuild 2399 +MD5 21c7d0e2a7db2c7b16a6261d56b698aa ChangeLog 5119 +MD5 5217e86315cc30a4221c2953778d91f7 bochs-2.2.1.ebuild 2400 MD5 f95b73bcfb4c045d563032c0b0b824c7 files/digest-bochs-2.2.1 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-2.2.1.ebuild b/app-emulation/bochs/bochs-2.2.1.ebuild index 27ce5f30cb76..07f07ccd7546 100644 --- a/app-emulation/bochs/bochs-2.2.1.ebuild +++ b/app-emulation/bochs/bochs-2.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.2.1.ebuild,v 1.3 2005/08/23 12:22:12 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.2.1.ebuild,v 1.4 2005/08/29 10:25:35 lu_zero Exp $ inherit eutils wxwidgets @@ -35,7 +35,7 @@ src_unpack() { die "sed Makefile.in failed" # Make it use the correct path to gtk-2 - sed -i -e "s/opt/gnome:/usr:" configure + sed -i -e "s:/opt/gnome:/usr:" configure } src_compile() { |