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-8.2.1.ebuild org-mode-8.2.5h.ebuild org-mode-8.2.6.ebuild org-mode-7.9.2.ebuild org-mode-8.0.2.ebuild
Date: Sat, 07 Jun 2014 11:33:17
Message-Id: 20140607113314.675492004E@flycatcher.gentoo.org
1 ulm 14/06/07 11:33:14
2
3 Modified: ChangeLog org-mode-8.2.1.ebuild
4 org-mode-8.2.5h.ebuild org-mode-8.2.6.ebuild
5 Removed: org-mode-7.9.2.ebuild org-mode-8.0.2.ebuild
6 Log:
7 Remove redundant NEED_EMACS assignment. Remove old.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
10
11 Revision Changes Path
12 1.168 app-emacs/org-mode/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.168&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.168&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?r1=1.167&r2=1.168
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
21 retrieving revision 1.167
22 retrieving revision 1.168
23 diff -u -r1.167 -r1.168
24 --- ChangeLog 26 Apr 2014 13:51:06 -0000 1.167
25 +++ ChangeLog 7 Jun 2014 11:33:14 -0000 1.168
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-emacs/org-mode
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.167 2014/04/26 13:51:06 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.168 2014/06/07 11:33:14 ulm Exp $
31 +
32 + 07 Jun 2014; Ulrich Müller <ulm@g.o> -org-mode-7.9.2.ebuild,
33 + -org-mode-8.0.2.ebuild, org-mode-8.2.1.ebuild, org-mode-8.2.5h.ebuild,
34 + org-mode-8.2.6.ebuild, -files/50org-mode-gentoo-8.el,
35 + files/50org-mode-gentoo.el:
36 + Remove redundant NEED_EMACS assignment. Remove old.
37
38 *org-mode-8.2.6 (26 Apr 2014)
39
40
41
42
43 1.5 app-emacs/org-mode/org-mode-8.2.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild?rev=1.5&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild?rev=1.5&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild?r1=1.4&r2=1.5
48
49 Index: org-mode-8.2.1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v
52 retrieving revision 1.4
53 retrieving revision 1.5
54 diff -u -r1.4 -r1.5
55 --- org-mode-8.2.1.ebuild 24 Feb 2014 01:25:37 -0000 1.4
56 +++ org-mode-8.2.1.ebuild 7 Jun 2014 11:33:14 -0000 1.5
57 @@ -1,9 +1,8 @@
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v 1.4 2014/02/24 01:25:37 phajdan.jr Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.1.ebuild,v 1.5 2014/06/07 11:33:14 ulm Exp $
62
63 EAPI=5
64 -NEED_EMACS=23
65
66 inherit elisp
67
68 @@ -20,7 +19,7 @@
69 DEPEND="doc? ( virtual/texi2dvi )"
70
71 S="${WORKDIR}/org-${PV}"
72 -SITEFILE="50${PN}-gentoo-8.el"
73 +SITEFILE="50${PN}-gentoo.el"
74
75 src_compile() {
76 emake datadir="${EPREFIX}${SITEETC}/${PN}"
77 @@ -36,7 +35,7 @@
78 infodir="${EPREFIX}/usr/share/info" \
79 install
80
81 - cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}"
82 + cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}" || die
83
84 if use contrib; then
85 elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el
86
87
88
89 1.4 app-emacs/org-mode/org-mode-8.2.5h.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?rev=1.4&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?rev=1.4&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild?r1=1.3&r2=1.4
94
95 Index: org-mode-8.2.5h.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v
98 retrieving revision 1.3
99 retrieving revision 1.4
100 diff -u -r1.3 -r1.4
101 --- org-mode-8.2.5h.ebuild 26 Mar 2014 11:37:51 -0000 1.3
102 +++ org-mode-8.2.5h.ebuild 7 Jun 2014 11:33:14 -0000 1.4
103 @@ -1,9 +1,8 @@
104 # Copyright 1999-2014 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 1.3 2014/03/26 11:37:51 ulm Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 1.4 2014/06/07 11:33:14 ulm Exp $
108
109 EAPI=5
110 -NEED_EMACS=23
111
112 inherit elisp
113
114 @@ -20,7 +19,7 @@
115 DEPEND="doc? ( virtual/texi2dvi )"
116
117 S="${WORKDIR}/org-${PV}"
118 -SITEFILE="50${PN}-gentoo-8.el"
119 +SITEFILE="50${PN}-gentoo.el"
120
121 src_compile() {
122 emake datadir="${EPREFIX}${SITEETC}/${PN}"
123
124
125
126 1.2 app-emacs/org-mode/org-mode-8.2.6.ebuild
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild?rev=1.2&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild?rev=1.2&content-type=text/plain
130 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild?r1=1.1&r2=1.2
131
132 Index: org-mode-8.2.6.ebuild
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild,v
135 retrieving revision 1.1
136 retrieving revision 1.2
137 diff -u -r1.1 -r1.2
138 --- org-mode-8.2.6.ebuild 26 Apr 2014 13:51:06 -0000 1.1
139 +++ org-mode-8.2.6.ebuild 7 Jun 2014 11:33:14 -0000 1.2
140 @@ -1,9 +1,8 @@
141 # Copyright 1999-2014 Gentoo Foundation
142 # Distributed under the terms of the GNU General Public License v2
143 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild,v 1.1 2014/04/26 13:51:06 ulm Exp $
144 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.6.ebuild,v 1.2 2014/06/07 11:33:14 ulm Exp $
145
146 EAPI=5
147 -NEED_EMACS=23
148
149 inherit elisp
150
151 @@ -20,7 +19,7 @@
152 DEPEND="doc? ( virtual/texi2dvi )"
153
154 S="${WORKDIR}/org-${PV}"
155 -SITEFILE="50${PN}-gentoo-8.el"
156 +SITEFILE="50${PN}-gentoo.el"
157
158 src_compile() {
159 emake datadir="${EPREFIX}${SITEETC}/${PN}"