diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-03 00:37:08 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-03 00:41:05 +0200 |
commit | 219037d8adbf0593110a81d0752e0a071ea1006a (patch) | |
tree | fc84db425fca87bd1a0ceec2e017fe904a5a41aa /app-emacs/mldonkey | |
parent | app-editors/jed: Remove old. (diff) | |
download | gentoo-219037d8adbf0593110a81d0752e0a071ea1006a.tar.gz gentoo-219037d8adbf0593110a81d0752e0a071ea1006a.tar.bz2 gentoo-219037d8adbf0593110a81d0752e0a071ea1006a.zip |
app-emacs/mldonkey: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/mldonkey')
-rw-r--r-- | app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild b/app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild deleted file mode 100644 index 12ed071cfa32..000000000000 --- a/app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -MY_P="${PN}-el-${PV}" -DESCRIPTION="An Emacs Lisp interface to the MLDonkey core" -HOMEPAGE="https://www.emacswiki.org/emacs/MlDonkey - http://web.archive.org/web/20070107165326/www.physik.fu-berlin.de/~dhansen/mldonkey/" -SRC_URI="http://www.physik.fu-berlin.de/%7Edhansen/mldonkey/files/${MY_P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -S="${WORKDIR}/${MY_P}" -ELISP_PATCHES="${P}-vd.patch ${P}-emacs-26.patch" -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-compile ml*.el -} - -pkg_postinst() { - elisp-site-regen - ewarn - ewarn "If your network gets really slow when you use mldonkey," - ewarn "consider reducing the max number of connections. See bug #50510." - ewarn - elog "Remember to install net-p2p/mldonkey separately if you want to work" - elog "with a local instance." -} |