commit:     ad9ba5e7332d2b5bf610a0e5a4b806deac5e7a75
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 11:34:35 2020 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 11:34:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9ba5e7

net-im/err: drop old version

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 net-im/err/Manifest            |  1 -
 net-im/err/err-5.2.0-r1.ebuild | 87 ------------------------------------------
 2 files changed, 88 deletions(-)

diff --git a/net-im/err/Manifest b/net-im/err/Manifest
index fa2c1a0b636..3b52fdf76ff 100644
--- a/net-im/err/Manifest
+++ b/net-im/err/Manifest
@@ -1,2 +1 @@
-DIST errbot-5.2.0.tar.gz 189305 BLAKE2B 
96e275ee2a70fcab217f4a91c855192d8536cc177e0cafe08c8f55e17a09c06913c07e50473f87ea29e4537cd6389907615eba86d44756962ed59a87498be398
 SHA512 
d879e9da6647d697ead0a5f72fe83cf33614201863a9a62bc62c90d7ac0478e1e0902438c6f053d2ea56c940d68b136bbfa497175fb11647913bd7f139220aec
 DIST errbot-6.1.4.tar.gz 207370 BLAKE2B 
187e87cc36393f85c1405a29d332d703cdd2ac9d9c6b50178ff7382bc5feb620b69a77dc21ce8144fc24045f11067865c7273118fc25ec1ad9afb93d6ccc635e
 SHA512 
60cc8f070e2420e4ef5f0124eb6d03b3cf01c44e148ebb8b92f5b504eb6968c754fd82771da9528daab62c9e9f4d6ef97ab1063f1093163208521b26e36b2f2d

diff --git a/net-im/err/err-5.2.0-r1.ebuild b/net-im/err/err-5.2.0-r1.ebuild
deleted file mode 100644
index 282cefd5b96..00000000000
--- a/net-im/err/err-5.2.0-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-MY_PN="errbot"
-MY_P="${MY_PN}-${PV}"
-
-inherit distutils-r1 user
-
-DESCRIPTION="Multiprotocol chatbot designed to be easily deployable and 
maintainable"
-HOMEPAGE="http://errbot.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="irc +xmpp"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-       dev-python/ansi[${PYTHON_USEDEP}]
-       dev-python/bottle[${PYTHON_USEDEP}]
-       dev-python/colorlog[${PYTHON_USEDEP}]
-       dev-python/cryptography[${PYTHON_USEDEP}]
-       dev-python/daemonize[${PYTHON_USEDEP}]
-       dev-python/dnspython[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/markdown[${PYTHON_USEDEP}]
-       dev-python/pygments[${PYTHON_USEDEP}]
-       dev-python/pyopenssl[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/webtest[${PYTHON_USEDEP}]
-       dev-python/yapsy[${PYTHON_USEDEP}]
-       irc? (
-               dev-python/irc[${PYTHON_USEDEP}]
-       )
-       xmpp? (
-               dev-python/pyasn1[${PYTHON_USEDEP}]
-               dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-               dev-python/sleekxmpp[${PYTHON_USEDEP}]
-       )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-# NOTES:
-# 1. Support for BOT_SENTRY option is missing, cause
-#    we do not have apropriate packages in portage yet
-# 2. Currently only XMPP is supported(IRC still untested)
-# 3. Internal web server is temporarily removed (rocket-err from requires.txt)
-# 4. pygments-markdown-lexer dependency(needed only for debugging?) is 
temporarily removed (pygments-markdown-lexer from requires.txt)
-
-pkg_setup() {
-       ebegin "Creating err group and user"
-       enewgroup 'err'
-       enewuser 'err' -1 -1 -1 'err'
-       eend ${?}
-}
-
-python_prepare_all() {
-       sed -i \
-               -e '/rocket-errbot/d' \
-               -e 's/dnspython3/dnspython/' \
-               -e '/pygments-markdown-lexer/d' \
-               setup.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       newinitd "${FILESDIR}"/errd.initd.2 errd
-       newconfd "${FILESDIR}"/errd.confd errd
-
-       dodir /etc/${PN}
-       keepdir /var/lib/${PN}
-       keepdir /var/log/${PN}
-       fowners -R err:err /var/lib/${PN}
-       fowners -R err:err /var/log/${PN}
-
-       insinto /etc/${PN}
-       newins errbot/config-template.py config.py
-}

Reply via email to