summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-remote-cli/Manifest1
-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, 42 deletions
diff --git a/net-p2p/transmission-remote-cli/Manifest b/net-p2p/transmission-remote-cli/Manifest
deleted file mode 100644
index 88d79c1c6fde..000000000000
--- a/net-p2p/transmission-remote-cli/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST transmission-remote-cli-1.7.1.tar.gz 257981 BLAKE2B 32b9f56954d6e7f01fe90c2183bfef153edf8f441d555767f3be9d0185fb0dd5335cf1d4a5b3b7fa64f9b3fa94aca297a85503c69f0ec516e703ba5b2eb858c5 SHA512 b1b31c36365a0f7733912f3a2c01e6e9f20430f29b618c7e526a214632a29d2bc76702f0c31910fdc495a7eaf37bf74e7433c552fc922c440c0874422208bae9
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
-}