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

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- mldonkey-3.0.5.ebuild
0
++ mldonkey-3.0.5.ebuild
Lines 7-13 Link Here
7
7
8
inherit flag-o-matic eutils autotools toolchain-funcs
8
inherit flag-o-matic eutils autotools toolchain-funcs
9
9
10
IUSE="doc fasttrack gd gnutella gtk guionly magic +ocamlopt"
10
IUSE="bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt"
11
11
12
DESCRIPTION="MLDonkey is a multi-network P2P application written in Ocaml, coming with its own Gtk GUI, web and telnet interface."
12
DESCRIPTION="MLDonkey is a multi-network P2P application written in Ocaml, coming with its own Gtk GUI, web and telnet interface."
13
HOMEPAGE="http://mldonkey.sourceforge.net/"
13
HOMEPAGE="http://mldonkey.sourceforge.net/"
Lines 82-87 Link Here
82
		--localstatedir=/var/mldonkey \
82
		--localstatedir=/var/mldonkey \
83
		--enable-checks \
83
		--enable-checks \
84
		--disable-batch \
84
		--disable-batch \
85
		$(use_enable bittorrent) \
85
		$(use_enable fasttrack) \
86
		$(use_enable fasttrack) \
86
		$(use_enable gnutella) \
87
		$(use_enable gnutella) \
87
		$(use_enable gnutella gnutella2) \
88
		$(use_enable gnutella gnutella2) \
88
-- metadata.xml
89
++ metadata.xml
Lines 4-9 Link Here
4
  <herd>net-p2p</herd>
4
  <herd>net-p2p</herd>
5
  <longdescription>An ocaml client to access the eDonkey network.</longdescription>
5
  <longdescription>An ocaml client to access the eDonkey network.</longdescription>
6
  <use>
6
  <use>
7
	<flag name="bittorrent">enable bittorrent support</flag>
7
    <flag name="fasttrack">enable fasttrack support</flag>
8
    <flag name="fasttrack">enable fasttrack support</flag>
8
    <flag name="gnutella">enable gnutella and gnutella2 support</flag>
9
    <flag name="gnutella">enable gnutella and gnutella2 support</flag>
9
    <flag name="guionly">enable client build only</flag>
10
    <flag name="guionly">enable client build only</flag>

Return to bug 345871