Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libofa: libofa-0.9.3.ebuild ChangeLog
Date: Wed, 06 Feb 2008 19:44:23
Message-Id: E1JMqBw-00028M-0a@stork.gentoo.org
1 coldwind 08/02/06 19:44:20
2
3 Modified: libofa-0.9.3.ebuild ChangeLog
4 Log:
5 HOMEPAGE and SRC_URI updated, quoting fixed.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.14 media-libs/libofa/libofa-0.9.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild?r1=1.13&r2=1.14
14
15 Index: libofa-0.9.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- libofa-0.9.3.ebuild 11 Sep 2007 19:59:00 -0000 1.13
22 +++ libofa-0.9.3.ebuild 6 Feb 2008 19:44:19 -0000 1.14
23 @@ -1,12 +1,12 @@
24 -# Copyright 2006-2007 Gentoo Foundation
25 +# Copyright 2006-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.13 2007/09/11 19:59:00 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.14 2008/02/06 19:44:19 coldwind Exp $
29
30 inherit eutils
31
32 DESCRIPTION="Open Fingerprint Architecture"
33 -HOMEPAGE="http://www.musicdns.org/"
34 -SRC_URI="http://www.musicdns.org/themes/musicdns_org/downloads/${P}.tar.gz"
35 +HOMEPAGE="http://code.google.com/p/musicip-libofa/"
36 +SRC_URI="http://musicip-libofa.googlecode.com/files/${P}.tar.gz"
37
38 LICENSE="|| ( APL-1.0 GPL-2 )"
39 SLOT="0"
40 @@ -26,8 +26,8 @@
41
42 src_unpack() {
43 unpack ${A}
44 - cd ${S}
45 - epatch ${FILESDIR}/libofa-0.9.3-gcc-4.patch
46 + cd "${S}"
47 + epatch "${FILESDIR}"/libofa-0.9.3-gcc-4.patch
48 }
49
50 src_compile() {
51
52
53
54 1.14 media-libs/libofa/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/ChangeLog?rev=1.14&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/ChangeLog?rev=1.14&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libofa/ChangeLog?r1=1.13&r2=1.14
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v
63 retrieving revision 1.13
64 retrieving revision 1.14
65 diff -u -r1.13 -r1.14
66 --- ChangeLog 11 Sep 2007 19:59:00 -0000 1.13
67 +++ ChangeLog 6 Feb 2008 19:44:19 -0000 1.14
68 @@ -1,6 +1,9 @@
69 # ChangeLog for media-libs/libofa
70 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.13 2007/09/11 19:59:00 drac Exp $
72 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.14 2008/02/06 19:44:19 coldwind Exp $
74 +
75 + 06 Feb 2008; Santiago M. Mola <coldwind@g.o> libofa-0.9.3.ebuild:
76 + HOMEPAGE and SRC_URI updated, quoting fixed.
77
78 11 Sep 2007; Samuli Suominen <drac@g.o> libofa-0.9.3.ebuild:
79 Fix fftw depends to version 3, fails at configure stage with 2.
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list