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/muse: muse-3.20.ebuild ChangeLog muse-3.12.ebuild
Date: Tue, 02 Feb 2010 08:58:08
Message-Id: E1NcEaC-0000AN-14@stork.gentoo.org
1 ulm 10/02/02 08:58:04
2
3 Modified: ChangeLog muse-3.12.ebuild
4 Added: muse-3.20.ebuild
5 Log:
6 Version bump. Fix LICENSE.
7 (Portage version: 2.2_rc62/cvs/Linux i686)
8
9 Revision Changes Path
10 1.23 app-emacs/muse/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/muse/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 20 Mar 2009 22:16:34 -0000 1.22
23 +++ ChangeLog 2 Feb 2010 08:58:03 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emacs/muse
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/ChangeLog,v 1.22 2009/03/20 22:16:34 tcunha Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/ChangeLog,v 1.23 2010/02/02 08:58:03 ulm Exp $
30 +
31 +*muse-3.20 (02 Feb 2010)
32 +
33 + 02 Feb 2010; Ulrich Mueller <ulm@g.o> +muse-3.20.ebuild:
34 + Version bump. Fix LICENSE.
35
36 20 Mar 2009; Tiago Cunha <tcunha@g.o> muse-3.12.ebuild:
37 stable sparc
38
39
40
41 1.5 app-emacs/muse/muse-3.12.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.12.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.12.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.12.ebuild?r1=1.4&r2=1.5
46
47 Index: muse-3.12.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.12.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- muse-3.12.ebuild 20 Mar 2009 22:16:34 -0000 1.4
54 +++ muse-3.12.ebuild 2 Feb 2010 08:58:03 -0000 1.5
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2009 Gentoo Foundation
57 +# Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.12.ebuild,v 1.4 2009/03/20 22:16:34 tcunha Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.12.ebuild,v 1.5 2010/02/02 08:58:03 ulm Exp $
61
62 inherit elisp
63
64 @@ -8,7 +8,7 @@
65 HOMEPAGE="http://www.mwolson.org/projects/MuseMode.html"
66 SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
67
68 -LICENSE="GPL-3"
69 +LICENSE="GPL-3 FDL-1.2 GPL-2 MIT"
70 SLOT="0"
71 KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd"
72 IUSE=""
73
74
75
76 1.1 app-emacs/muse/muse-3.20.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.20.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.20.ebuild?rev=1.1&content-type=text/plain
80
81 Index: muse-3.20.ebuild
82 ===================================================================
83 # Copyright 1999-2010 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.20.ebuild,v 1.1 2010/02/02 08:58:03 ulm Exp $
86
87 inherit elisp
88
89 DESCRIPTION="Muse-mode is similar to EmacsWikiMode, but more focused on publishing to various formats"
90 HOMEPAGE="http://www.mwolson.org/projects/MuseMode.html"
91 SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
92
93 LICENSE="GPL-3 FDL-1.2 GPL-2 MIT"
94 SLOT="0"
95 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
96 IUSE=""
97
98 SITEFILE="50${PN}-gentoo.el"
99
100 src_compile() {
101 emake || die "emake failed"
102 }
103
104 src_install() {
105 elisp-install ${PN} lisp/*.el lisp/*.elc || die
106 elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
107 doinfo texi/muse.info || die
108 dodoc AUTHORS NEWS README ChangeLog* || die "dodoc failed"
109 insinto /usr/share/doc/${PF}
110 doins -r contrib etc examples experimental scripts || die
111 }