public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild
@ 2010-12-20 20:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 9+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-20 20:16 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/12/20 20:16:13

  Modified:             ChangeLog
  Added:                buildbot-slave-0.8.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha9_p9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/buildbot-slave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 Dec 2010 09:38:47 -0000	1.2
+++ ChangeLog	20 Dec 2010 20:16:13 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.2 2010/12/20 09:38:47 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.3 2010/12/20 20:16:13 arfrever Exp $
+
+*buildbot-slave-0.8.3 (20 Dec 2010)
+
+  20 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +buildbot-slave-0.8.3.ebuild:
+  Version bump.
 
   20 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   buildbot-slave-0.8.2.ebuild:



1.1                  dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.1&content-type=text/plain

Index: buildbot-slave-0.8.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.1 2010/12/20 20:16:13 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
DISTUTILS_SRC_TEST="trial buildslave"
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"

inherit distutils eutils

DESCRIPTION="BuildBot Slave Daemon"
HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-slave"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="test"

RDEPEND="dev-python/setuptools
	>=dev-python/twisted-2
	!!<dev-util/buildbot-0.8.1"
DEPEND="${RDEPEND}
	test? ( dev-python/mock )"

PYTHON_MODNAME="buildslave"

pkg_setup() {
	python_pkg_setup
	enewuser buildbot
}

src_install() {
	distutils_src_install

	newconfd "${FILESDIR}/buildslave.confd" buildslave || die "newconfd failed"
	newinitd "${FILESDIR}/buildslave.initd" buildslave || die "newinitd failed"
}

