Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/mldonkey/
Date: Fri, 05 Jan 2018 22:07:36
Message-Id: 1515190011.729f78b5911fd412bc6ba2a227b0fc8498f06c52.soap@gentoo
1 commit: 729f78b5911fd412bc6ba2a227b0fc8498f06c52
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 22:06:51 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:06:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729f78b5
7
8 net-p2p/mldonkey: [QA] Rely on default value of WANT_AUTOCONF
9
10 * Specifying WANT_AUTOCONF=2.5 is unnecessary as this will
11 choose the most recent version of Autoconf anyways. It
12 only impedes future bumps of Autoconf.
13
14 Package-Manager: Portage-2.3.19, Repoman-2.3.6
15
16 net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild | 5 ++---
17 net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild | 5 ++---
18 net-p2p/mldonkey/mldonkey-3.1.6.ebuild | 5 ++---
19 3 files changed, 6 insertions(+), 9 deletions(-)
20
21 diff --git a/net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild b/net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild
22 index d532cb725f3..118e1cfae15 100644
23 --- a/net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild
24 +++ b/net-p2p/mldonkey/mldonkey-3.1.5-r1.ebuild
25 @@ -1,14 +1,13 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="6"
31 -WANT_AUTOCONF=2.5
32
33 inherit flag-o-matic eutils autotools toolchain-funcs user
34
35 IUSE="bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt"
36
37 -DESCRIPTION="A multi-network P2P application written in Ocaml, with its own Gtk GUI, web and telnet interface"
38 +DESCRIPTION="Multi-network P2P application written in Ocaml, with Gtk, web & telnet interface"
39 HOMEPAGE="http://mldonkey.sourceforge.net/"
40 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
41
42
43 diff --git a/net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild b/net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild
44 index 3acb3317ffd..ed193856078 100644
45 --- a/net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild
46 +++ b/net-p2p/mldonkey/mldonkey-3.1.6-r1.ebuild
47 @@ -1,14 +1,13 @@
48 -# Copyright 1999-2017 Gentoo Foundation
49 +# Copyright 1999-2018 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI="6"
53 -WANT_AUTOCONF=2.5
54
55 inherit versionator flag-o-matic eutils autotools toolchain-funcs user
56
57 IUSE="bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt upnp"
58
59 -DESCRIPTION="A multi-network P2P application written in Ocaml, with its own Gtk GUI, web and telnet interface"
60 +DESCRIPTION="Multi-network P2P application written in Ocaml, with Gtk, web & telnet interface"
61 HOMEPAGE="http://mldonkey.sourceforge.net/"
62 SRC_URI="https://github.com/ygrek/mldonkey/releases/download/release-$(replace_all_version_separators '-')/${P}.tar.bz2"
63
64
65 diff --git a/net-p2p/mldonkey/mldonkey-3.1.6.ebuild b/net-p2p/mldonkey/mldonkey-3.1.6.ebuild
66 index 82f88b95c71..861c8017b3e 100644
67 --- a/net-p2p/mldonkey/mldonkey-3.1.6.ebuild
68 +++ b/net-p2p/mldonkey/mldonkey-3.1.6.ebuild
69 @@ -1,14 +1,13 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 +# Copyright 1999-2018 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI="6"
75 -WANT_AUTOCONF=2.5
76
77 inherit versionator flag-o-matic eutils autotools toolchain-funcs user
78
79 IUSE="bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt"
80
81 -DESCRIPTION="A multi-network P2P application written in Ocaml, with its own Gtk GUI, web and telnet interface"
82 +DESCRIPTION="Multi-network P2P application written in Ocaml, with Gtk, web & telnet interface"
83 HOMEPAGE="http://mldonkey.sourceforge.net/"
84 SRC_URI="https://github.com/ygrek/mldonkey/releases/download/release-$(replace_all_version_separators '-')/${P}.tar.bz2"