summaryrefslogtreecommitdiff
path: root/net-irc/redirbot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
commitdeba8115d2c2af26df42966b91ef04ff4dd79cde (patch)
tree9a48f42594e1a9e6b2020d5535a784314434d7a7 /net-irc/redirbot
parent38423c67c8a23f6a1bc42038193182e2da3116eb (diff)
gentoo resync : 14.05.2020
Diffstat (limited to 'net-irc/redirbot')
-rw-r--r--net-irc/redirbot/Manifest3
-rw-r--r--net-irc/redirbot/metadata.xml9
-rw-r--r--net-irc/redirbot/redirbot-0.0.5-r1.ebuild23
3 files changed, 0 insertions, 35 deletions
diff --git a/net-irc/redirbot/Manifest b/net-irc/redirbot/Manifest
deleted file mode 100644
index 00be89c6b015..000000000000
--- a/net-irc/redirbot/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST redirbot-0.0.5.tar.gz 4549 BLAKE2B 6ff099fd2126bebaf48799a37475320faf627efaea4363476b783747c41dc13c28893cf035888c83260466b85b71a07f1d6d3ba5b80bd04f11fc309e8719c182 SHA512 7cbd7e8dc792527f26f20ec9953ddafd5fef8dbca457a00198c8bb3e34b660be7e0fadf25d755375e5a40acf64bf4191bf6725a077616a8bdbe120200ec198c7
-EBUILD redirbot-0.0.5-r1.ebuild 548 BLAKE2B 6add5e9aa4386e54f4647f7ad05cb96da0cbf3f6b7b72b582bc0d4e4cf7a2dd6afaf13d99bb7880c6145c35c030c1f144430e14129fefbe421a4df26f3202ca2 SHA512 49af367b7ef1c4c904b55043dfe693bf08481060ef0cb4c2f380c8b2ad5b9bd8ecddc2e595861099b7e7ad4022bb9c3235412d0d64e6fda2da7f7739c18a2314
-MISC metadata.xml 299 BLAKE2B c8606fcc742a743d235cdf6ebd2af8f45ca4dc25cdbe31f5d00f82655fe88651693a01356e2e847e643fbc0cadf2e7ae7de637cd1b83696677e9d497a48a6b04 SHA512 83d9c0efb67343154d8dcae73314507a11ed50d896c8c25e518b3ad1d445733bc46b6ae673794409eb604d25559fc43642bc482c417cb382c85753d8a68173b4
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">redirbot</remote-id>
- <remote-id type="github">yaccz/redirbot</remote-id>
- </upstream>
-</pkgmetadata>
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}"