Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117397
Collapse All | Expand All

(-)amule-2.0.3-r4.ebuild (-4 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.3-r4.ebuild,v 1.8 2005/12/18 18:57:18 mkay Exp $
3
# $Header: $
4
4
5
inherit eutils flag-o-matic wxwidgets
5
inherit eutils flag-o-matic wxwidgets
6
6
Lines 9-20 Link Here
9
9
10
DESCRIPTION="aMule, the all-platform eMule p2p client"
10
DESCRIPTION="aMule, the all-platform eMule p2p client"
11
HOMEPAGE="http://www.amule.org/"
11
HOMEPAGE="http://www.amule.org/"
12
SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.bz2"
12
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
13
13
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
16
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
17
IUSE="amuled debug nls remote stats unicode gtk"
17
IUSE="amuled debug nls remote stats unicode gtk kad"
18
18
19
19
20
DEPEND=">=x11-libs/wxGTK-2.6.0
20
DEPEND=">=x11-libs/wxGTK-2.6.0
Lines 81-86 Link Here
81
		`use_enable remote webserver` \
81
		`use_enable remote webserver` \
82
		`use_enable stats cas` \
82
		`use_enable stats cas` \
83
		`use_enable stats alcc` \
83
		`use_enable stats alcc` \
84
		`use_enable kad kad-compile` \
84
		${myconf} \
85
		${myconf} \
85
		|| die
86
		|| die
86
	# we filter ssp until bug #74457 is closed to build on hardened
87
	# we filter ssp until bug #74457 is closed to build on hardened

Return to bug 117397