Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/nicotine+: ChangeLog nicotine+-1.2.12.ebuild nicotine+-1.2.10_pre705.ebuild
Date: Wed, 01 Jul 2009 19:52:16
Message-Id: E1MM5qo-0005oH-0J@stork.gentoo.org
1 dirtyepic 09/07/01 19:52:14
2
3 Modified: ChangeLog
4 Added: nicotine+-1.2.12.ebuild
5 Removed: nicotine+-1.2.10_pre705.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.32 net-p2p/nicotine+/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 21 Feb 2009 16:39:28 -0000 1.31
24 +++ ChangeLog 1 Jul 2009 19:52:13 -0000 1.32
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-p2p/nicotine+
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.31 2009/02/21 16:39:28 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.32 2009/07/01 19:52:13 dirtyepic Exp $
30 +
31 +*nicotine+-1.2.12 (01 Jul 2009)
32 +
33 + 01 Jul 2009; Ryan Hill <dirtyepic@g.o>
34 + -files/nicotine+-1.2.9-locale-handling.patch,
35 + -nicotine+-1.2.10_pre705.ebuild, +nicotine+-1.2.12.ebuild:
36 + Version bump.
37
38 *nicotine+-1.2.10 (21 Feb 2009)
39
40
41
42
43 1.1 net-p2p/nicotine+/nicotine+-1.2.12.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.12.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.12.ebuild?rev=1.1&content-type=text/plain
47
48 Index: nicotine+-1.2.12.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.12.ebuild,v 1.1 2009/07/01 19:52:13 dirtyepic Exp $
53
54 inherit distutils multilib toolchain-funcs
55
56 DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
57 HOMEPAGE="http://nicotine-plus.sourceforge.net"
58 SRC_URI="http://www.nicotine-plus.org/files/${P}.tar.bz2"
59
60 LICENSE="GPL-3 LGPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
63 IUSE="geoip spell"
64
65 RDEPEND="virtual/python
66 >=dev-python/pygtk-2.10
67 media-libs/mutagen
68 geoip? ( >=dev-python/geoip-python-0.2.0
69 >=dev-libs/geoip-1.2.1 )
70 spell? ( dev-python/sexy-python )
71 !net-p2p/nicotine"
72
73 DEPEND="${RDEPEND}"
74
75 src_install() {
76 distutils_python_version
77 distutils_src_install \
78 --install-lib /usr/$(get_libdir)/python${PYVER}/site-packages
79 dosym nicotine.py /usr/bin/nicotine
80 }