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.10_pre705.ebuild
Date: Sat, 28 Jun 2008 22:32:06
Message-Id: E1KCixc-0000Yn-5b@stork.gentoo.org
1 coldwind 08/06/28 22:32:00
2
3 Modified: ChangeLog
4 Added: nicotine+-1.2.10_pre705.ebuild
5 Log:
6 Bump to subversion snapshot, r705.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r3 x86_64)
8
9 Revision Changes Path
10 1.29 net-p2p/nicotine+/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 31 Mar 2008 14:24:54 -0000 1.28
23 +++ ChangeLog 28 Jun 2008 22:31:59 -0000 1.29
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-p2p/nicotine+
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.28 2008/03/31 14:24:54 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.29 2008/06/28 22:31:59 coldwind Exp $
29 +
30 +*nicotine+-1.2.10_pre705 (28 Jun 2008)
31 +
32 + 28 Jun 2008; Santiago M. Mola <coldwind@g.o>
33 + +nicotine+-1.2.10_pre705.ebuild:
34 + Bump to subversion snapshot, r705.
35
36 *nicotine+-1.2.9-r1 (31 Mar 2008)
37
38
39
40
41 1.1 net-p2p/nicotine+/nicotine+-1.2.10_pre705.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.10_pre705.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.10_pre705.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nicotine+-1.2.10_pre705.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.10_pre705.ebuild,v 1.1 2008/06/28 22:31:59 coldwind Exp $
51
52 inherit distutils multilib toolchain-funcs
53
54 DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
55 HOMEPAGE="http://nicotine-plus.sourceforge.net"
56 SRC_URI="mirror://gentoo/${P}.tar.bz2"
57
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
74 src_compile() {
75 distutils_src_compile
76
77 cd "${S}"/trayicon/
78 sed -i -e "s:/lib/:/$(get_libdir)/:" \
79 Makefile.in || die "sed failed"
80 ./autogen.py
81 emake CC="$(tc-getCC)" || die "emake failed"
82 }
83
84 src_install() {
85 distutils_python_version
86 distutils_src_install --install-lib \
87 /usr/$(get_libdir)/python${PYVER}/site-packages
88
89 cd "${S}"/trayicon/
90 emake DESTDIR="${D}" install || die "emake install failed"
91 }
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list