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-22.ebuild
Date: Sat, 09 Oct 2010 21:04:37
Message-Id: 20101009210134.3C8A22004C@flycatcher.gentoo.org
1 ulm 10/10/09 21:01:34
2
3 Modified: ChangeLog
4 Added: paredit-22.ebuild
5 Log:
6 Version bump. LICENSE changed from BSD to GPL-3.
7
8 (Portage version: 2.1.9.14/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 app-emacs/paredit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/paredit/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/paredit/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/paredit/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 24 Nov 2009 21:07:19 -0000 1.10
24 +++ ChangeLog 9 Oct 2010 21:01:34 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-emacs/paredit
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v 1.10 2009/11/24 21:07:19 fauli Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v 1.11 2010/10/09 21:01:34 ulm Exp $
31 +
32 +*paredit-22 (09 Oct 2010)
33 +
34 + 09 Oct 2010; Ulrich Mueller <ulm@g.o> +paredit-22.ebuild:
35 + Version bump. LICENSE changed from BSD to GPL-3.
36
37 24 Nov 2009; Christian Faulhammer <fauli@g.o> paredit-21.ebuild:
38 import changes from Prefix overlay
39
40
41
42 1.1 app-emacs/paredit/paredit-22.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/paredit/paredit-22.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/paredit/paredit-22.ebuild?rev=1.1&content-type=text/plain
46
47 Index: paredit-22.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/paredit-22.ebuild,v 1.1 2010/10/09 21:01:34 ulm Exp $
52
53 inherit elisp
54
55 DESCRIPTION="Minor mode for performing structured editing of S-expressions"
56 HOMEPAGE="http://mumble.net/~campbell/emacs/
57 http://www.emacswiki.org/cgi-bin/wiki/ParEdit"
58 SRC_URI="mirror://gentoo/${P}.tar.bz2"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
63 IUSE=""
64
65 SITEFILE="50${PN}-gentoo.el"
66
67 src_install() {
68 elisp_src_install
69 dohtml *.html || die
70 }