Gentoo Archives: gentoo-commits

From: "RaAl Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: nicotine+-1.2.8.ebuild ChangeLog
Date: Tue, 11 Sep 2007 11:20:24
Message-Id: E1IV3gG-0006g5-NQ@stork.gentoo.org
1 armin76 07/09/11 11:13:20
2
3 Modified: nicotine+-1.2.8.ebuild ChangeLog
4 Log:
5 Check for svg USE-flag on x11-libs/cairo, bug #190901
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.6 net-p2p/nicotine+/nicotine+-1.2.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?r1=1.5&r2=1.6
14
15 Index: nicotine+-1.2.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- nicotine+-1.2.8.ebuild 8 Jul 2007 20:50:41 -0000 1.5
22 +++ nicotine+-1.2.8.ebuild 11 Sep 2007 11:13:20 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v 1.5 2007/07/08 20:50:41 josejx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v 1.6 2007/09/11 11:13:20 armin76 Exp $
28
29 inherit distutils eutils multilib toolchain-funcs
30
31 @@ -24,6 +24,13 @@
32 dev-util/pkgconfig
33 >=sys-apps/sed-4"
34
35 +pkg_setup() {
36 + if ! built_with_use x11-libs/cairo svg; then
37 + eerror "x11-libs/cairo must be built with the 'svg' USE flag"
38 + die "Recompile x11-libs/cairo with enabled svg USE flag"
39 + fi
40 +}
41 +
42 src_compile() {
43 distutils_src_compile
44
45
46
47
48 1.22 net-p2p/nicotine+/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.22&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.22&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.21&r2=1.22
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
57 retrieving revision 1.21
58 retrieving revision 1.22
59 diff -u -r1.21 -r1.22
60 --- ChangeLog 8 Jul 2007 21:50:37 -0000 1.21
61 +++ ChangeLog 11 Sep 2007 11:13:20 -0000 1.22
62 @@ -1,6 +1,9 @@
63 # ChangeLog for net-p2p/nicotine+
64 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.21 2007/07/08 21:50:37 armin76 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.22 2007/09/11 11:13:20 armin76 Exp $
67 +
68 + 11 Sep 2007; Raúl Porcel <armin76@g.o> nicotine+-1.2.8.ebuild:
69 + Check for svg USE-flag on x11-libs/cairo, bug #190901
70
71 08 Jul 2007; Raúl Porcel <armin76@g.o> -nicotine+-1.2.7.1.ebuild:
72 old
73
74
75
76 --
77 gentoo-commits@g.o mailing list