Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/buildbot: ChangeLog buildbot-0.7.11_p3.ebuild
Date: Mon, 08 Feb 2010 08:58:28
Message-Id: E1NePRq-0005Vv-1s@stork.gentoo.org
1 pva 10/02/08 08:58:26
2
3 Modified: ChangeLog buildbot-0.7.11_p3.ebuild
4 Log:
5 Add inherit eutils for epatch and enewuser.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.53 dev-util/buildbot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.53&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.53&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.52&r2=1.53
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
18 retrieving revision 1.52
19 retrieving revision 1.53
20 diff -u -r1.52 -r1.53
21 --- ChangeLog 14 Dec 2009 08:29:26 -0000 1.52
22 +++ ChangeLog 8 Feb 2010 08:58:25 -0000 1.53
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/buildbot
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.52 2009/12/14 08:29:26 djc Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.53 2010/02/08 08:58:25 pva Exp $
29 +
30 + 08 Feb 2010; Peter Volkov <pva@g.o> buildbot-0.7.11_p3.ebuild:
31 + Add inherit eutils for epatch and enewuser.
32
33 14 Dec 2009; Dirkjan Ochtman <djc@g.o> metadata.xml:
34 Add upstream developer to metadata.
35
36
37
38 1.9 dev-util/buildbot/buildbot-0.7.11_p3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/buildbot/buildbot-0.7.11_p3.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/buildbot/buildbot-0.7.11_p3.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/buildbot/buildbot-0.7.11_p3.ebuild?r1=1.8&r2=1.9
43
44 Index: buildbot-0.7.11_p3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.11_p3.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- buildbot-0.7.11_p3.ebuild 11 Sep 2009 19:31:31 -0000 1.8
51 +++ buildbot-0.7.11_p3.ebuild 8 Feb 2010 08:58:25 -0000 1.9
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.11_p3.ebuild,v 1.8 2009/09/11 19:31:31 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.11_p3.ebuild,v 1.9 2010/02/08 08:58:25 pva Exp $
58
59 EAPI=1
60 NEED_PYTHON="2.4"
61 @@ -8,7 +8,7 @@
62 MY_PV="${PV/_p/p}"
63 MY_P="${PN}-${MY_PV}"
64
65 -inherit distutils
66 +inherit eutils distutils
67
68 DESCRIPTION="A Python system to automate the compile/test cycle to validate code changes"
69 HOMEPAGE="http://buildbot.net/"