View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/net-p2p/mldonkey/mldonkey-2.7.7.ebuild (-5 / +7 lines)
 Lines 1-10    Link Here 
# Copyright 1999-2006 Gentoo Foundation
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# 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
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."
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/"
HOMEPAGE="http://www.nongnu.org/mldonkey/"
 Lines 12-18    Link Here 
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ia64 ppc ~sparc x86"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
RESTRICT="nomirror"
RESTRICT="nomirror"
RDEPEND="dev-lang/perl
RDEPEND="dev-lang/perl
 Lines 20-26    Link Here 
			>=dev-ml/lablgtk-2.6 )
			>=dev-ml/lablgtk-2.6 )
	gtk? ( >=gnome-base/librsvg-2.4.0
	gtk? ( >=gnome-base/librsvg-2.4.0
			>=dev-ml/lablgtk-2.6 )
			>=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}
DEPEND="${RDEPEND}
	>=sys-devel/autoconf-2.58
	>=sys-devel/autoconf-2.58
 Lines 89-94    Link Here 
		--enable-checks \
		--enable-checks \
		`use_enable batch` \
		`use_enable batch` \
		`use_enable gd` \
		`use_enable gd` \
		`use_enable magic` \
		${myconf} || die "Configure Failed!"
		${myconf} || die "Configure Failed!"
	export OCAMLRUNPARAM="l=256M"
	export OCAMLRUNPARAM="l=256M"
 Lines 160-166    Link Here 
		echo
		echo
	else
	else
		echo
		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"
		einfo "It puts its config files into ~/.mldonkey"
	fi
	fi
}
}