Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/yacas: yacas-1.2.2-r1.ebuild ChangeLog
Date: Thu, 28 Jul 2011 20:19:22
Message-Id: 20110728201855.20A452004B@flycatcher.gentoo.org
1 bicatali 11/07/28 20:18:55
2
3 Modified: yacas-1.2.2-r1.ebuild ChangeLog
4 Log:
5 Fixed tests (bug #361583)
6
7 (Portage version: 2.1.10.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-mathematics/yacas/yacas-1.2.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: yacas-1.2.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- yacas-1.2.2-r1.ebuild 17 Apr 2011 09:58:33 -0000 1.1
23 +++ yacas-1.2.2-r1.ebuild 28 Jul 2011 20:18:54 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2-r1.ebuild,v 1.1 2011/04/17 09:58:33 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2-r1.ebuild,v 1.2 2011/07/28 20:18:54 bicatali Exp $
29
30 EAPI="4"
31
32 -inherit eutils java-pkg-opt-2
33 +inherit eutils java-pkg-opt-2 autotools
34
35 -DESCRIPTION="Powerful general purpose computer algebra system"
36 +DESCRIPTION="General purpose computer algebra system"
37 HOMEPAGE="http://yacas.sourceforge.net/"
38 SRC_URI="http://${PN}.sourceforge.net/backups/${P}.tar.gz"
39
40 @@ -23,7 +23,10 @@
41 epatch \
42 "${FILESDIR}"/${P}-gcc43.patch \
43 "${FILESDIR}"/${P}-gcc46.patch \
44 - "${FILESDIR}"/${P}-makefixes.patch
45 + "${FILESDIR}"/${P}-makefixes.patch \
46 + "${FILESDIR}"/${P}-tests.patch
47 + # needs to rebuild because tests include file modify Makefile.am
48 + eautoreconf
49 }
50
51 src_configure() {
52
53
54
55 1.29 sci-mathematics/yacas/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.29&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.29&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/yacas/ChangeLog?r1=1.28&r2=1.29
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v
64 retrieving revision 1.28
65 retrieving revision 1.29
66 diff -u -r1.28 -r1.29
67 --- ChangeLog 17 Apr 2011 09:58:34 -0000 1.28
68 +++ ChangeLog 28 Jul 2011 20:18:54 -0000 1.29
69 @@ -1,6 +1,10 @@
70 # ChangeLog for sci-mathematics/yacas
71 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.28 2011/04/17 09:58:34 jlec Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.29 2011/07/28 20:18:54 bicatali Exp $
74 +
75 + 28 Jul 2011; Sébastien Fabbro <bicatali@g.o> yacas-1.2.2-r1.ebuild,
76 + +files/yacas-1.2.2-tests.patch:
77 + Fixed tests (bug #361583)
78
79 *yacas-1.2.2-r1 (17 Apr 2011)