Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/liblo: liblo-0.27.ebuild ChangeLog
Date: Sat, 01 Jun 2013 23:12:52
Message-Id: 20130601231245.A6AB12171E@flycatcher.gentoo.org
1 radhermit 13/06/01 23:12:45
2
3 Modified: liblo-0.27.ebuild ChangeLog
4 Log:
5 Skip more examples when threads are disabled and don't build examples by default (fixes bug #472036).
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.2 media-libs/liblo/liblo-0.27.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/liblo-0.27.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/liblo-0.27.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/liblo-0.27.ebuild?r1=1.1&r2=1.2
15
16 Index: liblo-0.27.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblo/liblo-0.27.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- liblo-0.27.ebuild 1 Jun 2013 08:15:44 -0000 1.1
23 +++ liblo-0.27.ebuild 1 Jun 2013 23:12:45 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblo/liblo-0.27.ebuild,v 1.1 2013/06/01 08:15:44 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblo/liblo-0.27.ebuild,v 1.2 2013/06/01 23:12:45 radhermit Exp $
29
30 EAPI=5
31 -inherit eutils
32 +inherit eutils autotools
33
34 DESCRIPTION="Lightweight OSC (Open Sound Control) implementation"
35 HOMEPAGE="http://plugin.org.uk/liblo"
36 @@ -18,6 +18,15 @@
37
38 DEPEND="doc? ( app-doc/doxygen )"
39
40 +src_prepare() {
41 + epatch "${FILESDIR}"/${P}-no-threads.patch
42 +
43 + # don't build examples by default
44 + sed -i '/^SUBDIRS =/s/examples//' Makefile.am || die
45 +
46 + eautoreconf
47 +}
48 +
49 src_configure() {
50 use doc || export ac_cv_prog_HAVE_DOXYGEN=false
51
52
53
54
55 1.26 media-libs/liblo/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/ChangeLog?rev=1.26&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/ChangeLog?rev=1.26&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblo/ChangeLog?r1=1.25&r2=1.26
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblo/ChangeLog,v
64 retrieving revision 1.25
65 retrieving revision 1.26
66 diff -u -r1.25 -r1.26
67 --- ChangeLog 1 Jun 2013 08:15:44 -0000 1.25
68 +++ ChangeLog 1 Jun 2013 23:12:45 -0000 1.26
69 @@ -1,6 +1,11 @@
70 # ChangeLog for media-libs/liblo
71 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblo/ChangeLog,v 1.25 2013/06/01 08:15:44 radhermit Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblo/ChangeLog,v 1.26 2013/06/01 23:12:45 radhermit Exp $
74 +
75 + 01 Jun 2013; Tim Harder <radhermit@g.o> liblo-0.27.ebuild,
76 + +files/liblo-0.27-no-threads.patch:
77 + Skip more examples when threads are disabled and don't build examples by
78 + default (fixes bug #472036).
79
80 *liblo-0.27 (01 Jun 2013)