Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.14.ebuild nicotine+-1.2.15.ebuild
Date: Tue, 01 Jun 2010 10:52:04
Message-Id: 20100601105201.28D0F2CE14@corvid.gentoo.org
1 arfrever 10/06/01 10:52:00
2
3 Modified: ChangeLog nicotine+-1.2.14.ebuild
4 nicotine+-1.2.15.ebuild
5 Log:
6 Set PYTHON_MODNAME. Delete call to deprecated distutils_python_version().
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.46 net-p2p/nicotine+/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 8 Mar 2010 03:29:41 -0000 1.45
23 +++ ChangeLog 1 Jun 2010 10:52:00 -0000 1.46
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-p2p/nicotine+
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.45 2010/03/08 03:29:41 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.46 2010/06/01 10:52:00 arfrever Exp $
29 +
30 + 01 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
31 + nicotine+-1.2.14.ebuild, nicotine+-1.2.15.ebuild:
32 + Set PYTHON_MODNAME. Delete call to deprecated distutils_python_version().
33
34 08 Mar 2010; Ryan Hill <dirtyepic@g.o> nicotine+-1.2.15.ebuild:
35 More python fixedness.
36
37
38
39 1.4 net-p2p/nicotine+/nicotine+-1.2.14.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.14.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.14.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.14.ebuild?r1=1.3&r2=1.4
44
45 Index: nicotine+-1.2.14.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.14.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- nicotine+-1.2.14.ebuild 21 Nov 2009 18:50:26 -0000 1.3
52 +++ nicotine+-1.2.14.ebuild 1 Jun 2010 10:52:00 -0000 1.4
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.14.ebuild,v 1.3 2009/11/21 18:50:26 nixnut Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.14.ebuild,v 1.4 2010/06/01 10:52:00 arfrever Exp $
59
60 -inherit distutils multilib toolchain-funcs
61 +inherit distutils
62
63 DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
64 HOMEPAGE="http://nicotine-plus.sourceforge.net"
65 @@ -24,9 +24,9 @@
66
67 DEPEND="${RDEPEND}"
68
69 +PYTHON_MODNAME="pynicotine"
70 +
71 src_install() {
72 - distutils_python_version
73 - distutils_src_install \
74 - --install-lib /usr/$(get_libdir)/python${PYVER}/site-packages
75 + distutils_src_install
76 dosym nicotine.py /usr/bin/nicotine
77 }
78
79
80
81 1.4 net-p2p/nicotine+/nicotine+-1.2.15.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.4&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?rev=1.4&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild?r1=1.3&r2=1.4
86
87 Index: nicotine+-1.2.15.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v
90 retrieving revision 1.3
91 retrieving revision 1.4
92 diff -u -r1.3 -r1.4
93 --- nicotine+-1.2.15.ebuild 8 Mar 2010 03:29:41 -0000 1.3
94 +++ nicotine+-1.2.15.ebuild 1 Jun 2010 10:52:00 -0000 1.4
95 @@ -1,11 +1,11 @@
96 # Copyright 1999-2010 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.3 2010/03/08 03:29:41 dirtyepic Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.4 2010/06/01 10:52:00 arfrever Exp $
100
101 EAPI="2"
102 PYTHON_DEPEND="2"
103
104 -inherit distutils python
105 +inherit distutils
106
107 DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
108 HOMEPAGE="http://nicotine-plus.sourceforge.net"
109 @@ -25,6 +25,8 @@
110
111 DEPEND="${RDEPEND}"
112
113 +PYTHON_MODNAME="pynicotine"
114 +
115 pkg_setup() {
116 python_set_active_version 2
117 }