diff options
author | John Helmert III <jchelmert3@posteo.net> | 2020-06-17 14:27:38 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-29 09:08:57 +0300 |
commit | e1ee7c8b1aac3a2359a41a528cfc5733a181fb89 (patch) | |
tree | 29973f479edc1a3e073ad0feb141149dd6f4e2c6 /net-p2p/tremc/tremc-0.9.1.ebuild | |
parent | net-p2p/tremc: Add version 0.9.2 (diff) | |
download | gentoo-e1ee7c8b1aac3a2359a41a528cfc5733a181fb89.tar.gz gentoo-e1ee7c8b1aac3a2359a41a528cfc5733a181fb89.tar.bz2 gentoo-e1ee7c8b1aac3a2359a41a528cfc5733a181fb89.zip |
net-p2p/tremc: Drop old
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: John Helmert III <jchelmert3@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/16303
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p/tremc/tremc-0.9.1.ebuild')
-rw-r--r-- | net-p2p/tremc/tremc-0.9.1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-p2p/tremc/tremc-0.9.1.ebuild b/net-p2p/tremc/tremc-0.9.1.ebuild deleted file mode 100644 index 8306b1e2dfac..000000000000 --- a/net-p2p/tremc/tremc-0.9.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -PYTHON_REQ_USE="ncurses" -inherit bash-completion-r1 python-single-r1 - -DESCRIPTION="Ncurses interface for the Transmission BitTorrent client" -HOMEPAGE="https://github.com/tremc/tremc" -SRC_URI="https://github.com/tremc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="geoip" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] ) - ') -" - -# This fixes a crash when starting that was committed after 0.9.1 -PATCHES=( "${FILESDIR}/${PV}-fix-startup-crash.patch" ) - -# Specify a no-op src_compile so upstream's broken Makefile doesn't get used -src_compile() { - : -} - -src_install() { - python_doscript tremc - newbashcomp completion/bash/tremc.sh tremc - insinto /usr/share/zsh/site-functions - doins completion/zsh/_tremc - doman tremc.1 - dodoc NEWS README.md -} |