commit:     8a5a36d7032ae8afde0016c9bda9d199a7be38ad
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 10:11:35 2016 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 10:26:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5a36d7

net-p2p/transmission-remote-cli: Version bump by lorem_ipsum.

Package-Manager: portage-2.2.26

 net-p2p/transmission-remote-cli/Manifest           |  1 +
 .../transmission-remote-cli-1.7.1.ebuild           | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-p2p/transmission-remote-cli/Manifest 
b/net-p2p/transmission-remote-cli/Manifest
index 5319830..121fde2 100644
--- a/net-p2p/transmission-remote-cli/Manifest
+++ b/net-p2p/transmission-remote-cli/Manifest
@@ -1,2 +1,3 @@
 DIST transmission-remote-cli-1.6.3.tar.gz 255899 SHA256 
d24dbba397ffdfb3d2d1469644dc0cb2a5324f0bbfca8de577f76445ace9a283 SHA512 
8d0b9ba7321dbcfdae358495ab819fd499845949e1ad1c03e2b3a5468d3c4b0a344a4c57de37b28b10bbf5750846c2729cbf27e9184b644139fa907d4fc4ac78
 WHIRLPOOL 
e878cc61891fd240d84f513f9ce3d2147352a70e1e8fb3d0788f8efb4e4db268679e7329bf896c841e4b49b8c5e045346538a60ac3c5b045a62836a7d05abe23
 DIST transmission-remote-cli-1.7.0.tar.gz 256311 SHA256 
d20ba26cd05bd5a5d55a5990b861bf9cd4286a54f720d22041838a51cf60db62 SHA512 
86776384ac8618ccd58d3345b1a98e55ef5f0c6911fde61f6f54d9da15b1d8a244391bda4c7713e9b312132db30d732b444bebe9a753d0298e8838f779f149be
 WHIRLPOOL 
abc5daffe784df1b68d423400c2d0e94efa3e995fb1f8f53e8c571aea794d37cf714487b5b63a7a77e767b0d4668d376f675d9bbb0009b7b317b5ab058efb0a4
+DIST transmission-remote-cli-1.7.1.tar.gz 257981 SHA256 
e9135a440d48761f00e990cd0b6eb4c378b82041c479f4624f5c1a27d99d10f8 SHA512 
b1b31c36365a0f7733912f3a2c01e6e9f20430f29b618c7e526a214632a29d2bc76702f0c31910fdc495a7eaf37bf74e7433c552fc922c440c0874422208bae9
 WHIRLPOOL 
3aac4d7986a581afcbe904589c825600b5540525dd0598bc2c7b1e92f2fc0c7d4f6e9c93cd8b14f75b1a471f9d77f53ad7e680059459d797558deddc698fb1b5

diff --git 
a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild 
b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild
new file mode 100644
index 0000000..c8e9184
--- /dev/null
+++ b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="ncurses"
+inherit bash-completion-r1 python-r1
+
+DESCRIPTION="Ncurses interface for the Transmission BitTorrent client"
+HOMEPAGE="https://github.com/fagga/transmission-remote-cli/";
+SRC_URI="https://github.com/fagga/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="geoip"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+       geoip? ( dev-python/geoip-python[$PYTHON_USEDEP] )
+"
+
+src_install() {
+       python_foreach_impl python_doscript transmission-remote-cli
+       newbashcomp completion/bash/transmission-remote-cli-bash-completion.sh \
+               transmission-remote-cli
+       insinto /usr/share/zsh/site-functions
+       doins completion/zsh/_transmission-remote-cli
+       doman transmission-remote-cli.1
+       dodoc NEWS README.md
+}

Reply via email to