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/paredit: ChangeLog paredit-20-r1.ebuild paredit-20.ebuild
Date: Sun, 16 Sep 2007 00:02:47
Message-Id: E1IWhTp-0006FB-RA@stork.gentoo.org
1 ulm 07/09/15 23:55:17
2
3 Modified: ChangeLog
4 Added: paredit-20-r1.ebuild
5 Removed: paredit-20.ebuild
6 Log:
7 Recompute digest. Add paredit-mode also to slime-mode-hook.
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.5 app-emacs/paredit/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/paredit/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/paredit/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/paredit/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 28 May 2007 01:51:42 -0000 1.4
24 +++ ChangeLog 15 Sep 2007 23:55:17 -0000 1.5
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-emacs/paredit
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v 1.4 2007/05/28 01:51:42 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v 1.5 2007/09/15 23:55:17 ulm Exp $
30 +
31 +*paredit-20-r1 (15 Sep 2007)
32 +
33 + 15 Sep 2007; Ulrich Mueller <ulm@g.o> files/50paredit-gentoo.el,
34 + -paredit-20.ebuild, +paredit-20-r1.ebuild:
35 + Upstream changed both paredit-20.{el,html} without changing version;
36 + recompute digest. Add paredit-mode also to slime-mode-hook.
37
38 28 May 2007; Ulrich Mueller <ulm@g.o> files/digest-paredit-20,
39 Manifest:
40
41
42
43 1.1 app-emacs/paredit/paredit-20-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/paredit/paredit-20-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/paredit/paredit-20-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: paredit-20-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/paredit-20-r1.ebuild,v 1.1 2007/09/15 23:55:17 ulm Exp $
53
54 inherit elisp
55
56 DESCRIPTION="Minor mode for performing structured editing of S-expressions"
57 HOMEPAGE="http://mumble.net/~campbell/emacs/
58 http://www.emacswiki.org/cgi-bin/wiki/ParEdit"
59 SRC_URI="http://mumble.net/~campbell/emacs/${P}.el
60 http://mumble.net/~campbell/emacs/${P}.html"
61
62 LICENSE="public-domain"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
65 IUSE=""
66
67 SITEFILE=50${PN}-gentoo.el
68
69 S="${WORKDIR}"
70
71 src_unpack() {
72 cp "${DISTDIR}/${P}.el" ${PN}.el || die "cp ${P}.el failed"
73 cp "${DISTDIR}/${P}.html" ${PN}.html || die "cp ${P}.html failed"
74 }
75
76 src_install() {
77 elisp-install ${PN} *.el *.elc
78 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
79 dohtml *.html
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list