diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-06-01 11:53:25 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-06-01 15:57:32 -0700 |
commit | cc96fdd306798463205df2d30bd5c9931f6f6591 (patch) | |
tree | af26a7a7079266925cae72b6c545f7cb790274f1 /dev-util/buildbot-worker/buildbot-worker-9999.ebuild | |
parent | dev-util/buildbot-wsgi-dashboards: Version bump, clean vulnerable (diff) | |
download | gentoo-cc96fdd306798463205df2d30bd5c9931f6f6591.tar.gz gentoo-cc96fdd306798463205df2d30bd5c9931f6f6591.tar.bz2 gentoo-cc96fdd306798463205df2d30bd5c9931f6f6591.zip |
dev-util/buildbot-worker: Version bump, clena vulnerable
Clean old vulnerable release versions.
Optimize 9999 and release ebuilds.
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-worker/buildbot-worker-9999.ebuild')
-rw-r--r-- | dev-util/buildbot-worker/buildbot-worker-9999.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild index be5258cd9984..68c35436d35e 100644 --- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild @@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" DISTUTILS_USE_SETUPTOOLS="rdepend" -[[ ${PV} == *9999 ]] && inherit git-r3 +inherit git-r3 inherit readme.gentoo-r1 distutils-r1 DESCRIPTION="BuildBot Worker (slave) Daemon" @@ -16,15 +16,11 @@ HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pyp MY_V="${PV/_p/.post}" MY_P="${PN}-${MY_V}" -[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -if [[ ${PV} == *9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64" -fi +KEYWORDS="" + IUSE="test" RESTRICT="!test? ( test )" @@ -41,8 +37,7 @@ DEPEND="${RDEPEND} ) " -S="${WORKDIR}/${MY_P}" -[[ ${PV} == *9999 ]] && S=${S}/worker +S="${S}/worker" pkg_setup() { DOC_CONTENTS="The \"buildbot\" user and the \"buildbot_worker\" init script has been added |