summaryrefslogtreecommitdiff
path: root/net-irc/limnoria
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
commit53cba99042fa967e2a93da9f8db806fe2d035543 (patch)
tree9780d3b87dfc6bdebc6b7b7d15af1ecb813c6853 /net-irc/limnoria
parent71deace00d1a2b091313fe137ab7092418c6f87c (diff)
gentoo resync : 17.02.2020
Diffstat (limited to 'net-irc/limnoria')
-rw-r--r--net-irc/limnoria/Manifest4
-rw-r--r--net-irc/limnoria/limnoria-20191123.ebuild9
-rw-r--r--net-irc/limnoria/limnoria-99999999.ebuild9
3 files changed, 8 insertions, 14 deletions
diff --git a/net-irc/limnoria/Manifest b/net-irc/limnoria/Manifest
index d26ea30c5bed..c27103914120 100644
--- a/net-irc/limnoria/Manifest
+++ b/net-irc/limnoria/Manifest
@@ -1,4 +1,4 @@
DIST limnoria-20191123.tar.gz 975077 BLAKE2B b5bc425013a30043c79a5dc53fc346e3b65cafbae154789f43634fc8beb4c7dcfaea34b0c1e22eae28e044eaa2801b0c29ef106fd6e2cc0095e6acbf4c4bf931 SHA512 5822f83a5d7fae0e45e526d9a72c1bbfd2acb7f625cff38e4d6e59222aca4c68204ae03069e991e274b108391cd4feff85783805657554771a7d24789589d14b
-EBUILD limnoria-20191123.ebuild 2522 BLAKE2B 9b6ab6a0bddfe2cb389a8439ab94bb890a82212c1ce2eb0e1fe21c4c80b79e5f60c1ad1cbb2ba58835727eab2cc3184cf06bea6da18e900033d6a8a7921859a0 SHA512 dcde06cb72711f6e452606f5be6b19412ac6ec6c473f2e8c684fe17e32fd47cc75686254980103f629e83530ef8c8812e08d30c0717534c65d1b5a273c2aa6be
-EBUILD limnoria-99999999.ebuild 2522 BLAKE2B 9b6ab6a0bddfe2cb389a8439ab94bb890a82212c1ce2eb0e1fe21c4c80b79e5f60c1ad1cbb2ba58835727eab2cc3184cf06bea6da18e900033d6a8a7921859a0 SHA512 dcde06cb72711f6e452606f5be6b19412ac6ec6c473f2e8c684fe17e32fd47cc75686254980103f629e83530ef8c8812e08d30c0717534c65d1b5a273c2aa6be
+EBUILD limnoria-20191123.ebuild 2405 BLAKE2B 654d6d87fbcd9b95e0d5b6ce2b962b13e9870c3132abc62ab12da0b667f58f8d807f01218b4513de804c6fd1d6eaea58acce392b71a80421e98699dbbe4c4ff1 SHA512 86a6a174de7d9dee010877033062fd79312395d7fa29199f00cb3d477207a35ea0ba3d7832c1866f43f44ddd5e4240acc2eded12bbb75a8e800d82a625ce8606
+EBUILD limnoria-99999999.ebuild 2405 BLAKE2B 654d6d87fbcd9b95e0d5b6ce2b962b13e9870c3132abc62ab12da0b667f58f8d807f01218b4513de804c6fd1d6eaea58acce392b71a80421e98699dbbe4c4ff1 SHA512 86a6a174de7d9dee010877033062fd79312395d7fa29199f00cb3d477207a35ea0ba3d7832c1866f43f44ddd5e4240acc2eded12bbb75a8e800d82a625ce8606
MISC metadata.xml 408 BLAKE2B 5328f97d256c4e5dc340d7ce1c6090983c84948326bff34ee0a94c6dd644fb72b5bf348a10e841e520ccf80d1238f159af64e5a3dc1991b9646da17baf3ff0d0 SHA512 6be6681e4b0f8555cd0e769937580068315acae5b1d1c722c354748b8c0a16c0146950b716a1b7b46f0230623580b2576f53c757b13125577698f458f824732e
diff --git a/net-irc/limnoria/limnoria-20191123.ebuild b/net-irc/limnoria/limnoria-20191123.ebuild
index 87f53168aaae..77d3858ab954 100644
--- a/net-irc/limnoria/limnoria-20191123.ebuild
+++ b/net-irc/limnoria/limnoria-20191123.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
@@ -25,7 +25,7 @@ DESCRIPTION="Python based extensible IRC infobot and channel bot"
HOMEPAGE="https://supybot.aperio.fr/"
LICENSE="BSD"
SLOT="0"
-IUSE="crypt ssl test"
+IUSE="crypt ssl"
RDEPEND="
dev-python/chardet[${PYTHON_USEDEP}]
@@ -40,10 +40,7 @@ RDEPEND="
!net-irc/supybot
!net-irc/supybot-plugins
"
-DEPEND="${RDEPEND}
- test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
-
-RESTRICT="!test? ( test )"
+DEPEND="${RDEPEND}"
src_unpack() {
if [[ ${PV} == "99999999" ]]; then
diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild
index 87f53168aaae..77d3858ab954 100644
--- a/net-irc/limnoria/limnoria-99999999.ebuild
+++ b/net-irc/limnoria/limnoria-99999999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
@@ -25,7 +25,7 @@ DESCRIPTION="Python based extensible IRC infobot and channel bot"
HOMEPAGE="https://supybot.aperio.fr/"
LICENSE="BSD"
SLOT="0"
-IUSE="crypt ssl test"
+IUSE="crypt ssl"
RDEPEND="
dev-python/chardet[${PYTHON_USEDEP}]
@@ -40,10 +40,7 @@ RDEPEND="
!net-irc/supybot
!net-irc/supybot-plugins
"
-DEPEND="${RDEPEND}
- test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
-
-RESTRICT="!test? ( test )"
+DEPEND="${RDEPEND}"
src_unpack() {
if [[ ${PV} == "99999999" ]]; then