--- /usr/portage/net-p2p/mldonkey/mldonkey-2.7.7.ebuild 2006-10-15 16:06:16.000000000 +0200 +++ ./mldonkey-2.8.1.ebuild 2006-10-23 15:47:37.000000000 +0200 @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.7.7.ebuild,v 1.7 2006/10/15 13:37:52 agriffis Exp $ +# $Header: $ inherit flag-o-matic -IUSE="gtk guionly batch gd doc" +IUSE="gtk guionly batch gd magic doc" DESCRIPTION="mldonkey is a new client to access the eDonkey network. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface." HOMEPAGE="http://www.nongnu.org/mldonkey/" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" RESTRICT="nomirror" RDEPEND="dev-lang/perl @@ -20,7 +20,8 @@ >=dev-ml/lablgtk-2.6 ) gtk? ( >=gnome-base/librsvg-2.4.0 >=dev-ml/lablgtk-2.6 ) - gd? ( >=media-libs/gd-2.0.28 )" + gd? ( >=media-libs/gd-2.0.28 ) + magic? ( sys-apps/file )" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.58 @@ -89,6 +90,7 @@ --enable-checks \ `use_enable batch` \ `use_enable gd` \ + `use_enable magic` \ ${myconf} || die "Configure Failed!" export OCAMLRUNPARAM="l=256M" @@ -160,7 +162,7 @@ echo else echo - einfo "Simply run mlgui to start the chosen modonkey gui." + einfo "Simply run mlgui to start the chosen mldonkey gui." einfo "It puts its config files into ~/.mldonkey" fi }