Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: ChangeLog singular-3.1.2-r2.ebuild
Date: Fri, 26 Nov 2010 09:56:45
Message-Id: 20101126095622.737D020051@flycatcher.gentoo.org
1 tomka 10/11/26 09:56:22
2
3 Modified: ChangeLog singular-3.1.2-r2.ebuild
4 Log:
5 Fix typo in emacs-check
6
7 (Portage version: 2.1.9.24/cvs/Linux i686)
8
9 Revision Changes Path
10 1.37 sci-mathematics/singular/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 26 Nov 2010 09:47:24 -0000 1.36
23 +++ ChangeLog 26 Nov 2010 09:56:22 -0000 1.37
24 @@ -1,6 +1,6 @@
25 # ChangeLog for sci-mathematics/singular
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.36 2010/11/26 09:47:24 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.37 2010/11/26 09:56:22 tomka Exp $
29
30 *singular-3.1.2-r2 (26 Nov 2010)
31
32 @@ -8,7 +8,7 @@
33 -files/singular-3.1.0-glibc-2.10.patch, -singular-3.1.1-r1.ebuild,
34 -singular-3.1.2-r1.ebuild, +singular-3.1.2-r2.ebuild:
35 Upstream updated share-tarball.
36 - Use latest emacs.eclass gadgets
37 + Use latest elisp-common.eclass gadgets
38 Removed old.
39
40 *singular-3.1.2-r1 (08 Nov 2010)
41
42
43
44 1.2 sci-mathematics/singular/singular-3.1.2-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild?r1=1.1&r2=1.2
49
50 Index: singular-3.1.2-r2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- singular-3.1.2-r2.ebuild 26 Nov 2010 09:47:24 -0000 1.1
57 +++ singular-3.1.2-r2.ebuild 26 Nov 2010 09:56:22 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.1 2010/11/26 09:47:24 tomka Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.2 2010/11/26 09:56:22 tomka Exp $
63
64 EAPI="3"
65 WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
66 @@ -47,7 +47,7 @@
67
68 # Ensure that >=emacs-22 is selected
69 if use emacs; then
70 - lisp-need-emacs 22 || die "Emacs version too low"
71 + elisp-need-emacs 22 || die "Emacs version too low"
72 fi
73 }