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: org-mode-7.9.2.ebuild ChangeLog org-mode-7.9.1.ebuild
Date: Thu, 22 Nov 2012 00:18:15
Message-Id: 20121122001804.3578720C65@flycatcher.gentoo.org
1 ulm 12/11/22 00:18:04
2
3 Modified: org-mode-7.9.2.ebuild ChangeLog
4 Removed: org-mode-7.9.1.ebuild
5 Log:
6 Add RESTRICT="test": The "testing" subdirectory needed for tests is only present in the upstream git repository, but not distributed with the package's tarball, bug 441072 comment #4. Remove old.
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
9
10 Revision Changes Path
11 1.5 app-emacs/org-mode/org-mode-7.9.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild?r1=1.4&r2=1.5
16
17 Index: org-mode-7.9.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- org-mode-7.9.2.ebuild 21 Nov 2012 20:46:51 -0000 1.4
24 +++ org-mode-7.9.2.ebuild 22 Nov 2012 00:18:04 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild,v 1.4 2012/11/21 20:46:51 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild,v 1.5 2012/11/22 00:18:04 ulm Exp $
30
31 EAPI=4
32 NEED_EMACS=22
33 @@ -15,6 +15,7 @@
34 SLOT="0"
35 KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-macos"
36 IUSE="contrib doc odt-schema"
37 +RESTRICT="test"
38
39 DEPEND="doc? ( virtual/texi2dvi )"
40
41
42
43
44 1.152 app-emacs/org-mode/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.152&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.152&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?r1=1.151&r2=1.152
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
53 retrieving revision 1.151
54 retrieving revision 1.152
55 diff -u -r1.151 -r1.152
56 --- ChangeLog 21 Nov 2012 20:46:51 -0000 1.151
57 +++ ChangeLog 22 Nov 2012 00:18:04 -0000 1.152
58 @@ -1,6 +1,12 @@
59 # ChangeLog for app-emacs/org-mode
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.151 2012/11/21 20:46:51 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.152 2012/11/22 00:18:04 ulm Exp $
63 +
64 + 22 Nov 2012; Ulrich Müller <ulm@g.o> -org-mode-7.9.1.ebuild,
65 + org-mode-7.9.2.ebuild:
66 + Add RESTRICT="test": The "testing" subdirectory needed for tests is only
67 + present in the upstream git repository, but not distributed with the
68 + package's tarball, bug 441072 comment #4. Remove old.
69
70 21 Nov 2012; Agostino Sarubbo <ago@g.o> org-mode-7.9.2.ebuild:
71 Stable for ppc, tested by Vincent Olivert Riera <peratu@×××××××××.com>, wrt