Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/transmission-remote-cli: transmission-remote-cli-1.6.0.ebuild ChangeLog
Date: Tue, 02 Jul 2013 10:07:01
Message-Id: 20130702100654.7A5112171C@flycatcher.gentoo.org
1 xmw 13/07/02 10:06:54
2
3 Modified: ChangeLog
4 Added: transmission-remote-cli-1.6.0.ebuild
5 Log:
6 Version bump by lorem_ipsum
7
8 (Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.5 net-p2p/transmission-remote-cli/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 29 May 2013 06:44:13 -0000 1.4
24 +++ ChangeLog 2 Jul 2013 10:06:54 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/transmission-remote-cli
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog,v 1.4 2013/05/29 06:44:13 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/ChangeLog,v 1.5 2013/07/02 10:06:54 xmw Exp $
30 +
31 +*transmission-remote-cli-1.6.0 (02 Jul 2013)
32 +
33 + 02 Jul 2013; Michael Weber <xmw@g.o>
34 + +transmission-remote-cli-1.6.0.ebuild:
35 + Version bump by lorem_ipsum
36
37 29 May 2013; Michael Weber <xmw@g.o>
38 -transmission-remote-cli-1.4.7.ebuild,
39
40
41
42 1.1 net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: transmission-remote-cli-1.6.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.6.0.ebuild,v 1.1 2013/07/02 10:06:54 xmw Exp $
52
53 EAPI=5
54
55 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
56 PYTHON_REQ_USE="ncurses"
57 inherit bash-completion-r1 python-r1
58
59 DESCRIPTION="Ncurses interface for the Transmission BitTorrent client"
60 HOMEPAGE="https://github.com/fagga/transmission-remote-cli/"
61 SRC_URI="https://github.com/fagga/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="geoip rdns"
67
68 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
69
70 RDEPEND="${PYTHON_DEPS}
71 $(python_gen_cond_dep dev-python/simplejson[$(python_gen_usedep python2_5)] python2_5)
72 geoip? ( dev-python/geoip-python )
73 rdns? ( dev-python/adns-python[$PYTHON_USEDEP] )"
74
75 src_install() {
76 python_foreach_impl python_doscript transmission-remote-cli
77 newbashcomp transmission-remote-cli-bash-completion.sh \
78 transmission-remote-cli
79 doman transmission-remote-cli.1
80 dodoc NEWS README.md
81 }