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.13.ebuild
Date: Sun, 27 Sep 2009 05:32:03
Message-Id: E1MrmMa-0006UI-Cx@stork.gentoo.org
1 dirtyepic 09/09/27 05:32:00
2
3 Modified: ChangeLog
4 Added: nicotine+-1.2.13.ebuild
5 Log:
6 Version bump.
7 - This version contains a backwards-incompatible change in the way the
8 download queue is stored. If you downgrade to an earlier version you
9 will lose access to any queued downloads.
10 (Portage version: 2.2_rc42/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.36 net-p2p/nicotine+/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.36&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?rev=1.36&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/ChangeLog?r1=1.35&r2=1.36
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v
22 retrieving revision 1.35
23 retrieving revision 1.36
24 diff -u -r1.35 -r1.36
25 --- ChangeLog 19 Jul 2009 16:02:17 -0000 1.35
26 +++ ChangeLog 27 Sep 2009 05:31:59 -0000 1.36
27 @@ -1,6 +1,14 @@
28 # ChangeLog for net-p2p/nicotine+
29 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.35 2009/07/19 16:02:17 darkside Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.36 2009/09/27 05:31:59 dirtyepic Exp $
32 +
33 +*nicotine+-1.2.13 (27 Sep 2009)
34 +
35 + 27 Sep 2009; Ryan Hill <dirtyepic@g.o> +nicotine+-1.2.13.ebuild:
36 + Version bump.
37 + - This version contains a backwards-incompatible change in the way the
38 + download queue is stored. If you downgrade to an earlier version you
39 + will lose access to any queued downloads.
40
41 19 Jul 2009; Jeremy Olexa <darkside@g.o> nicotine+-1.2.10.ebuild:
42 amd64 stable, bug 276113
43
44
45
46 1.1 net-p2p/nicotine+/nicotine+-1.2.13.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.13.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.13.ebuild?rev=1.1&content-type=text/plain
50
51 Index: nicotine+-1.2.13.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.13.ebuild,v 1.1 2009/09/27 05:31:59 dirtyepic Exp $
56
57 inherit distutils multilib toolchain-funcs
58
59 DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
60 HOMEPAGE="http://nicotine-plus.sourceforge.net"
61 #SRC_URI="http://www.nicotine-plus.org/files/${P}.tar.bz2"
62 SRC_URI="mirror://gentoo/${P}.tar.bz2"
63
64 LICENSE="GPL-3 LGPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
67 IUSE="geoip spell"
68
69 RDEPEND="virtual/python
70 >=dev-python/pygtk-2.10
71 media-libs/mutagen
72 geoip? ( >=dev-python/geoip-python-0.2.0
73 >=dev-libs/geoip-1.2.1 )
74 spell? ( dev-python/sexy-python )
75 !net-p2p/nicotine"
76
77 DEPEND="${RDEPEND}"
78
79 src_install() {
80 distutils_python_version
81 distutils_src_install \
82 --install-lib /usr/$(get_libdir)/python${PYVER}/site-packages
83 dosym nicotine.py /usr/bin/nicotine
84 }