public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/buildbot: buildbot-0.8.7_p1-r1.ebuild ChangeLog
Date: Fri, 15 Feb 2013 20:45:27 +0000 (UTC)	[thread overview]
Message-ID: <20130215204527.AABFD2171D@flycatcher.gentoo.org> (raw)

pacho       13/02/15 20:45:27

  Modified:             buildbot-0.8.7_p1-r1.ebuild ChangeLog
  Log:
  Don't show elog messages always (#457596)
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild?r1=1.1&r2=1.2

Index: buildbot-0.8.7_p1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot-0.8.7_p1-r1.ebuild	6 Feb 2013 18:15:35 -0000	1.1
+++ buildbot-0.8.7_p1-r1.ebuild	15 Feb 2013 20:45:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild,v 1.1 2013/02/06 18:15:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.7_p1-r1.ebuild,v 1.2 2013/02/15 20:45:27 pacho Exp $
 
 EAPI="5"
 PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@
 DISTUTILS_SRC_TEST="trial"
 DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
 
-inherit distutils user
+inherit distutils readme.gentoo user
 
 MY_PV="${PV/_p/p}"
 MY_P="${PN}-${MY_PV}"
@@ -49,6 +49,14 @@
 pkg_setup() {
 	python_pkg_setup
 	enewuser buildbot
+
+	DOC_CONTENTS="The \"buildbot\" user and the \"buildmaster\" init script has been added
+		to support starting buildbot through Gentoo's init system. To use this,
+		set up your build master following the documentation, make sure the
+		resulting directories are owned by the \"buildbot\" user and point
+		\"${EROOT}etc/conf.d/buildmaster\" at the right location. The scripts can
+		run as a different user if desired. If you need to run more than one
+		build master, just copy the scripts."
 }
 
 src_compile() {
@@ -92,18 +100,13 @@
 	echo "CONFIG_PROTECT=\"${cp}\"" \
 		> 85${PN} || die
 	doenvd 85${PN}
+
+	readme.gentoo_create_doc
 }
 
 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 "\"${EROOT}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."
+	readme.gentoo_print_elog
 	elog
 	elog "Upstream recommends the following when upgrading:"
 	elog "Each time you install a new version of Buildbot, you should run the"



1.123                dev-util/buildbot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	6 Feb 2013 18:15:35 -0000	1.122
+++ ChangeLog	15 Feb 2013 20:45:27 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/buildbot
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.122 2013/02/06 18:15:35 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.123 2013/02/15 20:45:27 pacho Exp $
+
+  15 Feb 2013; Pacho Ramos <pacho@gentoo.org> buildbot-0.8.7_p1-r1.ebuild:
+  Don't show elog messages always (#457596)
 
 *buildbot-0.8.7_p1-r1 (06 Feb 2013)
 





             reply	other threads:[~2013-02-15 20:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-15 20:45 Pacho Ramos (pacho) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-20 17:54 [gentoo-commits] gentoo-x86 commit in dev-util/buildbot: buildbot-0.8.7_p1-r1.ebuild ChangeLog Agostino Sarubbo (ago)
2013-05-14  9:38 Agostino Sarubbo (ago)
2013-05-08 13:42 Agostino Sarubbo (ago)
2013-05-07 17:49 Agostino Sarubbo (ago)
2013-05-07 13:53 Agostino Sarubbo (ago)
2013-05-07 13:36 Agostino Sarubbo (ago)
2013-05-05 17:29 Agostino Sarubbo (ago)
2013-05-05 14:11 Agostino Sarubbo (ago)
2013-05-05 13:25 Jeroen Roovers (jer)
2013-05-03 13:28 Agostino Sarubbo (ago)
2013-05-02 11:34 Agostino Sarubbo (ago)
2013-02-06 18:15 Markos Chandras (hwoarang)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130215204527.AABFD2171D@flycatcher.gentoo.org \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox