Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/pidgin-festival: pidgin-festival-2.2.ebuild ChangeLog
Date: Wed, 09 Jan 2008 15:32:16
Message-Id: E1JCcub-00015p-HK@stork.gentoo.org
1 tester 08/01/09 15:32:13
2
3 Modified: pidgin-festival-2.2.ebuild ChangeLog
4 Log:
5 Add required dependencies on pkg-config, pidgin and gtk
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.5 app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild?r1=1.4&r2=1.5
14
15 Index: pidgin-festival-2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- pidgin-festival-2.2.ebuild 9 Nov 2007 22:04:52 -0000 1.4
22 +++ pidgin-festival-2.2.ebuild 9 Jan 2008 15:32:12 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild,v 1.4 2007/11/09 22:04:52 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild,v 1.5 2008/01/09 15:32:12 tester Exp $
29
30 DESCRIPTION="A plugin for pidgin which enables text-to-speech output of conversations using festival."
31 HOMEPAGE="http://pidgin.festival.sourceforge.net"
32 @@ -14,7 +14,18 @@
33 IUSE=""
34
35 RDEPEND="app-accessibility/festival
36 - net-im/pidgin"
37 + net-im/pidgin
38 + >=x11-libs/gtk+-2"
39 +
40 +DEPEND="${RDEPEND}
41 + dev-util/pkgconfig"
42 +
43 +pkg_setup() {
44 + if ! built_with_use net-im/pidgin gtk; then
45 + eerror "You need to compile net-im/pidgin with USE=gtk"
46 + die "Missing gtk USE flag on net-im/pidgin"
47 + fi
48 +}
49
50 src_install() {
51 make DESTDIR="${D}" install || die
52
53
54
55 1.5 app-accessibility/pidgin-festival/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog?r1=1.4&r2=1.5
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- ChangeLog 9 Nov 2007 22:04:52 -0000 1.4
68 +++ ChangeLog 9 Jan 2008 15:32:12 -0000 1.5
69 @@ -1,6 +1,10 @@
70 # ChangeLog for app-accessibility/pidgin-festival
71 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.4 2007/11/09 22:04:52 nixnut Exp $
73 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/ChangeLog,v 1.5 2008/01/09 15:32:12 tester Exp $
75 +
76 + 09 Jan 2008; Olivier CrĂȘte <tester@g.o>
77 + pidgin-festival-2.2.ebuild:
78 + Add required dependencies on pkg-config, pidgin and gtk
79
80 09 Nov 2007; nixnut <nixnut@g.o> pidgin-festival-2.2.ebuild:
81 Added ~ppc wrt bug 197103
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list