Install this version:
emerge -a =net-analyzer/cottontail-20190426
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/cottontail-20190426
Or alternatively:
emerge --autounmask-write -a =net-analyzer/cottontail-20190426
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Capture all RabbitMQ messages being sent through a broker"
HOMEPAGE="https://github.com/QKaiser/cottontail"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/QKaiser/cottontail"
else
HASH_COMMIT="77ed037395a3e98bf5339aa14f6f02c002f3ab51"
SRC_URI="https://github.com/QKaiser/cottontail/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND="${PYTHON_DEPS}"
RDEPEND="
dev-python/coloredlogs[${PYTHON_USEDEP}]
dev-python/pika[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/verboselogs[${PYTHON_USEDEP}]"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
dev-python/coloredlogs[] dev-python/pika[] dev-python/requests[] dev-python/urllib3[] dev-python/verboselogs[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cottontail-20190426.tar.gz | 278029 bytes | https://github.com/QKaiser/cottontail/archive/77ed037395a3e98bf5339aa14f6f02c002f3ab51.tar.gz |