diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-08-10 21:58:37 +0000 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-08-10 22:00:07 +0000 |
commit | 75d4eb370fd983b1a580230509e2696bbae19d9d (patch) | |
tree | f85bdad01d94e2759a2d1df28bfae13d7b973f4b /dev-util/buildbot-slave | |
parent | dev-util/buildbot-console-view: Version bump (diff) | |
download | gentoo-75d4eb370fd983b1a580230509e2696bbae19d9d.tar.gz gentoo-75d4eb370fd983b1a580230509e2696bbae19d9d.tar.bz2 gentoo-75d4eb370fd983b1a580230509e2696bbae19d9d.zip |
dev-util/buildbot-slave: Drop oldest buildbot-slave release
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-util/buildbot-slave')
-rw-r--r-- | dev-util/buildbot-slave/Manifest | 1 | ||||
-rw-r--r-- | dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/dev-util/buildbot-slave/Manifest b/dev-util/buildbot-slave/Manifest index 6557b0dbdc86..e48d8d08d049 100644 --- a/dev-util/buildbot-slave/Manifest +++ b/dev-util/buildbot-slave/Manifest @@ -1,2 +1 @@ -DIST buildbot-slave-0.8.10.tar.gz 117593 SHA256 ef5634249407bf643b666976158a4e11c7aaa3db3658ff0fcd781f460867f626 SHA512 0b05f8b9d6e6c29291893c47707409bc50681d2631ed1825908050f30cff34bf422d7f574076ea9c6b36a16b37e2e79ed28c9e84e31b3270bf6ec3aee426def4 WHIRLPOOL 52806ebd2e2c54bf844fb4752ded7ea314fd68cba229ea09039e0b83b1cdd373e40528d779ce5b3a188028932f3d443986f006bfb5555eaf141569ba3949297e DIST buildbot-slave-0.8.12.tar.gz 118339 SHA256 905eab122dcfc9425d51f0ed0c7682e7f933e140a7203637aa12a84498bd7461 SHA512 74f7f9ffab946000a5d31ae28140698ca259ba5b75815ed839d51fa5d9f702e998b61a716b66aab7946b6143d329244f2403d9b98cbbfc70223b691dcb70f0bc WHIRLPOOL f0281c11520ff31291977fa67397c7398d8ecf7fe0e70a45521158e792862aa9bb6eb65591181a1a3d71913241768e65143a1b35d6316cb5f8b5bc5373d02979 diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild deleted file mode 100644 index 8bb290378b53..000000000000 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.10.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 readme.gentoo systemd user - -DESCRIPTION="BuildBot Slave Daemon" -HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-slave" - -MY_PV="${PV/_p/p}" -MY_P="${PN}-${MY_PV}" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux" -IUSE="test" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/twisted-core[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/mock[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - enewuser buildbot - - DOC_CONTENTS="The \"buildbot\" user and the \"buildslave\" init script has been added - to support starting buildslave through Gentoo's init system. To use this, - set up your build slave following the documentation, make sure the - resulting directories are owned by the \"buildbot\" user and point - \"${ROOT}etc/conf.d/buildslave\" at the right location. The scripts can - run as a different user if desired. If you need to run more than one - build slave, just copy the scripts." -} - -src_install() { - distutils-r1_src_install - - doman docs/buildslave.1 - - newconfd "${FILESDIR}/buildslave.confd" buildslave - newinitd "${FILESDIR}/buildslave.initd" buildslave - systemd_dounit "${FILESDIR}/buildslave.service" - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} |