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/pspp: pspp-0.6.2.ebuild pspp-0.6.1.ebuild
Date: Wed, 29 Sep 2010 05:41:28
Message-Id: 20100929054118.6AB6C20051@flycatcher.gentoo.org
1 bicatali 10/09/29 05:41:18
2
3 Modified: pspp-0.6.2.ebuild
4 Removed: pspp-0.6.1.ebuild
5 Log:
6 Disabling postgres test, bad server starting
7
8 (Portage version: 2.2_rc86/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 sci-mathematics/pspp/pspp-0.6.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild?r1=1.3&r2=1.4
16
17 Index: pspp-0.6.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- pspp-0.6.2.ebuild 17 Jun 2010 21:58:57 -0000 1.3
24 +++ pspp-0.6.2.ebuild 29 Sep 2010 05:41:18 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.3 2010/06/17 21:58:57 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.4 2010/09/29 05:41:18 bicatali Exp $
30
31 EAPI=2
32 inherit eutils elisp-common autotools
33 @@ -34,6 +34,7 @@
34 src_prepare() {
35 # this patch is hacky, but should not be needed for 0.7
36 epatch "${FILESDIR}"/${PN}-0.6.0-as-needed.patch
37 + epatch "${FILESDIR}"/${PN}-0.6.2-no-test-pgsql.patch
38 eautoreconf
39 }