net-p2p/transmission-remote-cli: remove last-rited pkg
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 16 May 2020 10:36:54 +0000 (13:36 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 16 May 2020 10:36:54 +0000 (13:36 +0300)
Closes: https://bugs.gentoo.org/show_bug.cgi?id=713518
Closes: https://bugs.gentoo.org/show_bug.cgi?id=525650

Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-p2p/transmission-remote-cli/Manifest [deleted file]
net-p2p/transmission-remote-cli/metadata.xml [deleted file]
net-p2p/transmission-remote-cli/transmission-remote-cli-1.7.1.ebuild [deleted file]

diff --git a/net-p2p/transmission-remote-cli/Manifest b/net-p2p/transmission-remote-cli/Manifest
deleted file mode 100644 (file)
index 88d79c1..0000000
+++ /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 (file)
index 5bb9a08..0000000
+++ /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 (file)
index 4a103d4..0000000
+++ /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
-}