diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-11-01 22:41:37 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-11-01 22:41:37 +0000 |
commit | 11afe2c8f22655fd9c3ef9933f6c4c166b968232 (patch) | |
tree | 1ed9e0e9e7adfb68bea9adf269f9c9a7e6c2ff15 /net-p2p | |
parent | Stable on sparc and LICENSE QA fix (diff) | |
download | historical-11afe2c8f22655fd9c3ef9933f6c4c166b968232.tar.gz historical-11afe2c8f22655fd9c3ef9933f6c4c166b968232.tar.bz2 historical-11afe2c8f22655fd9c3ef9933f6c4c166b968232.zip |
Version bumped.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/xmule/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/xmule/Manifest | 5 | ||||
-rw-r--r-- | net-p2p/xmule/files/digest-xmule-1.9.4 | 1 | ||||
-rw-r--r-- | net-p2p/xmule/files/xmule-1.9.4.diff | 44 | ||||
-rw-r--r-- | net-p2p/xmule/xmule-1.9.4.ebuild | 49 |
5 files changed, 105 insertions, 2 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..549d09e29b7d 100644 --- a/net-p2p/xmule/Manifest +++ b/net-p2p/xmule/Manifest @@ -1,12 +1,15 @@ -MD5 284c4011bbe421e67b7fa4b0bf7be09f ChangeLog 7187 +MD5 fce66c10678bf2155522f7252b485e7a ChangeLog 7332 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 0d8a39bcff32bccb63a37704a7f079bd xmule-1.8.4-r1.ebuild 1030 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 f85484f4c2a59ccdd83eb034e2db18bf xmule-1.9.4.ebuild 1075 +MD5 bf88f1c0b86193f23d74fdbbcd3067fb files/xmule-1.9.4.diff 1294 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 +} |