Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/mldonkey: ChangeLog mldonkey-0.0.4b-r1.ebuild
Date: Thu, 03 Jan 2008 15:10:47
Message-Id: E1JARiR-0001iT-5C@stork.gentoo.org
1 ulm 08/01/03 15:10:39
2
3 Modified: ChangeLog
4 Added: mldonkey-0.0.4b-r1.ebuild
5 Log:
6 Add patch to conform to MLDonkey 2.9.2. Use autoload in site-init file.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.15 app-emacs/mldonkey/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mldonkey/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mldonkey/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mldonkey/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/mldonkey/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 26 Oct 2007 13:42:19 -0000 1.14
23 +++ ChangeLog 3 Jan 2008 15:10:38 -0000 1.15
24 @@ -1,6 +1,14 @@
25 # ChangeLog for app-emacs/mldonkey
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mldonkey/ChangeLog,v 1.14 2007/10/26 13:42:19 ulm Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mldonkey/ChangeLog,v 1.15 2008/01/03 15:10:38 ulm Exp $
30 +
31 +*mldonkey-0.0.4b-r1 (03 Jan 2008)
32 +
33 + 03 Jan 2008; Ulrich Mueller <ulm@g.o>
34 + +files/mldonkey-0.0.4b-vd.patch, +files/51mldonkey-gentoo.el,
35 + +mldonkey-0.0.4b-r1.ebuild:
36 + Add patch to conform to MLDonkey 2.9.2. Use autoload in site-init file;
37 + remove redundant default configuration. Thanks to armin76 for testing.
38
39 26 Oct 2007; Ulrich Mueller <ulm@g.o> mldonkey-0.0.4b.ebuild:
40 amd64 stable, bug 195512
41
42
43
44 1.1 app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: mldonkey-0.0.4b-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-emacs/mldonkey/mldonkey-0.0.4b-r1.ebuild,v 1.1 2008/01/03 15:10:38 ulm Exp $
54
55 inherit elisp eutils
56
57 MY_P="${PN}-el-${PV}"
58 DESCRIPTION="An Emacs Lisp interface to the MLDonkey core"
59 HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/MlDonkey
60 http://web.archive.org/web/20070107165326/www.physik.fu-berlin.de/~dhansen/mldonkey/"
61 SRC_URI="http://www.physik.fu-berlin.de/%7Edhansen/mldonkey/files/${MY_P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE=""
67
68 RDEPEND=">=net-p2p/mldonkey-2.9.2"
69
70 SITEFILE=51${PN}-gentoo.el
71 S="${WORKDIR}/${MY_P}"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 epatch "${FILESDIR}/${P}-vd.patch"
77 }
78
79 src_compile() {
80 elisp-comp ml*.el
81 }
82
83 pkg_postinst() {
84 elisp-site-regen
85 ewarn
86 ewarn "If your network gets really slow when you use mldonkey,"
87 ewarn "consider reducing the max number of connections. See bug #50510."
88 ewarn
89 }
90
91
92
93 --
94 gentoo-commits@g.o mailing list