summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/mldonkey/mldonkey-0.0.4a.ebuild')
-rw-r--r--app-emacs/mldonkey/mldonkey-0.0.4a.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/app-emacs/mldonkey/mldonkey-0.0.4a.ebuild b/app-emacs/mldonkey/mldonkey-0.0.4a.ebuild
index 08a21ffe1751..0ab596ee0fd2 100644
--- a/app-emacs/mldonkey/mldonkey-0.0.4a.ebuild
+++ b/app-emacs/mldonkey/mldonkey-0.0.4a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mldonkey/mldonkey-0.0.4a.ebuild,v 1.2 2004/10/09 20:07:16 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mldonkey/mldonkey-0.0.4a.ebuild,v 1.3 2004/10/17 04:08:50 usata Exp $
inherit elisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.physik.fu-berlin.de/~dhansen/mldonkey/"
SRC_URI="http://www.physik.fu-berlin.de/%7Edhansen/mldonkey/files/mldonkey-el-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc ~ppc-macos"
IUSE=""
DEPEND="virtual/emacs"
S=${WORKDIR}/mldonkey-el-${PV}
@@ -19,3 +19,11 @@ SITEFILE=50mldonkey-gentoo.el
src_compile() {
elisp-comp 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
+}