diff options
author | Hanno Boeck <hanno@gentoo.org> | 2003-06-23 09:47:07 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2003-06-23 09:47:07 +0000 |
commit | d1eb0054250bfbce6df3cc4a1e64f140695a5c2e (patch) | |
tree | 72d084ddfe6503ca30695e8e898b140717a12a73 /net-p2p | |
parent | version bump and stable bump (diff) | |
download | historical-d1eb0054250bfbce6df3cc4a1e64f140695a5c2e.tar.gz historical-d1eb0054250bfbce6df3cc4a1e64f140695a5c2e.tar.bz2 historical-d1eb0054250bfbce6df3cc4a1e64f140695a5c2e.zip |
xmule-1.5.2 added
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/xmule/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/xmule/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/xmule/files/digest-xmule-1.5.2 | 1 | ||||
-rw-r--r-- | net-p2p/xmule/xmule-1.5.2.ebuild | 27 |
4 files changed, 37 insertions, 2 deletions
diff --git a/net-p2p/xmule/ChangeLog b/net-p2p/xmule/ChangeLog index 0d483cc2e948..0d42535de4fa 100644 --- a/net-p2p/xmule/ChangeLog +++ b/net-p2p/xmule/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/xmule # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.4 2003/06/19 22:03:55 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.5 2003/06/23 09:46:47 hanno Exp $ + +*xmule-1.5.2 (23 Jun 2003) + + 23 Jun 2003; Hanno Boeck <hanno@gentoo.org> xmule-1.5.2.ebuild: + Version bump. 20 Jun 2003; Rainer Groesslinger <scandium@gentoo.org> xmule-1.5.1.ebuild: marked stable on x86 diff --git a/net-p2p/xmule/Manifest b/net-p2p/xmule/Manifest index 9385ca40dfec..36b8a3f0848c 100644 --- a/net-p2p/xmule/Manifest +++ b/net-p2p/xmule/Manifest @@ -1,3 +1,5 @@ -MD5 844f888790e264015c8c6f7d0469bdea ChangeLog 751 +MD5 046d0dabd52fb984c3ea43fc9d64dcb0 ChangeLog 859 MD5 ddf9913f683cb89dcc3e0fbf4adc242e xmule-1.5.1.ebuild 631 +MD5 fc8365e0abb2a96575aa985fcc66c5fd xmule-1.5.2.ebuild 645 MD5 f4e17c95e202d9ebf39a57db3202b354 files/digest-xmule-1.5.1 64 +MD5 a2b53d66e9fc3c75cd770828359f0f21 files/digest-xmule-1.5.2 65 diff --git a/net-p2p/xmule/files/digest-xmule-1.5.2 b/net-p2p/xmule/files/digest-xmule-1.5.2 new file mode 100644 index 000000000000..e132f07f212c --- /dev/null +++ b/net-p2p/xmule/files/digest-xmule-1.5.2 @@ -0,0 +1 @@ +MD5 8ad3943e7f0584f4c603a59f7a7d270a xmule-1.5.2.tar.bz2 1412257 diff --git a/net-p2p/xmule/xmule-1.5.2.ebuild b/net-p2p/xmule/xmule-1.5.2.ebuild new file mode 100644 index 000000000000..51a6bbbdb7fe --- /dev/null +++ b/net-p2p/xmule/xmule-1.5.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.5.2.ebuild,v 1.1 2003/06/23 09:46:47 hanno Exp $ + +DESCRIPTION="wxWindows based client for the eDoney/eMule/lMule network" +HOMEPAGE="http://www.xmule.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~x86" + +DEPEND=">=x11-libs/wxGTK-2.4 + >=sys-libs/zlib-1.1.4" + +S=${WORKDIR}/${P} + +src_compile () { + econf --with-wx-config="/usr/bin/wx-config" || die + MAKEOPTS="${MAKEOPTS} -j1" emake || die +} + +src_install () { + einstall || die +} |