Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/gspeakers: ChangeLog gspeakers-0.11-r1.ebuild
Date: Tue, 01 Jun 2010 05:04:08
Message-Id: 20100601050401.E3F622CE14@corvid.gentoo.org
1 tomjbe 10/06/01 05:04:01
2
3 Modified: ChangeLog
4 Added: gspeakers-0.11-r1.ebuild
5 Log:
6 Fix for bug #298530. Thanks for patch to Chr. Levebvre
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 sci-electronics/gspeakers/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspeakers/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspeakers/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspeakers/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gspeakers/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 1 Aug 2009 21:21:38 -0000 1.9
23 +++ ChangeLog 1 Jun 2010 05:04:01 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-electronics/gspeakers
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspeakers/ChangeLog,v 1.9 2009/08/01 21:21:38 cryos Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspeakers/ChangeLog,v 1.10 2010/06/01 05:04:01 tomjbe Exp $
30 +
31 +*gspeakers-0.11-r1 (01 Jun 2010)
32 +
33 + 01 Jun 2010; Thomas Beierlein <tomjbe@g.o>
34 + +gspeakers-0.11-r1.ebuild:
35 + Fix for bug #298530. Thanks for patch to Chr. Levebvre
36
37 01 Aug 2009; Marcus D. Hanwell <cryos@g.o> gspeakers-0.11.ebuild:
38 Applied patch from Rafael G. Martins <rafael@×××××××××××××.com>, closes
39
40
41
42 1.1 sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gspeakers-0.11-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspeakers/gspeakers-0.11-r1.ebuild,v 1.1 2010/06/01 05:04:01 tomjbe Exp $
52
53 EAPI="1"
54
55 inherit eutils gnome2 autotools
56
57 DESCRIPTION="GTK based loudspeaker enclosure and crossovernetwork designer"
58 HOMEPAGE="http://gspeakers.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 RDEPEND="dev-cpp/gtkmm:2.4
67 dev-libs/libxml2"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70 RDEPEND="${RDEPEND}
71 || ( sci-electronics/gnucap
72 sci-electronics/ng-spice-rework
73 sci-electronics/spice )"
74
75 DOCS="AUTHORS ChangeLog NEWS README* TODO"
76
77 src_unpack() {
78 gnome2_src_unpack
79 epatch "${FILESDIR}"/${P}-gcc43.patch
80 eautoreconf
81 }