Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mldonkey/
Date: Tue, 27 Aug 2019 09:40:22
Message-Id: 1566898675.74839c947e017c19aa8d98add919c7a482678d12.ulm@gentoo
1 commit: 74839c947e017c19aa8d98add919c7a482678d12
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 09:37:55 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 27 09:37:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74839c94
7
8 app-emacs/mldonkey: Bump EAPI to 7.
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/mldonkey/mldonkey-0.0.4b-r2.ebuild | 28 ++++++++++++++++++++++++++++
14 1 file changed, 28 insertions(+)
15
16 diff --git a/app-emacs/mldonkey/mldonkey-0.0.4b-r2.ebuild b/app-emacs/mldonkey/mldonkey-0.0.4b-r2.ebuild
17 new file mode 100644
18 index 00000000000..b5714cc6948
19 --- /dev/null
20 +++ b/app-emacs/mldonkey/mldonkey-0.0.4b-r2.ebuild
21 @@ -0,0 +1,28 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit elisp readme.gentoo-r1
28 +
29 +MY_P="${PN}-el-${PV}"
30 +DESCRIPTION="An Emacs Lisp interface to the MLDonkey core"
31 +HOMEPAGE="https://www.emacswiki.org/emacs/MlDonkey
32 + http://web.archive.org/web/20070107165326/www.physik.fu-berlin.de/~dhansen/mldonkey/"
33 +SRC_URI="http://www.physik.fu-berlin.de/%7Edhansen/mldonkey/files/${MY_P}.tar.gz"
34 +
35 +LICENSE="GPL-2+"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~ppc ~x86"
38 +
39 +S="${WORKDIR}/${MY_P}"
40 +ELISP_PATCHES="${P}-vd.patch ${P}-emacs-26.patch"
41 +SITEFILE="50${PN}-gentoo.el"
42 +DOC_CONTENTS="If your network gets really slow when you use mldonkey,
43 + consider reducing the max number of connections. See bug #50510.
44 + \n\nRemember to install net-p2p/mldonkey separately if you want to
45 + work with a local instance."
46 +
47 +src_compile() {
48 + elisp-compile ml*.el
49 +}