summaryrefslogtreecommitdiff
path: root/net-p2p/transmission-remote-cli
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /net-p2p/transmission-remote-cli
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'net-p2p/transmission-remote-cli')
-rw-r--r--net-p2p/transmission-remote-cli/Manifest3
-rw-r--r--net-p2p/transmission-remote-cli/metadata.xml8
-rw-r--r--net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild33
3 files changed, 0 insertions, 44 deletions
diff --git a/net-p2p/transmission-remote-cli/Manifest b/net-p2p/transmission-remote-cli/Manifest
deleted file mode 100644
index bbf904061fd4..000000000000
--- a/net-p2p/transmission-remote-cli/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST transmission-remote-cli-1.7.1.tar.gz 257981 BLAKE2B 32b9f56954d6e7f01fe90c2183bfef153edf8f441d555767f3be9d0185fb0dd5335cf1d4a5b3b7fa64f9b3fa94aca297a85503c69f0ec516e703ba5b2eb858c5 SHA512 b1b31c36365a0f7733912f3a2c01e6e9f20430f29b618c7e526a214632a29d2bc76702f0c31910fdc495a7eaf37bf74e7433c552fc922c440c0874422208bae9
-EBUILD transmission-remote-cli-1.7.1.ebuild 918 BLAKE2B e93c708ceb41525399915a4effd017a27c09b6d2f771221aa89bb15d60c0f0482f5457f61f1f8091b3b44fd8cd2df6cd5140e599ba949f5a54ff6dd479e3f963 SHA512 ef39e5cdb32b2ef71d78e1f7fd624e761e7a492f3eec3b8f6ca8f7dd93d18b7c53dd78e983d5e0e9efa51ceaa8448403897b0ca8b46016c5fe9059f389a6ee4a
-MISC metadata.xml 261 BLAKE2B 1be7518f62d68513274e4355d07d46b32793df07fbb274c45376cf2dc0c70da583c9fc3ef437b1b6ed92ee816a0175f75f154ecc882b6d93febbf8925e843ecc SHA512 80bc319961c3e26c59b813d73d605c922a1d394680966c937bb7c4e3308ccbbdc1a1ff150bbe12394d4c32c94c0eddd0c8a7a6ad9b50d2aa02fc9952b1be4a83
diff --git a/net-p2p/transmission-remote-cli/metadata.xml b/net-p2p/transmission-remote-cli/metadata.xml
deleted file mode 100644
index 5bb9a0865024..000000000000
--- a/net-p2p/transmission-remote-cli/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">fagga/transmission-remote-cli</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 4a103d47b94b..000000000000
--- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-}