Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@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 13:44:51
Message-Id: E1IV5w2-0007ZP-N5@stork.gentoo.org
1 coldwind 07/09/11 13:37:46
2
3 Modified: nicotine+-1.2.8.ebuild ChangeLog
4 Log:
5 Latest changes reverted. Nicotine+ doesn't use svg.
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild?r1=1.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- nicotine+-1.2.8.ebuild 11 Sep 2007 11:13:20 -0000 1.6
22 +++ nicotine+-1.2.8.ebuild 11 Sep 2007 13:37:46 -0000 1.7
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.6 2007/09/11 11:13:20 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.8.ebuild,v 1.7 2007/09/11 13:37:46 coldwind Exp $
28
29 inherit distutils eutils multilib toolchain-funcs
30
31 @@ -10,7 +10,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
35 -IUSE="vorbis geoip"
36 +IUSE="geoip vorbis"
37
38 RDEPEND="virtual/python
39 >=dev-python/pygtk-2
40 @@ -24,13 +24,6 @@
41 dev-util/pkgconfig
42 >=sys-apps/sed-4"
43
44 -pkg_setup() {
45 - if ! built_with_use x11-libs/cairo svg; then
46 - eerror "x11-libs/cairo must be built with the 'svg' USE flag"
47 - die "Recompile x11-libs/cairo with enabled svg USE flag"
48 - fi
49 -}
50 -
51 src_compile() {
52 distutils_src_compile
53
54
55
56
57 1.23 net-p2p/nicotine+/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.23&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.23&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.22&r2=1.23
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
66 retrieving revision 1.22
67 retrieving revision 1.23
68 diff -u -r1.22 -r1.23
69 --- ChangeLog 11 Sep 2007 11:13:20 -0000 1.22
70 +++ ChangeLog 11 Sep 2007 13:37:46 -0000 1.23
71 @@ -1,6 +1,10 @@
72 # ChangeLog for net-p2p/nicotine+
73 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.22 2007/09/11 11:13:20 armin76 Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.23 2007/09/11 13:37:46 coldwind Exp $
76 +
77 + 11 Sep 2007; Santiago M. Mola <coldwind@g.o>
78 + nicotine+-1.2.8.ebuild:
79 + Latest changes reverted. Nicotine+ doesn't use svg.
80
81 11 Sep 2007; Raúl Porcel <armin76@g.o> nicotine+-1.2.8.ebuild:
82 Check for svg USE-flag on x11-libs/cairo, bug #190901
83
84
85
86 --
87 gentoo-commits@g.o mailing list