diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-01-07 13:48:51 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-01-07 13:48:51 +0000 |
commit | 187decb801335b70f84ed16ed0fe62cddb543355 (patch) | |
tree | 6bfca372411c854e264c60906dec2b0293e814b0 /net-p2p/amule | |
parent | 3.2.3 has had some modifications to its configure line in recent weeks, but I... (diff) | |
download | gentoo-2-187decb801335b70f84ed16ed0fe62cddb543355.tar.gz gentoo-2-187decb801335b70f84ed16ed0fe62cddb543355.tar.bz2 gentoo-2-187decb801335b70f84ed16ed0fe62cddb543355.zip |
amule version bump. removed gtk2-check, latest amule runs fine with gtk2.
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/amule/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/amule/amule-1.2.3.ebuild | 29 | ||||
-rw-r--r-- | net-p2p/amule/files/digest-amule-1.2.3 | 1 |
4 files changed, 39 insertions, 2 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index 3a04552125ce..c2d240593b4f 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/amule # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.8 2004/01/06 04:48:26 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.9 2004/01/07 13:48:40 hanno Exp $ + +*amule-1.2.3 (07 Jan 2004) + + 07 Jan 2004; Hanno Boeck <hanno@gentoo.org> amule-1.2.3.ebuild: + Version bump. Removed gtk2-check, latest amule runs fine with gtk2. 05 Jan 2004; Jon Portnoy <avenj@gentoo.org> amule-1.1.2.ebuild : AMD64 keywords. diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest index 22753713c2b2..0decfa44c4e7 100644 --- a/net-p2p/amule/Manifest +++ b/net-p2p/amule/Manifest @@ -1,6 +1,8 @@ -MD5 7842f53cbef26fdfff4cf4d2662ba449 ChangeLog 1385 +MD5 a557210772c177952284fbdc524b14fc ChangeLog 1550 MD5 ba7ccc35b62d65b78c3dec63e2943928 amule-1.1.0.ebuild 979 MD5 cd7f2480fa4b9b8d06a7b387383e0331 amule-1.1.2.ebuild 1057 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 +MD5 e15006c5039a4673257d9c810f56796d amule-1.2.3.ebuild 682 MD5 1f788e567786e2aefb362559593e827a files/digest-amule-1.1.0 65 MD5 d7d7f67407285123a636467ef9160324 files/digest-amule-1.1.2 65 +MD5 c017d62483301d503a37effb14164166 files/digest-amule-1.2.3 65 diff --git a/net-p2p/amule/amule-1.2.3.ebuild b/net-p2p/amule/amule-1.2.3.ebuild new file mode 100644 index 000000000000..0cb5fe076180 --- /dev/null +++ b/net-p2p/amule/amule-1.2.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.2.3.ebuild,v 1.1 2004/01/07 13:48:40 hanno Exp $ + +MY_P=${P/m/M} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="aNOTHER wxWindows based eMule P2P Client" +HOMEPAGE="http://sourceforge.net/projects/amule" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" +RESTRICT="nomirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +IUSE="nls" + +DEPEND=">=x11-libs/wxGTK-2.4.1 + >=sys-libs/zlib-1.1.4" + +src_compile () { + econf `use_enable nls` || die + MAKEOPTS="${MAKEOPTS} -j1" emake || die +} + +src_install () { + einstall || die +} diff --git a/net-p2p/amule/files/digest-amule-1.2.3 b/net-p2p/amule/files/digest-amule-1.2.3 new file mode 100644 index 000000000000..9d63f2a3c620 --- /dev/null +++ b/net-p2p/amule/files/digest-amule-1.2.3 @@ -0,0 +1 @@ +MD5 9435c5ca80f208dbebd027941c477307 aMule-1.2.3.tar.bz2 1399130 |