From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-p2p/transmission-remote-cli/Manifest | 5 ++++ net-p2p/transmission-remote-cli/metadata.xml | 19 +++++++++++++ .../transmission-remote-cli-1.7.1.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 net-p2p/transmission-remote-cli/Manifest create mode 100644 net-p2p/transmission-remote-cli/metadata.xml create mode 100644 net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild (limited to 'net-p2p/transmission-remote-cli') diff --git a/net-p2p/transmission-remote-cli/Manifest b/net-p2p/transmission-remote-cli/Manifest new file mode 100644 index 000000000000..d97ac8af82ef --- /dev/null +++ b/net-p2p/transmission-remote-cli/Manifest @@ -0,0 +1,5 @@ +DIST transmission-remote-cli-1.7.1.tar.gz 257981 SHA256 e9135a440d48761f00e990cd0b6eb4c378b82041c479f4624f5c1a27d99d10f8 SHA512 b1b31c36365a0f7733912f3a2c01e6e9f20430f29b618c7e526a214632a29d2bc76702f0c31910fdc495a7eaf37bf74e7433c552fc922c440c0874422208bae9 WHIRLPOOL 3aac4d7986a581afcbe904589c825600b5540525dd0598bc2c7b1e92f2fc0c7d4f6e9c93cd8b14f75b1a471f9d77f53ad7e680059459d797558deddc698fb1b5 +EBUILD transmission-remote-cli-1.7.1.ebuild 918 SHA256 189eaeef5d3f6a4f80c0aa3851b73e6b4b6c32031083149eb158a0c2ab46e366 SHA512 ef39e5cdb32b2ef71d78e1f7fd624e761e7a492f3eec3b8f6ca8f7dd93d18b7c53dd78e983d5e0e9efa51ceaa8448403897b0ca8b46016c5fe9059f389a6ee4a WHIRLPOOL 86a95e3af876f3791844e2c1a0eae8b5d28675260c23e185bc87c010284137733d76ebeb8dcf684d05676ed5b077cb4345012bd2c90aa527feeafcb97c70a2e5 +MISC ChangeLog 2895 SHA256 994ece6ff46eb52ba2ba7eeb36ed6a9c3f6c087470d7ca8645ee8a335e0cc26f SHA512 57986a01360d32b662439271c4a5f75387f6e1f823c6f8c78b6c135de0ecda7fe775e72230325b3b636a8d5a11744b860d36718bd2c75919d8ce87199d01178c WHIRLPOOL 25f32f91106d852f094f00f460892219d6d3baec5ce36b1ff030df4286d0b7860763c54dcb032c832a4e9dd1bd8a4ad9a81676881a5decd4877dcd4d7e81250f +MISC ChangeLog-2015 3102 SHA256 d31be7d506fe09190b8db1d6dab50f9d17c39a343ae222d379560d9227a60d1a SHA512 706fd2facb0603720dcd13de7c2bfa530eebb9044dbd50fe3b781412c389b7927814e65b70465c5496787f53b14905785fdc8f9120e8c314fa57dd5d893322fd WHIRLPOOL 79453674bf66574b6dceb0af6a59360409b0542863b7b8da1d4a8b05e8730ec856183450f318c5b8f220b56826aa6a796c4ef9a9276c199b0d340fe14ab48434 +MISC metadata.xml 582 SHA256 9df925ec22e0ad683f39ae25ed187856820685b56df7dcccdc0a32499ebc08d5 SHA512 bf3a669b7bece94babc4ea5dc7610ec18a6811a8c6fff72b135151568681176583224c9c249207791e08bec934b85ce39f81c09c575dd443b34277a6ba5a575e WHIRLPOOL 20dcecc8f395abf57b82faf823ff0a4916fe16d484d77dbdcac4b8f8992a9caf5cb51d7a391ebfd6fed9b7c6340ea456b4f0e3bdae1ce9ef94dfdff480c24982 diff --git a/net-p2p/transmission-remote-cli/metadata.xml b/net-p2p/transmission-remote-cli/metadata.xml new file mode 100644 index 000000000000..f9835acf5ca8 --- /dev/null +++ b/net-p2p/transmission-remote-cli/metadata.xml @@ -0,0 +1,19 @@ + + + + + hendrik@consetetur.de + Hendrik v. Raven (lorem_ipsum) + + + xmw@gentoo.org + Michael Weber + + + proxy-maint@gentoo.org + Proxy Maintainers + + + fagga/transmission-remote-cli + + 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 000000000000..4a103d47b94b --- /dev/null +++ b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 +} -- cgit v1.2.3