diff options
author | Alex Veber <coronalvr@gentoo.org> | 2003-11-20 21:54:56 +0000 |
---|---|---|
committer | Alex Veber <coronalvr@gentoo.org> | 2003-11-20 21:54:56 +0000 |
commit | f58e99cad30bbfcc1dffc311ee75235de67968c6 (patch) | |
tree | 1bfda4df99133ed32a75aac3f0d766b70a8cc6a8 /app-emulation | |
parent | install patchlevel.h as doc for bug 33852; more error checking/messages; use ... (diff) | |
download | historical-f58e99cad30bbfcc1dffc311ee75235de67968c6.tar.gz historical-f58e99cad30bbfcc1dffc311ee75235de67968c6.tar.bz2 historical-f58e99cad30bbfcc1dffc311ee75235de67968c6.zip |
bug fix
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/XWine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/XWine/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/XWine/XWine-0.3.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/XWine/ChangeLog b/app-emulation/XWine/ChangeLog index 98d81900667f..6d23f141bb5b 100644 --- a/app-emulation/XWine/ChangeLog +++ b/app-emulation/XWine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/XWine # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/ChangeLog,v 1.9 2003/11/20 06:59:33 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/ChangeLog,v 1.10 2003/11/20 21:54:49 coronalvr Exp $ + + 20 Nov 2003; Alex Veber <coronalvr@gentoo.org> XWine-0.3.2.ebuild: + fix for *XWine-0.3.2 (20 Nov 2003) diff --git a/app-emulation/XWine/Manifest b/app-emulation/XWine/Manifest index 6f2206756405..d33eaf1d1e08 100644 --- a/app-emulation/XWine/Manifest +++ b/app-emulation/XWine/Manifest @@ -1,6 +1,6 @@ -MD5 a217d99ea63203c31deb584d19db7f90 XWine-0.3.2.ebuild 1159 +MD5 dd154cfd8723f97b0ad30d3aafd44863 XWine-0.3.2.ebuild 1140 MD5 65ffe0ca0b9913c2994d30dade196718 XWine-0.3.1.ebuild 1097 -MD5 0fca42afe340279780fd6f08e316d1b0 ChangeLog 1552 +MD5 99b14b72f0df9fbb23ce92e2053c5efa ChangeLog 1633 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 MD5 a593986c3cc61044428d0f01fe06b1aa files/fix-compile.patch 553 MD5 4837a922513d4f243f19eb64789f2556 files/digest-XWine-0.3.1 66 diff --git a/app-emulation/XWine/XWine-0.3.2.ebuild b/app-emulation/XWine/XWine-0.3.2.ebuild index ff81736df101..7ca29358fca7 100644 --- a/app-emulation/XWine/XWine-0.3.2.ebuild +++ b/app-emulation/XWine/XWine-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.1 2003/11/20 06:59:33 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.2 2003/11/20 21:54:49 coronalvr Exp $ DESCRIPTION="GTK+ frontend for Wine" HOMEPAGE="http://darken.tuxfamily.org/pages/xwine_en.html" @@ -26,7 +26,7 @@ src_compile() { } src_install() { - addwrite /usr/share/applnk/Applications + addwrite /usr/share/ einstall || die # Don't need to install docs twice rm -rf ${D}/usr/share/doc/xwine |