pkg_postinst() {
	distutils_pkg_postinst

	elog "The \"buildbot\" user and the \"buildslave\" init script has been added"
	elog "to support starting buildslave through Gentoo's init system. To use this,"
	elog "set up your build slave following the documentation, make sure the"
	elog "resulting directories are owned by the \"buildbot\" user and point"
	elog "\"${ROOT}etc/conf.d/buildslave\" 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 slave, just copy the scripts."
}






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild
@ 2011-01-26  5:28 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-26  5:28 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/26 05:28:41

  Modified:             ChangeLog buildbot-slave-0.8.3.ebuild
  Log:
  Stable for HPPA (bug #352741).
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.11                 dev-util/buildbot-slave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	21 Jan 2011 15:16:49 -0000	1.10
+++ ChangeLog	26 Jan 2011 05:28:40 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.10 2011/01/21 15:16:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.11 2011/01/26 05:28:40 jer Exp $
+
+  26 Jan 2011; Jeroen Roovers <jer@gentoo.org> buildbot-slave-0.8.3.ebuild:
+  Stable for HPPA (bug #352741).
 
   21 Jan 2011; Jeroen Roovers <jer@gentoo.org> buildbot-slave-0.8.2.ebuild:
   Stable for HPPA (bug #349143).



1.3                  dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild

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

Index: buildbot-slave-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- buildbot-slave-0.8.3.ebuild	20 Dec 2010 21:05:36 -0000	1.2
+++ buildbot-slave-0.8.3.ebuild	26 Jan 2011 05:28:40 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.2 2010/12/20 21:05:36 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.3 2011/01/26 05:28:40 jer Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild
@ 2011-01-27 12:29 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-27 12:29 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/27 12:29:52

  Modified:             ChangeLog buildbot-slave-0.8.3.ebuild
  Log:
  Stable on amd64 wrt bug #352741
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-util/buildbot-slave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	26 Jan 2011 05:28:40 -0000	1.11
+++ ChangeLog	27 Jan 2011 12:29:52 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.11 2011/01/26 05:28:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.12 2011/01/27 12:29:52 hwoarang Exp $
+
+  27 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+  buildbot-slave-0.8.3.ebuild:
+  Stable on amd64 wrt bug #352741
 
   26 Jan 2011; Jeroen Roovers <jer@gentoo.org> buildbot-slave-0.8.3.ebuild:
   Stable for HPPA (bug #352741).



1.4                  dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?r1=1.3&r2=1.4

Index: buildbot-slave-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- buildbot-slave-0.8.3.ebuild	26 Jan 2011 05:28:40 -0000	1.3
+++ buildbot-slave-0.8.3.ebuild	27 Jan 2011 12:29:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.3 2011/01/26 05:28:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.4 2011/01/27 12:29:52 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild
@ 2011-02-05 22:56 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2011-02-05 22:56 UTC (permalink / raw
  To: gentoo-commits

maekke      11/02/05 22:56:35

  Modified:             ChangeLog buildbot-slave-0.8.3.ebuild
  Log:
  arm stable, bug #352741
  
  (Portage version: 2.1.9.35/cvs/Linux i686)

Revision  Changes    Path
1.13                 dev-util/buildbot-slave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Jan 2011 12:29:52 -0000	1.12
+++ ChangeLog	5 Feb 2011 22:56:35 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.12 2011/01/27 12:29:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.13 2011/02/05 22:56:35 maekke Exp $
+
+  05 Feb 2011; Markus Meier <maekke@gentoo.org> buildbot-slave-0.8.3.ebuild:
+  arm stable, bug #352741
 
   27 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
   buildbot-slave-0.8.3.ebuild:



1.5                  dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?r1=1.4&r2=1.5

Index: buildbot-slave-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- buildbot-slave-0.8.3.ebuild	27 Jan 2011 12:29:52 -0000	1.4
+++ buildbot-slave-0.8.3.ebuild	5 Feb 2011 22:56:35 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.4 2011/01/27 12:29:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.5 2011/02/05 22:56:35 maekke Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild
@ 2011-02-09 12:53 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-09 12:53 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/02/09 12:53:55

  Modified:             ChangeLog buildbot-slave-0.8.3.ebuild
  Log:
  x86 stable wrt bug #352741
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.14                 dev-util/buildbot-slave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	5 Feb 2011 22:56:35 -0000	1.13
+++ ChangeLog	9 Feb 2011 12:53:54 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.13 2011/02/05 22:56:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.14 2011/02/09 12:53:54 phajdan.jr Exp $
+
+  09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  buildbot-slave-0.8.3.ebuild:
+  x86 stable wrt bug #352741
 
   05 Feb 2011; Markus Meier <maekke@gentoo.org> buildbot-slave-0.8.3.ebuild:
   arm stable, bug #352741



1.6                  dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?r1=1.5&r2=1.6

Index: buildbot-slave-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- buildbot-slave-0.8.3.ebuild	5 Feb 2011 22:56:35 -0000	1.5
+++ buildbot-slave-0.8.3.ebuild	9 Feb 2011 12:53:54 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.5 2011/02/05 22:56:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.6 2011/02/09 12:53:54 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild
@ 2011-02-13 17:30 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-13 17:30 UTC (permalink / raw
  To: gentoo-commits

armin76     11/02/13 17:30:55

  Modified:             ChangeLog buildbot-slave-0.8.3.ebuild
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #352741
  
  (Portage version: 2.1.9.39/cvs/Linux ia64)

Revision  Changes    Path
1.15                 dev-util/buildbot-slave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	9 Feb 2011 12:53:54 -0000	1.14
+++ ChangeLog	13 Feb 2011 17:30:55 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.14 2011/02/09 12:53:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.15 2011/02/13 17:30:55 armin76 Exp $
+
+  13 Feb 2011; Raúl Porcel <armin76@gentoo.org> buildbot-slave-0.8.3.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #352741
 
   09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   buildbot-slave-0.8.3.ebuild:



1.7                  dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?r1=1.6&r2=1.7

Index: buildbot-slave-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- buildbot-slave-0.8.3.ebuild	9 Feb 2011 12:53:54 -0000	1.6
+++ buildbot-slave-0.8.3.ebuild	13 Feb 2011 17:30:55 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.6 2011/02/09 12:53:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.7 2011/02/13 17:30:55 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild
@ 2011-02-17 20:51 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeremy Olexa (darkside) @ 2011-02-17 20:51 UTC (permalink / raw
  To: gentoo-commits

darkside    11/02/17 20:51:44

  Modified:             ChangeLog buildbot-slave-0.8.3.ebuild
  Log:
  Add ~amd64-linux, bug 355347
  
  (Portage version: 2.1.9.39/cvs/Linux i686)

Revision  Changes    Path
1.16                 dev-util/buildbot-slave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	13 Feb 2011 17:30:55 -0000	1.15
+++ ChangeLog	17 Feb 2011 20:51:44 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.15 2011/02/13 17:30:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.16 2011/02/17 20:51:44 darkside Exp $
+
+  17 Feb 2011; Jeremy Olexa <darkside@gentoo.org>
+  buildbot-slave-0.8.3.ebuild:
+  Add ~amd64-linux, bug 355347
 
   13 Feb 2011; Raúl Porcel <armin76@gentoo.org> buildbot-slave-0.8.3.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #352741



1.8                  dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?r1=1.7&r2=1.8

Index: buildbot-slave-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- buildbot-slave-0.8.3.ebuild	13 Feb 2011 17:30:55 -0000	1.7
+++ buildbot-slave-0.8.3.ebuild	17 Feb 2011 20:51:44 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.7 2011/02/13 17:30:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.8 2011/02/17 20:51:44 darkside Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild
@ 2011-03-23 21:31 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 9+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-23 21:31 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/23 21:31:08

  Modified:             ChangeLog buildbot-slave-0.8.3.ebuild
  Log:
  ppc/ppc64 stable wrt #352741
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-util/buildbot-slave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	17 Feb 2011 20:51:44 -0000	1.16
+++ ChangeLog	23 Mar 2011 21:31:08 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.16 2011/02/17 20:51:44 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.17 2011/03/23 21:31:08 xarthisius Exp $
+
+  23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  buildbot-slave-0.8.3.ebuild:
+  ppc/ppc64 stable wrt #352741
 
   17 Feb 2011; Jeremy Olexa <darkside@gentoo.org>
   buildbot-slave-0.8.3.ebuild:



1.9                  dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?r1=1.8&r2=1.9

Index: buildbot-slave-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- buildbot-slave-0.8.3.ebuild	17 Feb 2011 20:51:44 -0000	1.8
+++ buildbot-slave-0.8.3.ebuild	23 Mar 2011 21:31:08 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.8 2011/02/17 20:51:44 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.9 2011/03/23 21:31:08 xarthisius Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild
@ 2011-08-22 10:05 Markus Duft (mduft)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Duft (mduft) @ 2011-08-22 10:05 UTC (permalink / raw
  To: gentoo-commits

mduft       11/08/22 10:05:37

  Modified:             ChangeLog buildbot-slave-0.8.3.ebuild
  Log:
  keyworded ~x86-interix
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.18                 dev-util/buildbot-slave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	23 Mar 2011 21:31:08 -0000	1.17
+++ ChangeLog	22 Aug 2011 10:05:37 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/buildbot-slave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.17 2011/03/23 21:31:08 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.18 2011/08/22 10:05:37 mduft Exp $
+
+  22 Aug 2011; Markus Duft <mduft@gentoo.org> buildbot-slave-0.8.3.ebuild:
+  keyworded ~x86-interix
 
   23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
   buildbot-slave-0.8.3.ebuild:



1.10                 dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild?r1=1.9&r2=1.10

Index: buildbot-slave-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- buildbot-slave-0.8.3.ebuild	23 Mar 2011 21:31:08 -0000	1.9
+++ buildbot-slave-0.8.3.ebuild	22 Aug 2011 10:05:37 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.9 2011/03/23 21:31:08 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.10 2011/08/22 10:05:37 mduft Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux"
 IUSE="test"
 
 RDEPEND="dev-python/setuptools






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-08-22 10:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-26  5:28 [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave: ChangeLog buildbot-slave-0.8.3.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-22 10:05 Markus Duft (mduft)
2011-03-23 21:31 Kacper Kowalik (xarthisius)
2011-02-17 20:51 Jeremy Olexa (darkside)
2011-02-13 17:30 Raul Porcel (armin76)
2011-02-09 12:53 PaweA Hajdan (phajdan.jr)
2011-02-05 22:56 Markus Meier (maekke)
2011-01-27 12:29 Markos Chandras (hwoarang)
2010-12-20 20:16 Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox