The LMule development team have released a new version, 1.3.1. Since this new release fixes many bugs from the last release (1.2.0.1), having an ebuild for this new version is desireable. I will attach an ebuild that worked for me. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 12120 [details] Ebuild for emerging LMule 1.3.1 The header is not updated (I don't know how to do it). I found that my mirrors already had the file lmule-1.3.1.tar.gz, so the ebuild should work right away.
Comment on attachment 12120 [details] Ebuild for emerging LMule 1.3.1 # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/net-p2p/lmule/lmule-1.3.1.ebuild,v DESCRIPTION="GPL eDonkey clone that doesn't suck" HOMEPAGE="http://lmule.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=x11-libs/wxGTK-2.4 >=sys-libs/zlib-1.1.4" S=${WORKDIR}/${P} IUSE="" # no parallel builds MAKEOPTS="${MAKEOPTS} -j1" src_unpack() { unpack ${A} } src_compile() { econf "--with-wx-config=/usr/bin/wx-config"|| die emake || die } src_install() { einstall || die }
the src_unpack() function is redundant. you might want to attach the ebuild according to the contributing ebuild guide on the www.gentoo.org docs page.
Added ebuild, also bumped 1.2 tree to 1.2.1, - kept 1.3.1 package.masked