diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-08-21 15:22:50 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-08-21 15:22:50 +0000 |
commit | 4f71c56ff2b0de98c4232bde0bf77f8a276b904e (patch) | |
tree | 661f08d3b37f285bfe8b4f74987c9fc21068d300 /app-emulation | |
parent | cleanout old build (diff) | |
download | historical-4f71c56ff2b0de98c4232bde0bf77f8a276b904e.tar.gz historical-4f71c56ff2b0de98c4232bde0bf77f8a276b904e.tar.bz2 historical-4f71c56ff2b0de98c4232bde0bf77f8a276b904e.zip |
fix orbit dep
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/XWine/Manifest | 16 | ||||
-rw-r--r-- | app-emulation/XWine/XWine-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/XWine/XWine-0.3.2.ebuild | 4 |
3 files changed, 7 insertions, 17 deletions
diff --git a/app-emulation/XWine/Manifest b/app-emulation/XWine/Manifest index 87ba80015b91..42d97f7179db 100644 --- a/app-emulation/XWine/Manifest +++ b/app-emulation/XWine/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 1157650bd4454976f59c4bd2073d3ed5 XWine-0.3.2.ebuild 1105 +MD5 218500fa6ef62551ad4b5ff2726154a2 XWine-0.3.1.ebuild 1037 MD5 598ce0c1f179f7cf762fd04a8876a176 ChangeLog 1623 -MD5 994d97bf9dc83788b818f7fd5c1db592 XWine-0.3.1.ebuild 1043 -MD5 dfec3795fe1aecbd9aa78a9108cc8778 XWine-0.3.2.ebuild 1111 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 +MD5 a593986c3cc61044428d0f01fe06b1aa files/fix-compile.patch 553 MD5 4837a922513d4f243f19eb64789f2556 files/digest-XWine-0.3.1 66 MD5 1a3b9953738fd3b0df84b1e7d030932c files/digest-XWine-0.3.2 66 -MD5 a593986c3cc61044428d0f01fe06b1aa files/fix-compile.patch 553 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA22fxHTu7gpaalycRApVRAKDYUiF97TGmO/o8y17KI9J3NKkApgCfbF5J -ou1qreWCbXRsq7bpbT3qZ0U= -=9QPT ------END PGP SIGNATURE----- diff --git a/app-emulation/XWine/XWine-0.3.1.ebuild b/app-emulation/XWine/XWine-0.3.1.ebuild index 12aa6ce528f8..2b9eebc5386a 100644 --- a/app-emulation/XWine/XWine-0.3.1.ebuild +++ b/app-emulation/XWine/XWine-0.3.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/XWine/XWine-0.3.1.ebuild,v 1.5 2004/06/24 23:46:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.1.ebuild,v 1.6 2004/08/21 15:22:50 foser Exp $ DESCRIPTION="GTK+ frontend for Wine" HOMEPAGE="http://darken33.free.fr/" @@ -14,7 +14,7 @@ IUSE="nls" DEPEND="=x11-libs/gtk+-1* sys-devel/bison >=gnome-base/gnome-libs-1.4.2 - >=gnome-base/ORBit-0.5.17 + =gnome-base/orbit-0* nls? ( sys-devel/gettext )" S=${WORKDIR}/${P}_en diff --git a/app-emulation/XWine/XWine-0.3.2.ebuild b/app-emulation/XWine/XWine-0.3.2.ebuild index b1d26ad9957e..466d8e4bd21a 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-2004 Gentoo Foundation # 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.6 2004/06/24 23:46:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.7 2004/08/21 15:22:50 foser Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="nls" DEPEND="=x11-libs/gtk+-1* sys-devel/bison >=gnome-base/gnome-libs-1.4.2 - >=gnome-base/ORBit-0.5.17 + =gnome-base/orbit-0* nls? ( sys-devel/gettext )" S=${WORKDIR}/${P}_en |