diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/err/err-1.7.1-r2.ebuild (renamed from net-im/err/err-1.7.1-r1.ebuild) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-im/err/err-1.7.1-r1.ebuild b/net-im/err/err-1.7.1-r2.ebuild index ebb937892546..6ed14b926aec 100644 --- a/net-im/err/err-1.7.1-r1.ebuild +++ b/net-im/err/err-1.7.1-r2.ebuild @@ -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} |