Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.17-r1.ebuild
Date: Fri, 15 Feb 2008 12:16:56
Message-Id: E1JPzUr-0006pk-Lw@stork.gentoo.org
1 drac 08/02/15 12:16:53
2
3 Modified: ChangeLog libsndfile-1.0.17-r1.ebuild
4 Log:
5 If built with USE -sqlite don't install sndfile-regtest command wrt #210216 by Matthias B.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.80 media-libs/libsndfile/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.80&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.80&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.79&r2=1.80
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v
18 retrieving revision 1.79
19 retrieving revision 1.80
20 diff -u -r1.79 -r1.80
21 --- ChangeLog 29 Sep 2007 09:22:25 -0000 1.79
22 +++ ChangeLog 15 Feb 2008 12:16:53 -0000 1.80
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-libs/libsndfile
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.79 2007/09/29 09:22:25 armin76 Exp $
27 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.80 2008/02/15 12:16:53 drac Exp $
29 +
30 + 15 Feb 2008; Samuli Suominen <drac@g.o>
31 + libsndfile-1.0.17-r1.ebuild:
32 + If built with USE -sqlite don't install sndfile-regtest command wrt #210216
33 + by Matthias B.
34
35 29 Sep 2007; Raúl Porcel <armin76@g.o>
36 libsndfile-1.0.17-r1.ebuild:
37
38
39
40 1.10 media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild?r1=1.9&r2=1.10
45
46 Index: libsndfile-1.0.17-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- libsndfile-1.0.17-r1.ebuild 11 Dec 2007 23:46:54 -0000 1.9
53 +++ libsndfile-1.0.17-r1.ebuild 15 Feb 2008 12:16:53 -0000 1.10
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild,v 1.9 2007/12/11 23:46:54 vapier Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild,v 1.10 2008/02/15 12:16:53 drac Exp $
60
61 WANT_AUTOCONF=2.5
62 WANT_AUTOMAKE=1.9
63 @@ -49,4 +49,7 @@
64 src_install() {
65 emake -j1 DESTDIR="${D}" htmldocdir="/usr/share/doc/${PF}/html" install || die "emake install failed."
66 dodoc AUTHORS ChangeLog NEWS README TODO
67 + # Only prints following message: "This program was not compiled
68 + # with libsqlite3 and hence doesn't work." wrt bug #210161.
69 + use sqlite || rm -f "${D}"/usr/bin/sndfile-regtest
70 }
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list