diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2003-10-11 19:01:58 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2003-10-11 19:01:58 +0000 |
commit | ad4e6a3a8389ffb7f43f3f61f0aaf334ef1026e2 (patch) | |
tree | 7e11599e17da1a1e86bfd8afbd58c35fe5ca7ac3 /net-p2p/amule | |
parent | changelog (diff) | |
download | historical-ad4e6a3a8389ffb7f43f3f61f0aaf334ef1026e2.tar.gz historical-ad4e6a3a8389ffb7f43f3f61f0aaf334ef1026e2.tar.bz2 historical-ad4e6a3a8389ffb7f43f3f61f0aaf334ef1026e2.zip |
version bump
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/amule/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/amule/amule-1.0.8.ebuild | 28 | ||||
-rw-r--r-- | net-p2p/amule/files/digest-amule-1.0.8 | 1 |
4 files changed, 39 insertions, 3 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index c169cb4b3743..378e0f7e2cbb 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/amule # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.1 2003/10/04 16:41:39 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.2 2003/10/11 19:01:53 scandium Exp $ + +*amule-1.0.8 (11 Oct 2003) + + 11 Oct 2003; Rainer Groesslinger <scandium@gentoo.org> amule-1.0.8.ebuild: + new version *amule-1.0.7 (04 Oct 2003) diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest index 1ec303413b26..05b0b4d5b69e 100644 --- a/net-p2p/amule/Manifest +++ b/net-p2p/amule/Manifest @@ -1,4 +1,6 @@ -MD5 4887813932df55814aa1082e9e99a504 amule-1.0.7.ebuild 629 +MD5 a3d9270b1de7f7aa2796d129bda94317 amule-1.0.8.ebuild 631 +MD5 b74fa273a2c50c5f8ac1dae4e902db20 amule-1.0.7.ebuild 630 +MD5 54e3313bbce1516841ce451d29120f80 ChangeLog 540 MD5 a44c56b0436befb3cb8efb8d51492b29 metadata.xml 222 -MD5 66c59e46b7a894c6051d226e18f63c04 ChangeLog 420 MD5 fde304f786a1695f27c99a35357adce7 files/digest-amule-1.0.7 65 +MD5 07cafaceb13a8fba0060a3aeebd6ae51 files/digest-amule-1.0.8 65 diff --git a/net-p2p/amule/amule-1.0.8.ebuild b/net-p2p/amule/amule-1.0.8.ebuild new file mode 100644 index 000000000000..b90e74a2c290 --- /dev/null +++ b/net-p2p/amule/amule-1.0.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.0.8.ebuild,v 1.1 2003/10/11 19:01:53 scandium 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" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~x86" + +DEPEND=">=x11-libs/wxGTK-2.4.1 + >=sys-libs/zlib-1.1.4" + +src_compile () { + econf || die + MAKEOPTS="${MAKEOPTS} -j1" emake || die +} + +src_install () { + einstall || die +} diff --git a/net-p2p/amule/files/digest-amule-1.0.8 b/net-p2p/amule/files/digest-amule-1.0.8 new file mode 100644 index 000000000000..9149e111c234 --- /dev/null +++ b/net-p2p/amule/files/digest-amule-1.0.8 @@ -0,0 +1 @@ +MD5 774549ccca0f0aa48fa079206a40778f aMule-1.0.8.tar.bz2 1929961 |