net-im/err: revision bump
authorSergey Popov <pinkbyte@gentoo.org>
Fri, 13 Jul 2018 10:09:55 +0000 (13:09 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Fri, 13 Jul 2018 10:12:43 +0000 (13:12 +0300)
Bump EAPI to 7, move to unified twisted dependency.
Drop old revision.

Reported-by: Brian Dolbec <dolsen@gentoo.org>
Closes: https://bugs.gentoo.org/660652
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-im/err/err-1.7.1-r2.ebuild [moved from net-im/err/err-1.7.1-r1.ebuild with 85% similarity]

similarity index 85%
rename from net-im/err/err-1.7.1-r1.ebuild
rename to net-im/err/err-1.7.1-r2.ebuild
index ebb93789254662de1d62d75b66b0392e61651a28..6ed14b926aec416984d5ed33beb57efe3f2ec2d9 100644 (file)
@@ -1,14 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 eutils user
 
-DESCRIPTION="Plugin based XMPP chatbot designed to be easily deployable, extensible and maintainable"
-HOMEPAGE="https://gbin.github.com/err/"
+DESCRIPTION="Plugin based chatbot designed to be easily deployable, extensible and maintainable"
+HOMEPAGE="https://errbot.io/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 KEYWORDS="~amd64 ~x86"
@@ -27,8 +27,7 @@ RDEPEND="
        virtual/python-dnspython[${PYTHON_USEDEP}]
        irc? (
                dev-python/pyopenssl[${PYTHON_USEDEP}]
-               dev-python/twisted-core[${PYTHON_USEDEP}]
-               dev-python/twisted-words[${PYTHON_USEDEP}]
+               dev-python/twisted[${PYTHON_USEDEP}]
        )
        plugins? ( dev-vcs/git )"
 
@@ -68,7 +67,7 @@ python_install_all() {
        newconfd "${FILESDIR}"/errd.confd errd
 
        dodir /etc/${PN}
-       dodir /var/lib/${PN}
+       keepdir /var/lib/${PN}
        keepdir /var/log/${PN}
        fowners -R err:err /var/lib/${PN}
        fowners -R err:err /var/log/${PN}