Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/nestedsums: ChangeLog nestedsums-1.4.12.ebuild
Date: Mon, 17 Jan 2011 14:57:58
Message-Id: 20110117145749.0546820054@flycatcher.gentoo.org
1 grozin 11/01/17 14:57:49
2
3 Modified: ChangeLog nestedsums-1.4.12.ebuild
4 Log:
5 Downgrade to EAPI 3
6
7 (Portage version: 2.2.0_alpha15/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 sci-mathematics/nestedsums/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 16 Jan 2011 12:27:49 -0000 1.1
23 +++ ChangeLog 17 Jan 2011 14:57:48 -0000 1.2
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-mathematics/nestedsums
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v 1.1 2011/01/16 12:27:49 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/ChangeLog,v 1.2 2011/01/17 14:57:48 grozin Exp $
29 +
30 + 17 Jan 2011; Andrey Grozin <grozin@g.o> nestedsums-1.4.12.ebuild:
31 + Downgrade to EAPI 3
32
33 *nestedsums-1.4.12 (16 Jan 2011)
34
35
36
37
38 1.2 sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild?r1=1.1&r2=1.2
43
44 Index: nestedsums-1.4.12.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- nestedsums-1.4.12.ebuild 16 Jan 2011 12:27:49 -0000 1.1
51 +++ nestedsums-1.4.12.ebuild 17 Jan 2011 14:57:48 -0000 1.2
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild,v 1.1 2011/01/16 12:27:49 grozin Exp $
56 -EAPI="4"
57 -DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions."
58 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nestedsums/nestedsums-1.4.12.ebuild,v 1.2 2011/01/17 14:57:48 grozin Exp $
59 +EAPI="3"
60 +DESCRIPTION="A GiNaC-based library for symbolic expansion of certain transcendental functions"
61 HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~stefanw/nestedsums/"
62 IUSE=""
63 SRC_URI="http://wwwthep.physik.uni-mainz.de/~stefanw/download/${P}.tar.gz"
64 @@ -11,3 +11,9 @@
65 KEYWORDS="~x86"
66 RDEPEND=">=sci-mathematics/ginac-1.5"
67 DEPEND="${RDEPEND}"
68 +
69 +src_install() {
70 + emake DESTDIR="${D}" install
71 + rm -f "${D}"usr/lib/*.la
72 + dodoc AUTHORS ChangeLog
73 +}