commit: 2b1c2b9b677120481952e711ef78d847eef57ad0 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Fri Jul 13 10:09:55 2018 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Fri Jul 13 10:12:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1c2b9b
net-im/err: revision bump Bump EAPI to 7, move to unified twisted dependency. Drop old revision. Reported-by: Brian Dolbec <dolsen <AT> 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-r1.ebuild => err-1.7.1-r2.ebuild} | 13 ++++++------- 1 file 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 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 ebb93789254..6ed14b926ae 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}