-----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
+Hash: SHA512
AUX buildmaster.confd 218 RMD160 a8f6893aa83c0c169f493104e1c6f023ec45f787 SHA1 8dc5e868092a8ea90c0cec5650ba85e412295968 SHA256 bb7f93e3867b32a25e2445a66d40573fa5073a80e73e35ae2a904db715f870c6
AUX buildmaster.initd 961 RMD160 1ec2320628c6606acd0245d01c0e2517b7846c55 SHA1 b5f53fb77ac06753996a328441c6117374d833cd SHA256 3e2dd960fef216d85f4bddbc55dc250c09af162407dbd1d2df4af3ce937468af
DIST buildbot-0.8.3p1.tar.gz 4068355 RMD160 737e4863c371d3e9d30063564ae62e35eb70a856 SHA1 7b0c2d3a7c2acc66c3c95fc7a92acb2bc2627409 SHA256 0a49d35a75524a54dbbb875730fdf7abd8b96cae160af0457b4f5239b1fefa37
DIST buildbot-0.8.4p2.tar.gz 4555528 RMD160 063855eef00fc91094d022f7e09681566e7bf75e SHA1 475a077133f3df37ccddc9275989a03c75f14229 SHA256 1db52ef162f16965151be6f6641eb6ee03656041679182c8749e96f17393e8fe
+DIST buildbot-0.8.5.tar.gz 4389306 RMD160 595f3ed45f0e5a4500a102027ef71dc376a82894 SHA1 88329d295f46f9b60a3d346c4a04a58b56fa2083 SHA256 9b2f761447db13e4068870567b36732d419d8f72f452b450c61089db98558a9c
EBUILD buildbot-0.8.3_p1.ebuild 3090 RMD160 083de527023edb7fc094d8fefe91b951ab4f88bf SHA1 a6ec2971d637d808db2036b0038fd5dca2015a9c SHA256 ccd6c3a61188a5313d54027a2c457265f8761337184207c7561c5491ee4693a7
EBUILD buildbot-0.8.4_p2.ebuild 3158 RMD160 6bf25344a4442f37743d5abc4fd530a3f251e253 SHA1 3eea08c28b6d3e76292a8707c5be9e4d9791d01c SHA256 8dfa17a1f5b7e8d8a12a0748c2972e48e971da7a66682d02ef029d777d654a27
-MISC ChangeLog 12539 RMD160 19ea865f181441885e47aa5cc2afb3c291d4b4c5 SHA1 6ac37c93325c9bf39645e0072ea63cc61ee8d07b SHA256 53397c0ca8578bd8cc3ea3313028497d5b8ac4ce1b623c55206943f0eedbdba9
+EBUILD buildbot-0.8.5.ebuild 3152 RMD160 ad10a7fddf962332ca0c0bd49aefd266e1018e44 SHA1 d6172e5cba387edf63e6929de1e0ddafd5dada87 SHA256 e1d52f94dce1bd4509078f5b2921924c2b4907b2b04ff6673fbfb8d08d9044d4
+MISC ChangeLog 12665 RMD160 174e4f84ea186adb01625e7f32cb85114e52e641 SHA1 d6002d57afbeee48e556c464be10b57d06026f0c SHA256 0d9d01e4b682231d7d791e673862b1a6c7ebfc5e8b660ae26564c41f4739a0d3
MISC metadata.xml 1292 RMD160 87e781b71385afcd20ae84320394fecf27fee917 SHA1 66be097e7db1e17218cf906f4876bda684d779bf SHA256 24c59ac7a6f85e11cd776e636b8e9ebd95350acdd0a3329ad4d584d294b6523a
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iEYEARECAAYFAk5tFoMACgkQkKaRLQcq0GK34gCgm3QfXUUSwtpN8CZEBvhhYenO
-6wwAn2jauvPt+DyayAQsEkC+ch6hDz4s
-=esUJ
+iEYEAREKAAYFAk74R1oACgkQxeMuLWsGW/vERwCcDizagjmN4B/XREWt0dsNI9JT
+i1UAn0CjtkPAnCzhZFFu2ma1vj1DhsiI
+=xMxO
-----END PGP SIGNATURE-----
--- /dev/null
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.5.ebuild,v 1.1 2011/12/26 10:07:02 djc Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
+DISTUTILS_SRC_TEST="trial"
+DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
+
+inherit distutils eutils
+
+MY_PV="${PV/_p/p}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="BuildBot build automation system"
+HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
+IUSE="doc examples irc mail manhole test"
+
+# sqlite3 module of Python 2.5 is not supported.
+RDEPEND=">=dev-python/jinja-2.1
+ || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
+ || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-python/pysqlite:2 )
+ >=dev-python/twisted-8.0.0
+ dev-python/twisted-web
+ dev-python/sqlalchemy
+ dev-python/sqlalchemy-migrate
+ irc? ( dev-python/twisted-words )
+ mail? ( dev-python/twisted-mail )
+ manhole? ( dev-python/twisted-conch )"
+DEPEND="${DEPEND}
+ dev-python/setuptools
+ doc? ( sys-apps/texinfo )
+ test? (
+ dev-python/mock
+ dev-python/twisted-mail
+ dev-python/twisted-web
+ dev-python/twisted-words
+ )"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+ python_pkg_setup
+ enewuser buildbot
+}
+
+src_prepare() {
+ distutils_src_prepare
+ # https://github.com/buildbot/buildbot/commit/a3abed70546b3742964994517bb27556e06f6e20
+ sed -e "s/sqlalchemy-migrate == 0.6/sqlalchemy-migrate ==0.6, ==0.7/" -i setup.py || die "sed failed"
+}
+
+src_compile() {
+ distutils_src_compile
+
+ if use doc; then
+ einfo "Generation of documentation"
+ pushd docs > /dev/null
+ emake buildbot.html buildbot.info
+ popd > /dev/null
+ fi
+}
+
+src_install() {
+ distutils_src_install
+
+ doman docs/buildbot.1
+
+ if use doc; then
+ dohtml -r docs/buildbot.html docs/images
+ doinfo docs/buildbot.info
+ fi
+
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r contrib docs/examples
+ fi
+
+ newconfd "${FILESDIR}/buildmaster.confd" buildmaster
+ newinitd "${FILESDIR}/buildmaster.initd" buildmaster
+}
+
+pkg_postinst() {
+ distutils_pkg_postinst
+
+ elog "The \"buildbot\" user and the \"buildmaster\" init script has been added"
+ elog "to support starting buildbot through Gentoo's init system. To use this,"
+ elog "set up your build master following the documentation, make sure the"
+ elog "resulting directories are owned by the \"buildbot\" user and point"
+ elog "\"${ROOT}etc/conf.d/buildmaster\" at the right location. The scripts can"
+ elog "run as a different user if desired. If you need to run more than one"
+ elog "build master, just copy the scripts."
+ elog
+ elog "Upstream recommends the following when upgrading:"
+ elog "Each time you install a new version of Buildbot, you should run the"
+ elog "\"buildbot upgrade-master\" command on each of your pre-existing build masters."
+ elog "This will add files and fix (or at least detect) incompatibilities between"
+ elog "your old config and the new code."
+}