zmedico 12/06/07 21:07:28
Modified: buildbot-0.8.6.ebuild buildbot-0.8.5.ebuild
buildbot-0.8.3_p1.ebuild buildbot-0.8.6_p1.ebuild
ChangeLog
Log:
inherit user for enewuser
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Revision Changes Path
1.2 dev-util/buildbot/buildbot-0.8.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.6.ebuild?r1=1.1&r2=1.2
Index: buildbot-0.8.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot-0.8.6.ebuild 29 Mar 2012 09:29:52 -0000 1.1
+++ buildbot-0.8.6.ebuild 7 Jun 2012 21:07:27 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.6.ebuild,v 1.1 2012/03/29 09:29:52 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.6.ebuild,v 1.2 2012/06/07 21:07:27 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@
DISTUTILS_SRC_TEST="trial"
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
-inherit distutils eutils
+inherit distutils eutils user
MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"
1.3 dev-util/buildbot/buildbot-0.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.5.ebuild?r1=1.2&r2=1.3
Index: buildbot-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- buildbot-0.8.5.ebuild 21 Jan 2012 20:05:39 -0000 1.2
+++ buildbot-0.8.5.ebuild 7 Jun 2012 21:07:27 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.2 2012/01/21 20:05:39 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.5.ebuild,v 1.3 2012/06/07 21:07:27 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@
DISTUTILS_SRC_TEST="trial"
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
-inherit distutils eutils
+inherit distutils eutils user
MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"
1.8 dev-util/buildbot/buildbot-0.8.3_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.3_p1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.3_p1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.3_p1.ebuild?r1=1.7&r2=1.8
Index: buildbot-0.8.3_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.3_p1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- buildbot-0.8.3_p1.ebuild 23 Mar 2011 21:30:05 -0000 1.7
+++ buildbot-0.8.3_p1.ebuild 7 Jun 2012 21:07:27 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.3_p1.ebuild,v 1.7 2011/03/23 21:30:05 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.3_p1.ebuild,v 1.8 2012/06/07 21:07:27 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@
DISTUTILS_SRC_TEST="trial"
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
-inherit distutils eutils
+inherit distutils eutils user
MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"
1.2 dev-util/buildbot/buildbot-0.8.6_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.6_p1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.6_p1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.6_p1.ebuild?r1=1.1&r2=1.2
Index: buildbot-0.8.6_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.6_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot-0.8.6_p1.ebuild 23 Apr 2012 05:47:05 -0000 1.1
+++ buildbot-0.8.6_p1.ebuild 7 Jun 2012 21:07:27 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.6_p1.ebuild,v 1.1 2012/04/23 05:47:05 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.6_p1.ebuild,v 1.2 2012/06/07 21:07:27 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@
DISTUTILS_SRC_TEST="trial"
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
-inherit distutils eutils
+inherit distutils eutils user
MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"
1.102 dev-util/buildbot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 23 Apr 2012 05:47:05 -0000 1.101
+++ ChangeLog 7 Jun 2012 21:07:27 -0000 1.102
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/buildbot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.101 2012/04/23 05:47:05 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.102 2012/06/07 21:07:27 zmedico Exp $
+
+ 07 Jun 2012; Zac Medico <zmedico@g.o> buildbot-0.8.3_p1.ebuild,
+ buildbot-0.8.5.ebuild, buildbot-0.8.6.ebuild, buildbot-0.8.6_p1.ebuild:
+ inherit user for enewuser
*buildbot-0.8.6_p1 (23 Apr 2012)
|