diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-06-01 11:29:26 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-06-01 15:57:29 -0700 |
commit | bbf522036c56491af480f90d18d3a2fab5463ea0 (patch) | |
tree | 15987a562c1210fd097bf62fc35d2378e83feb14 /dev-util/buildbot/buildbot-9999.ebuild | |
parent | app-misc/ca-certificates: bump (diff) | |
download | gentoo-bbf522036c56491af480f90d18d3a2fab5463ea0.tar.gz gentoo-bbf522036c56491af480f90d18d3a2fab5463ea0.tar.bz2 gentoo-bbf522036c56491af480f90d18d3a2fab5463ea0.zip |
dev-util/buildbot: Version bump, clean old, update 9999
Add 2.8.0 release. Optimize the release and 9999 ebuilds to fix
a dependency issue in the live ebuild.
Clean out the old vulnerable versions.
gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-util/buildbot/buildbot-9999.ebuild')
-rw-r--r-- | dev-util/buildbot/buildbot-9999.ebuild | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild index 35a2e69c15ec..25ce6693e4eb 100644 --- a/dev-util/buildbot/buildbot-9999.ebuild +++ b/dev-util/buildbot/buildbot-9999.ebuild @@ -9,7 +9,7 @@ EGIT_REPO_URI="https://github.com/buildbot/${PN}.git" DISTUTILS_USE_SETUPTOOLS="rdepend" -[[ ${PV} == *9999 ]] && inherit git-r3 +inherit git-r3 inherit readme.gentoo-r1 systemd distutils-r1 MY_PV="${PV/_p/.post}" @@ -21,11 +21,7 @@ HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pyp LICENSE="GPL-2" SLOT="0" -if [[ ${PV} == *9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~amd64-linux ~x86-linux" -fi +KEYWORDS="" IUSE="crypt doc docker examples irc test" RESTRICT="!test? ( test )" @@ -79,9 +75,9 @@ DEPEND="${RDEPEND} dev-python/lz4[${PYTHON_USEDEP}] dev-python/treq[${PYTHON_USEDEP}] dev-python/setuptools_trial[${PYTHON_USEDEP}] - ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}] - ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}] - ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}] + dev-util/buildbot-pkg[${PYTHON_USEDEP}] + dev-util/buildbot-worker[${PYTHON_USEDEP}] + dev-util/buildbot-www[${PYTHON_USEDEP}] crypt? ( >=dev-python/twisted-17.9.0[${PYTHON_USEDEP},crypt] >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}] @@ -89,17 +85,8 @@ DEPEND="${RDEPEND} dev-python/service_identity[${PYTHON_USEDEP}] ) )" -# >=dev-python/docker-py-2.2.0[${PYTHON_USEDEP}] -S=${WORKDIR}/${MY_P} -[[ ${PV} == *9999 ]] && S=${S}/master - -if [[ ${PV} != *9999 ]]; then - PATCHES=( - "${FILESDIR}/Add-gentoo-to-the-VERSION_ID-check-exclusion.patch" - "${FILESDIR}/pypugjs.patch" - ) -fi +S=${S}/master distutils_enable_tests setup.py |