summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2018-07-13 13:09:55 +0300
committerSergey Popov <pinkbyte@gentoo.org>2018-07-13 13:12:43 +0300
commit2b1c2b9b677120481952e711ef78d847eef57ad0 (patch)
tree70e13fa84423a61cadc0faf61cf243e0e6374cb4
parentdev-python/pyfire: revision bump (diff)
downloadgentoo-2b1c2b9b677120481952e711ef78d847eef57ad0.tar.gz
gentoo-2b1c2b9b677120481952e711ef78d847eef57ad0.tar.bz2
gentoo-2b1c2b9b677120481952e711ef78d847eef57ad0.zip
net-im/err: revision bump
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
-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}