diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 02:13:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 02:13:01 +0000 |
commit | 53fd879861aea7922ad30001e09f15eed1138ecb (patch) | |
tree | 0ccbb1140294b524186a3daabc05b59dce799942 /app-emulation | |
parent | Fix wine detection bug #67008 by Schrangl Lukas. (Manifest recommit) (diff) | |
download | gentoo-2-53fd879861aea7922ad30001e09f15eed1138ecb.tar.gz gentoo-2-53fd879861aea7922ad30001e09f15eed1138ecb.tar.bz2 gentoo-2-53fd879861aea7922ad30001e09f15eed1138ecb.zip |
old sucky versions
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/XWine/XWine-0.3.1.ebuild | 40 | ||||
-rw-r--r-- | app-emulation/XWine/XWine-0.3.2.ebuild | 44 | ||||
-rw-r--r-- | app-emulation/XWine/files/digest-XWine-0.3.1 | 1 | ||||
-rw-r--r-- | app-emulation/XWine/files/digest-XWine-0.3.2 | 1 | ||||
-rw-r--r-- | app-emulation/XWine/files/fix-compile.patch | 11 |
5 files changed, 0 insertions, 97 deletions
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); |