diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2003-10-22 16:47:42 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2003-10-22 16:47:42 +0000 |
commit | ffb2bf513cb49da13e54216faf2161893d66dd89 (patch) | |
tree | 694470b5a6d486ca1813b1b1d48c4ac0fd9209f0 /net-p2p | |
parent | set ppc in keywords (diff) | |
download | historical-ffb2bf513cb49da13e54216faf2161893d66dd89.tar.gz historical-ffb2bf513cb49da13e54216faf2161893d66dd89.tar.bz2 historical-ffb2bf513cb49da13e54216faf2161893d66dd89.zip |
bump
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/amule/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/amule/amule-1.1.0.ebuild | 39 | ||||
-rw-r--r-- | net-p2p/amule/files/digest-amule-1.1.0 | 1 |
4 files changed, 49 insertions, 2 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index 327919c02116..802014c2d06c 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.4 2003/10/18 23:01:54 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.5 2003/10/22 16:47:36 scandium Exp $ + +*amule-1.1.0 (22 Oct 2003) + + 22 Oct 2003; Rainer Groesslinger <scandium@gentoo.org> amule-1.1.0.ebuild: + new version 19 Oct 2003; Rainer Groesslinger <scandium@gentoo.org> amule-1.0.7.ebuild, amule-1.0.8.ebuild, amule-1.0.9.ebuild: diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest index 0bc054f751c4..642d43b335f5 100644 --- a/net-p2p/amule/Manifest +++ b/net-p2p/amule/Manifest @@ -1,8 +1,10 @@ MD5 d4fde926849854b6d3240fd955adb95f amule-1.0.8.ebuild 961 MD5 a53d5785c31c98cea4f006abbe8eb0cc amule-1.0.7.ebuild 959 -MD5 7678e97814b9fb817a12b0bae7ccd891 ChangeLog 828 +MD5 309ca451f334a6662eb215e05b837284 amule-1.1.0.ebuild 961 +MD5 559a9f181a7543e457b32365ff8159c1 ChangeLog 948 MD5 a44c56b0436befb3cb8efb8d51492b29 metadata.xml 222 MD5 df78abeb747bb806da44f98316903db8 amule-1.0.9.ebuild 961 MD5 fde304f786a1695f27c99a35357adce7 files/digest-amule-1.0.7 65 MD5 07cafaceb13a8fba0060a3aeebd6ae51 files/digest-amule-1.0.8 65 MD5 e6eb31298986ba0891a681581659cd12 files/digest-amule-1.0.9 65 +MD5 1f788e567786e2aefb362559593e827a files/digest-amule-1.1.0 65 diff --git a/net-p2p/amule/amule-1.1.0.ebuild b/net-p2p/amule/amule-1.1.0.ebuild new file mode 100644 index 000000000000..1e4e714a80da --- /dev/null +++ b/net-p2p/amule/amule-1.1.0.ebuild @@ -0,0 +1,39 @@ +# 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.1.0.ebuild,v 1.1 2003/10/22 16:47:36 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" + +IUSE="" + +DEPEND=">=x11-libs/wxGTK-2.4.1 + >=sys-libs/zlib-1.1.4" + +pkg_setup() { + # FIXME: Is this really how we want to do this ? + GREP=`grep ' unicode' /var/db/pkg/x11-libs/wxGTK*/USE` + if [ "${GREP}" != "" ]; then + eerror "This package doesn't work with wxGTK" + eerror "compiled with gtk2 and unicode in USE" + eerror "Please re-compile wxGTK with -unicode" + die "aborting..." + fi +} + +src_compile () { + econf || die + MAKEOPTS="${MAKEOPTS} -j1" emake || die +} + +src_install () { + einstall || die +} diff --git a/net-p2p/amule/files/digest-amule-1.1.0 b/net-p2p/amule/files/digest-amule-1.1.0 new file mode 100644 index 000000000000..b4f939890cf7 --- /dev/null +++ b/net-p2p/amule/files/digest-amule-1.1.0 @@ -0,0 +1 @@ +MD5 648a1f1cbe57602dd9e546c046a4a229 aMule-1.1.0.tar.bz2 2086601 |