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: Wed, 02 Oct 2019 22:41:19
Message-Id: 1570056065.219037d8adbf0593110a81d0752e0a071ea1006a.ulm@gentoo
1 commit: 219037d8adbf0593110a81d0752e0a071ea1006a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 22:37:08 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 22:41:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219037d8
7
8 app-emacs/mldonkey: Remove old.
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild | 34 ----------------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild b/app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild
17 deleted file mode 100644
18 index 12ed071cfa3..00000000000
19 --- a/app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -inherit elisp
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 -
43 -src_compile() {
44 - elisp-compile ml*.el
45 -}
46 -
47 -pkg_postinst() {
48 - elisp-site-regen
49 - ewarn
50 - ewarn "If your network gets really slow when you use mldonkey,"
51 - ewarn "consider reducing the max number of connections. See bug #50510."
52 - ewarn
53 - elog "Remember to install net-p2p/mldonkey separately if you want to work"
54 - elog "with a local instance."
55 -}