Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/tinysvm: ChangeLog tinysvm-0.09-r2.ebuild
Date: Wed, 17 Feb 2010 21:30:11
Message-Id: E1NhrTD-00083P-2k@stork.gentoo.org
1 jlec 10/02/17 21:30:07
2
3 Modified: ChangeLog tinysvm-0.09-r2.ebuild
4 Log:
5 import prefix changes from the overlay
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 sci-misc/tinysvm/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/tinysvm/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/tinysvm/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/tinysvm/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 3 Nov 2008 01:20:20 -0000 1.6
22 +++ ChangeLog 17 Feb 2010 21:30:06 -0000 1.7
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-misc/tinysvm
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/ChangeLog,v 1.6 2008/11/03 01:20:20 matsuu Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/ChangeLog,v 1.7 2010/02/17 21:30:06 jlec Exp $
29 +
30 + 17 Feb 2010; Justin Lecher (jlec) <jlec@g.o>
31 + tinysvm-0.09-r2.ebuild, +files/tinysvm-0.09-darwin.patch:
32 + import prefix changes from the overlay
33
34 *tinysvm-0.09-r2 (03 Nov 2008)
35
36
37
38
39 1.2 sci-misc/tinysvm/tinysvm-0.09-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/tinysvm/tinysvm-0.09-r2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/tinysvm/tinysvm-0.09-r2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/tinysvm/tinysvm-0.09-r2.ebuild?r1=1.1&r2=1.2
44
45 Index: tinysvm-0.09-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/tinysvm-0.09-r2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- tinysvm-0.09-r2.ebuild 3 Nov 2008 01:20:20 -0000 1.1
52 +++ tinysvm-0.09-r2.ebuild 17 Feb 2010 21:30:06 -0000 1.2
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/tinysvm-0.09-r2.ebuild,v 1.1 2008/11/03 01:20:20 matsuu Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/tinysvm/tinysvm-0.09-r2.ebuild,v 1.2 2010/02/17 21:30:06 jlec Exp $
59
60 -inherit eutils perl-module toolchain-funcs
61 +inherit eutils perl-module toolchain-funcs autotools
62
63 MY_P="TinySVM-${PV}"
64 DESCRIPTION="TinySVM is an implementation of Support Vector Machines (SVMs) for
65 @@ -12,7 +12,7 @@
66
67 LICENSE="LGPL-2.1"
68 SLOT="0"
69 -KEYWORDS="~amd64 ~x86"
70 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
71 #IUSE="java perl python ruby"
72 IUSE="perl"
73
74 @@ -23,6 +23,9 @@
75 cd "${S}"
76 epatch "${FILESDIR}/${PF}-pm.patch"
77 ln -s . src/TinySVM
78 +
79 + epatch ${FILESDIR}/${P}-darwin.patch
80 + eautoreconf # need new libtool on Darwin
81 }
82
83 src_compile() {