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+: ChangeLog nicotine+-1.2.9-r1.ebuild
Date: Mon, 31 Mar 2008 14:24:57
Message-Id: E1JgKwQ-0006rj-UV@stork.gentoo.org
1 coldwind 08/03/31 14:24:54
2
3 Modified: ChangeLog
4 Added: nicotine+-1.2.9-r1.ebuild
5 Log:
6 Locale handling fixed, bug #197835
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.28 net-p2p/nicotine+/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 18 Nov 2007 10:59:00 -0000 1.27
23 +++ ChangeLog 31 Mar 2008 14:24:54 -0000 1.28
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-p2p/nicotine+
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.27 2007/11/18 10:59:00 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.28 2008/03/31 14:24:54 coldwind Exp $
30 +
31 +*nicotine+-1.2.9-r1 (31 Mar 2008)
32 +
33 + 31 Mar 2008; Santiago M. Mola <coldwind@g.o>
34 + +files/nicotine+-1.2.9-locale-handling.patch, +nicotine+-1.2.9-r1.ebuild:
35 + Locale handling fixed, bug #197835
36
37 18 Nov 2007; Raúl Porcel <armin76@g.o> nicotine+-1.2.9.ebuild:
38 Revert to ~arch, has open bugs
39
40
41
42 1.1 net-p2p/nicotine+/nicotine+-1.2.9-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.9-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.9-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nicotine+-1.2.9-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.9-r1.ebuild,v 1.1 2008/03/31 14:24:54 coldwind Exp $
52
53 inherit distutils eutils multilib toolchain-funcs
54
55 DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
56 HOMEPAGE="http://nicotine-plus.sourceforge.net"
57 SRC_URI="mirror://sourceforge/nicotine-plus/${P}.tar.bz2"
58 LICENSE="GPL-3 LGPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
61 IUSE="geoip spell vorbis"
62
63 RDEPEND="virtual/python
64 >=dev-python/pygtk-2
65 vorbis? ( >=dev-python/pyvorbis-1.4-r1
66 >=dev-python/pyogg-1 )
67 geoip? ( >=dev-python/geoip-python-0.2.0
68 >=dev-libs/geoip-1.2.1 )
69 spell? ( dev-python/sexy-python )
70 !net-p2p/nicotine"
71
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig
74 >=sys-apps/sed-4"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79 epatch "${FILESDIR}"/${P}-locale-handling.patch
80 }
81
82 src_compile() {
83 distutils_src_compile
84
85 cd "${S}"/trayicon/
86 sed -i -e "s:/lib/:/$(get_libdir)/:" \
87 Makefile.in || die "sed failed"
88 ./autogen.py
89 emake CC="$(tc-getCC)" || die "emake failed"
90 }
91
92 src_install() {
93 distutils_python_version
94 distutils_src_install --install-lib \
95 /usr/$(get_libdir)/python${PYVER}/site-packages
96
97 cd "${S}"/trayicon/
98 emake DESTDIR="${D}" install || die "emake install failed"
99 }
100
101
102
103 --
104 gentoo-commits@l.g.o mailing list