diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-01-21 22:29:52 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-01-21 22:29:52 +0000 |
commit | 2925a924fab73dac3a3ceece5d66fd337fd02571 (patch) | |
tree | 0198ce0cb3da8c00dc99c5194c5b01820b7ceb04 /dev-util/buildbot | |
parent | Clean up old revisions. Raise dependency on gstreamer, bug #498636. (diff) | |
download | gentoo-2-2925a924fab73dac3a3ceece5d66fd337fd02571.tar.gz gentoo-2-2925a924fab73dac3a3ceece5d66fd337fd02571.tar.bz2 gentoo-2-2925a924fab73dac3a3ceece5d66fd337fd02571.zip |
Add trailing slash on paths passed to dohtml to avoid doubling up the html directory. Thanks to Arfrever.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.8-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-9999.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index 8811dbdef069..c0201d923be9 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.148 2014/01/21 20:56:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.149 2014/01/21 22:29:52 floppym Exp $ + + 21 Jan 2014; Mike Gilbert <floppym@gentoo.org> buildbot-0.8.8-r2.ebuild, + buildbot-9999.ebuild: + Add trailing slash on paths passed to dohtml to avoid doubling up the html + directory. Thanks to Arfrever. 21 Jan 2014; Markus Meier <maekke@gentoo.org> buildbot-0.8.8-r2.ebuild: arm stable, bug #487736 diff --git a/dev-util/buildbot/buildbot-0.8.8-r2.ebuild b/dev-util/buildbot/buildbot-0.8.8-r2.ebuild index d06aacdb1be6..ca1749ce4fc5 100644 --- a/dev-util/buildbot/buildbot-0.8.8-r2.ebuild +++ b/dev-util/buildbot/buildbot-0.8.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild,v 1.6 2014/01/21 20:56:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild,v 1.7 2014/01/21 22:29:52 floppym Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -77,7 +77,7 @@ src_install() { doman docs/buildbot.1 if use doc; then - dohtml -r docs/_build/html + dohtml -r docs/_build/html/ # TODO: install man pages fi diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild index bb993dfb2ba1..fea3bc8fa158 100644 --- a/dev-util/buildbot/buildbot-9999.ebuild +++ b/dev-util/buildbot/buildbot-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.5 2014/01/21 20:39:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.6 2014/01/21 22:29:52 floppym Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -85,7 +85,7 @@ src_install() { doman docs/buildbot.1 if use doc; then - dohtml -r docs/_build/html + dohtml -r docs/_build/html/ # TODO: install man pages fi |