summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-11-01 22:41:37 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-11-01 22:41:37 +0000
commit334568791c9108dbe098a7ff059180f6e45b04c8 (patch)
tree9bada81ce4814d6bb3c7f2ac6b6113cb44eab72b /net-p2p
parentStable on sparc and LICENSE QA fix (Manifest recommit) (diff)
downloadgentoo-2-334568791c9108dbe098a7ff059180f6e45b04c8.tar.gz
gentoo-2-334568791c9108dbe098a7ff059180f6e45b04c8.tar.bz2
gentoo-2-334568791c9108dbe098a7ff059180f6e45b04c8.zip
Version bumped.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/xmule/ChangeLog8
-rw-r--r--net-p2p/xmule/Manifest2
-rw-r--r--net-p2p/xmule/files/digest-xmule-1.9.41
-rw-r--r--net-p2p/xmule/files/xmule-1.9.4.diff44
-rw-r--r--net-p2p/xmule/xmule-1.9.4.ebuild49
5 files changed, 103 insertions, 1 deletions
diff --git a/net-p2p/xmule/ChangeLog b/net-p2p/xmule/ChangeLog
index 784939063199..526a662c8073 100644
--- a/net-p2p/xmule/ChangeLog
+++ b/net-p2p/xmule/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/xmule
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.51 2004/10/31 16:11:14 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.52 2004/11/01 22:41:37 mholzer Exp $
+
+*xmule-1.9.4 (01 Nov 2004)
+
+ 01 Nov 2004; Martin Holzer <mholzer@gentoo.org> +files/xmule-1.9.4.diff,
+ +xmule-1.9.4.ebuild:
+ Version bumped.
*xmule-1.9.3 (31 Oct 2004)
diff --git a/net-p2p/xmule/Manifest b/net-p2p/xmule/Manifest
index 630d8a017f55..637a944e69da 100644
--- a/net-p2p/xmule/Manifest
+++ b/net-p2p/xmule/Manifest
@@ -5,8 +5,10 @@ MD5 ac772dd3ddd27d3637f09b1c23673eac xmule-1.9.0.ebuild 1040
MD5 a110bede2c7ff748820f7d5f90f4d01f xmule-1.9.3.ebuild 1038
MD5 633fe0e2cf43f3d343c4ddd1f762c7ba xmule-1.9.1b.ebuild 1041
MD5 fc178c02be80f691b52248e5b5304573 xmule-1.9.2.ebuild 1040
+MD5 a110bede2c7ff748820f7d5f90f4d01f xmule-1.9.4.ebuild 1038
MD5 7af93e9c27cecc95812aaf13b2579dc9 files/digest-xmule-1.8.4-r1 65
MD5 83413c32a94e2597771601d45b4ac116 files/digest-xmule-1.9.0 65
MD5 5eaa6ecd6808f9f812b563051c8e22e8 files/digest-xmule-1.9.3 65
MD5 0d71e38e3e11f5e73c79b3699065a4b9 files/digest-xmule-1.9.2 65
MD5 61e084b494702755988fa609d01c11d1 files/digest-xmule-1.9.1b 66
+MD5 640c277c4bfab17696b3222509f2c9d4 files/digest-xmule-1.9.4 65
diff --git a/net-p2p/xmule/files/digest-xmule-1.9.4 b/net-p2p/xmule/files/digest-xmule-1.9.4
new file mode 100644
index 000000000000..629f98968d50
--- /dev/null
+++ b/net-p2p/xmule/files/digest-xmule-1.9.4
@@ -0,0 +1 @@
+MD5 6a466ba740b55e6d283622aa84570921 xmule-1.9.4.tar.bz2 1358590
diff --git a/net-p2p/xmule/files/xmule-1.9.4.diff b/net-p2p/xmule/files/xmule-1.9.4.diff
new file mode 100644
index 000000000000..60bf0953cc8c
--- /dev/null
+++ b/net-p2p/xmule/files/xmule-1.9.4.diff
@@ -0,0 +1,44 @@
+--- src/sockets.h.org 2004-11-01 15:52:33.000000000 +0100
++++ src/sockets.h 2004-11-01 15:52:49.000000000 +0100
+@@ -24,6 +24,8 @@
+ #ifndef _SOCKETS_H
+ #define _SOCKETS_H
+
++#include "stdint.h"
++
+ #include "wintypes.h"
+ #include "types.h"
+ #include "server.h"
+--- src/BaseClient.cpp.org 2004-11-01 16:04:33.000000000 +0100
++++ src/BaseClient.cpp 2004-11-01 16:05:36.000000000 +0100
+@@ -19,6 +19,8 @@
+ // along with this program; if not, write to the Free Software
+ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
++#include "stdint.h"
++
+ #ifdef PRECOMP
+ # include "xmule-headers.h"
+ #else
+--- src/ClientList.h.org 2004-11-01 16:13:28.000000000 +0100
++++ src/ClientList.h 2004-11-01 16:07:43.000000000 +0100
+@@ -19,6 +19,8 @@
+ // along with this program; if not, write to the Free Software
+ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
++#include "stdint.h"
++
+ #ifndef CLIENTLIST_H
+ #define CLIENTLIST_H
+
+--- src/ClientDetailDialog.cpp.org 2004-11-01 16:14:13.000000000 +0100
++++ src/ClientDetailDialog.cpp 2004-11-01 16:14:18.000000000 +0100
+@@ -19,6 +19,8 @@
+ // along with this program; if not, write to the Free Software
+ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
++#include "stdint.h"
++
+ #ifdef PRECOMP
+ # include "xmule-headers.h"
+ #else
diff --git a/net-p2p/xmule/xmule-1.9.4.ebuild b/net-p2p/xmule/xmule-1.9.4.ebuild
new file mode 100644
index 000000000000..efdb7c2cb604
--- /dev/null
+++ b/net-p2p/xmule/xmule-1.9.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.9.4.ebuild,v 1.1 2004/11/01 22:41:37 mholzer Exp $
+
+inherit wxwidgets eutils
+
+DESCRIPTION="wxWidgets based client for the eDonkey/eMule/lMule network"
+HOMEPAGE="http://xmule.ws/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2 ZLIB GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+
+IUSE="nls gtk2 debug"
+
+DEPEND=">=x11-libs/wxGTK-2.4.2-r2
+ nls? ( sys-devel/gettext )
+ >=sys-libs/zlib-1.2.1
+ !net-p2p/amule"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i 's/@datadir@/${DESTDIR}@datadir@/' Makefile.in || die
+ epatch ${FILESDIR}/${P}.diff
+}
+
+src_compile () {
+ local myconf=
+
+ if ! use gtk2 ; then
+ need-wxwidgets gtk
+ else
+ need-wxwidgets gtk2
+ fi
+
+ myconf="${myconf} --with-zlib=/tmp/zlib/"
+
+ myconf="${myconf} `use_enable debug` `use_enable nls`"
+
+ econf ${myconf} || die
+ emake || die
+}
+
+src_install () {
+ einstall mkinstalldirs=${S}/mkinstalldirs DESTDIR=${D} || die
+ rm -rf ${D}/var || die
+}