From: Mikle Kolyada Date: Mon, 27 Apr 2020 08:04:35 +0000 (+0300) Subject: net-irc/redirbot: remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e88bdf03de1c16501453aadbd3394d78465147f4;p=gentoo.git net-irc/redirbot: remove last-rited pkg Closes: https://bugs.gentoo.org/714632 Signed-off-by: Mikle Kolyada --- diff --git a/net-irc/redirbot/Manifest b/net-irc/redirbot/Manifest deleted file mode 100644 index 8b720bc4ce1f..000000000000 --- a/net-irc/redirbot/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST redirbot-0.0.5.tar.gz 4549 BLAKE2B 6ff099fd2126bebaf48799a37475320faf627efaea4363476b783747c41dc13c28893cf035888c83260466b85b71a07f1d6d3ba5b80bd04f11fc309e8719c182 SHA512 7cbd7e8dc792527f26f20ec9953ddafd5fef8dbca457a00198c8bb3e34b660be7e0fadf25d755375e5a40acf64bf4191bf6725a077616a8bdbe120200ec198c7 diff --git a/net-irc/redirbot/metadata.xml b/net-irc/redirbot/metadata.xml deleted file mode 100644 index fa34a2abadd7..000000000000 --- a/net-irc/redirbot/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - redirbot - yaccz/redirbot - - diff --git a/net-irc/redirbot/redirbot-0.0.5-r1.ebuild b/net-irc/redirbot/redirbot-0.0.5-r1.ebuild deleted file mode 100644 index f65c44bb6c62..000000000000 --- a/net-irc/redirbot/redirbot-0.0.5-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -DOCS=( ChangeLog README.rst ) - -inherit distutils-r1 - -DESCRIPTION="IRCBot, telling people they should contact you on different nickname" -HOMEPAGE="https://github.com/yaccz/redirbot" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}"