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/org-mode: ChangeLog org-mode-5.22a.ebuild
Date: Fri, 22 Feb 2008 14:32:55
Message-Id: E1JSYxI-00049I-Bh@stork.gentoo.org
1 ulm 08/02/22 14:32:52
2
3 Modified: ChangeLog
4 Added: org-mode-5.22a.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.24 app-emacs/org-mode/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 7 Feb 2008 17:44:32 -0000 1.23
23 +++ ChangeLog 22 Feb 2008 14:32:51 -0000 1.24
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emacs/org-mode
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.23 2008/02/07 17:44:32 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.24 2008/02/22 14:32:51 ulm Exp $
29 +
30 +*org-mode-5.22a (22 Feb 2008)
31 +
32 + 22 Feb 2008; Ulrich Mueller <ulm@g.o> +org-mode-5.22a.ebuild:
33 + Version bump.
34
35 *org-mode-5.21 (07 Feb 2008)
36
37
38
39
40 1.1 app-emacs/org-mode/org-mode-5.22a.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/org-mode-5.22a.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/org-mode-5.22a.ebuild?rev=1.1&content-type=text/plain
44
45 Index: org-mode-5.22a.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-5.22a.ebuild,v 1.1 2008/02/22 14:32:51 ulm Exp $
50
51 inherit elisp
52
53 DESCRIPTION="An Emacs mode for notes and project planning"
54 HOMEPAGE="http://www.orgmode.org/"
55 SRC_URI="http://orgmode.org/org-${PV}.tar.gz"
56
57 LICENSE="GPL-3 FDL-1.1"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
60 IUSE=""
61
62 SITEFILE="51${PN}-gentoo.el"
63 DOCS="README ChangeLog org.pdf orgcard.pdf"
64
65 S="${WORKDIR}/org-${PV}"
66
67 src_compile() {
68 elisp_src_compile
69 emake info || die "emake info failed"
70 mv org org.info || die "Infofile could not be renamed"
71 }
72
73 src_install() {
74 elisp_src_install
75 doinfo *.info
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list