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.14.ebuild nicotine+-1.2.8.ebuild
Date: Wed, 07 Oct 2009 01:06:27
Message-Id: E1MvKz2-00059I-Mx@stork.gentoo.org
1 dirtyepic 09/10/07 01:06:24
2
3 Modified: ChangeLog
4 Added: nicotine+-1.2.14.ebuild
5 Removed: nicotine+-1.2.8.ebuild
6 Log:
7 Version bump, bug #287847.
8 (Portage version: 2.2_rc44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.38 net-p2p/nicotine+/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 27 Sep 2009 12:59:41 -0000 1.37
24 +++ ChangeLog 7 Oct 2009 01:06:24 -0000 1.38
25 @@ -1,6 +1,12 @@
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.37 2009/09/27 12:59:41 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.38 2009/10/07 01:06:24 dirtyepic Exp $
30 +
31 +*nicotine+-1.2.14 (07 Oct 2009)
32 +
33 + 07 Oct 2009; Ryan Hill <dirtyepic@g.o> -nicotine+-1.2.8.ebuild,
34 + +nicotine+-1.2.14.ebuild:
35 + Version bump, bug #287847.
36
37 27 Sep 2009; Markus Meier <maekke@g.o> nicotine+-1.2.12.ebuild:
38 amd64/x86 stable, bug #286606
39
40
41
42 1.1 net-p2p/nicotine+/nicotine+-1.2.14.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.14.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.14.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nicotine+-1.2.14.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.14.ebuild,v 1.1 2009/10/07 01:06:24 dirtyepic Exp $
52
53 inherit distutils 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="http://www.nicotine-plus.org/files/${P}.tar.bz2"
58 SRC_URI="http://129.125.101.92/${PN}/${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 }