diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-08 08:58:25 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-08 08:58:25 +0000 |
commit | 9f8f3256b80c6d34c38e2477734983da659c8264 (patch) | |
tree | a6e5468986e80c68dc2b9dcc094543aee758f774 /dev-util/buildbot | |
parent | Add inherit eutils for epatch. (diff) | |
download | gentoo-2-9f8f3256b80c6d34c38e2477734983da659c8264.tar.gz gentoo-2-9f8f3256b80c6d34c38e2477734983da659c8264.tar.bz2 gentoo-2-9f8f3256b80c6d34c38e2477734983da659c8264.zip |
Add inherit eutils for epatch and enewuser.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.7.11_p3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index df2b23266607..59c008953e35 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/buildbot -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.52 2009/12/14 08:29:26 djc Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.53 2010/02/08 08:58:25 pva Exp $ + + 08 Feb 2010; Peter Volkov <pva@gentoo.org> buildbot-0.7.11_p3.ebuild: + Add inherit eutils for epatch and enewuser. 14 Dec 2009; Dirkjan Ochtman <djc@gentoo.org> metadata.xml: Add upstream developer to metadata. diff --git a/dev-util/buildbot/buildbot-0.7.11_p3.ebuild b/dev-util/buildbot/buildbot-0.7.11_p3.ebuild index 84b42ad52378..103d882929fe 100644 --- a/dev-util/buildbot/buildbot-0.7.11_p3.ebuild +++ b/dev-util/buildbot/buildbot-0.7.11_p3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=1 NEED_PYTHON="2.4" @@ -8,7 +8,7 @@ NEED_PYTHON="2.4" MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}" -inherit distutils +inherit eutils distutils DESCRIPTION="A Python system to automate the compile/test cycle to validate code changes" HOMEPAGE="http://buildbot.net/" |