summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-31 02:13:01 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-31 02:13:01 +0000
commit0764fc7ebc681a208193a257253c0958b14d090d (patch)
treef78bd2b55ab86b104c58a53d2cde39be709fbd31 /app-emulation
parentFix wine detection bug #67008 by Schrangl Lukas. (diff)
downloadhistorical-0764fc7ebc681a208193a257253c0958b14d090d.tar.gz
historical-0764fc7ebc681a208193a257253c0958b14d090d.tar.bz2
historical-0764fc7ebc681a208193a257253c0958b14d090d.zip
old sucky versions
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/XWine/Manifest11
-rw-r--r--app-emulation/XWine/XWine-0.3.1.ebuild40
-rw-r--r--app-emulation/XWine/XWine-0.3.2.ebuild44
-rw-r--r--app-emulation/XWine/files/digest-XWine-0.3.11
-rw-r--r--app-emulation/XWine/files/digest-XWine-0.3.21
-rw-r--r--app-emulation/XWine/files/fix-compile.patch11
6 files changed, 3 insertions, 105 deletions
diff --git a/app-emulation/XWine/Manifest b/app-emulation/XWine/Manifest
index cab7f3a3f268..c360f8e97c64 100644
--- a/app-emulation/XWine/Manifest
+++ b/app-emulation/XWine/Manifest
@@ -2,20 +2,15 @@
Hash: SHA1
MD5 bc36fb9f8cbe0d6b4e8b1e05d87074b5 ChangeLog 1848
-MD5 218500fa6ef62551ad4b5ff2726154a2 XWine-0.3.1.ebuild 1037
-MD5 1157650bd4454976f59c4bd2073d3ed5 XWine-0.3.2.ebuild 1105
MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354
MD5 a0af7d9a353298e58f8c81d16eb716b9 XWine-0.3.2-r1.ebuild 1009
-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
MD5 1a3b9953738fd3b0df84b1e7d030932c files/digest-XWine-0.3.2-r1 66
MD5 1b20eb4a1777e134f251c7bcb1e12f9c files/0.3.2-missing-paren.patch 556
MD5 59f359ff56f14985bce984e558787c20 files/0.3.2-wine-update.patch 750
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBhEosHTu7gpaalycRAkdmAJ0VRFJO7aURS0KnhlQzXL/hr1wYlgCfVs7a
-M+gobildH/iRrLP4Np/SSw0=
-=8No0
+iD4DBQFBhEpUHTu7gpaalycRAlQSAJUcz87bmwcqADjWPnEBiF4jhQTSAKCqB1cL
+e04Tl29Y6OsaiMHhFXJW4w==
+=OT6x
-----END PGP SIGNATURE-----
diff --git a/app-emulation/XWine/XWine-0.3.1.ebuild b/app-emulation/XWine/XWine-0.3.1.ebuild
deleted file mode 100644
index 2b9eebc5386a..000000000000
--- a/app-emulation/XWine/XWine-0.3.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.6 2004/08/21 15:22:50 foser Exp $
-
-DESCRIPTION="GTK+ frontend for Wine"
-HOMEPAGE="http://darken33.free.fr/"
-SRC_URI="http://darken33.free.fr/logiciels/${P}_en.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="nls"
-
-DEPEND="=x11-libs/gtk+-1*
- sys-devel/bison
- >=gnome-base/gnome-libs-1.4.2
- =gnome-base/orbit-0*
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${P}_en
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- einstall || die
- # Don't need to install docs twice
- rm -rf ${D}/usr/share/doc/xwine
- dodoc doc/Manual* FAQ* BUGS AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- einfo "${PN} requires a setup Wine to start....It is recommended"
- einfo "that you run winesetuptk prior to running ${PN} to setup"
- einfo "a base Wine install"
- einfo ""
- einfo "You should also emerge wine or winex at this point"
-}
diff --git a/app-emulation/XWine/XWine-0.3.2.ebuild b/app-emulation/XWine/XWine-0.3.2.ebuild
deleted file mode 100644
index 466d8e4bd21a..000000000000
--- a/app-emulation/XWine/XWine-0.3.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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.7 2004/08/21 15:22:50 foser Exp $
-
-inherit eutils
-
-DESCRIPTION="GTK+ frontend for Wine"
-HOMEPAGE="http://darken33.free.fr/"
-SRC_URI="http://darken33.free.fr/logiciels/${P}_en.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="nls"
-
-DEPEND="=x11-libs/gtk+-1*
- sys-devel/bison
- >=gnome-base/gnome-libs-1.4.2
- =gnome-base/orbit-0*
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${P}_en
-
-src_compile() {
- econf `use_enable nls` || die
- epatch ${FILESDIR}/fix-compile.patch
- emake || die
-}
-
-src_install() {
- addwrite /usr/share/
- einstall || die
- # Don't need to install docs twice
- rm -rf ${D}/usr/share/doc/xwine
- dodoc doc/Manual* FAQ* BUGS AUTHORS NEWS README TODO
-}
-
-pkg_postinst() {
- einfo "${PN} requires a setup Wine to start....It is recommended"
- einfo "that you run winesetuptk prior to running ${PN} to setup"
- einfo "a base Wine install"
- einfo ""
- einfo "You should also emerge wine or nwwine at this point"
-}
diff --git a/app-emulation/XWine/files/digest-XWine-0.3.1 b/app-emulation/XWine/files/digest-XWine-0.3.1
deleted file mode 100644
index 201120b72476..000000000000
--- a/app-emulation/XWine/files/digest-XWine-0.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dda3f5ebbcc0a200243713b247079794 XWine-0.3.1_en.tar.gz 736177
diff --git a/app-emulation/XWine/files/digest-XWine-0.3.2 b/app-emulation/XWine/files/digest-XWine-0.3.2
deleted file mode 100644
index c29311b57b1e..000000000000
--- a/app-emulation/XWine/files/digest-XWine-0.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d25768e3088a07a0a2ea7f40d8c06752 XWine-0.3.2_en.tar.gz 984217
diff --git a/app-emulation/XWine/files/fix-compile.patch b/app-emulation/XWine/files/fix-compile.patch
deleted file mode 100644
index 54962dd21517..000000000000
--- a/app-emulation/XWine/files/fix-compile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/interface.orig.c 2003-11-20 08:48:19.707832264 +0000
-+++ src/interface.c 2003-11-20 08:48:49.577291416 +0000
-@@ -2798,7 +2798,7 @@
- GtkWidget *BT_SYSTEM_OK;
- GtkWidget *BT_SYSTEM_ANNUL;
-
-- W_WINE_SYSTEM = gnome_dialog_new (_("System Directories", NULL);
-+ W_WINE_SYSTEM = gnome_dialog_new ("System Directories", NULL);
- gtk_object_set_data (GTK_OBJECT (W_WINE_SYSTEM), "W_WINE_SYSTEM", W_WINE_SYSTEM);
- GTK_WINDOW (W_WINE_SYSTEM)->type = GTK_WINDOW_DIALOG;
- gtk_window_set_position (GTK_WINDOW (W_WINE_SYSTEM), GTK_WIN_POS_CENTER);