diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-13 13:23:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-13 13:23:47 +0000 |
commit | 01be02f47495a13283fdca6a4e97afdc71928ce3 (patch) | |
tree | 7ab8add7569387711120c5d0d564e95b8920e4a2 /dev-util/buildbot | |
parent | arm/hppa/mips/ppc64/s390/sh love (diff) | |
download | gentoo-2-01be02f47495a13283fdca6a4e97afdc71928ce3.tar.gz gentoo-2-01be02f47495a13283fdca6a4e97afdc71928ce3.tar.bz2 gentoo-2-01be02f47495a13283fdca6a4e97afdc71928ce3.zip |
alpha/arm/ia64/mips/ppc/ppc64/s390/sh/sparc love
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/buildbot-0.7.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/buildbot/buildbot-0.7.5.ebuild b/dev-util/buildbot/buildbot-0.7.5.ebuild index 85bf75ba4b80..774b21c5a907 100644 --- a/dev-util/buildbot/buildbot-0.7.5.ebuild +++ b/dev-util/buildbot/buildbot-0.7.5.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.5.ebuild,v 1.1 2007/02/08 03:39:35 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.5.ebuild,v 1.2 2007/02/13 13:23:47 vapier Exp $ inherit distutils eutils -DESCRIPTION="A Python system to automate the compile/test cycle to validate code changes. Similar to Tinderbox, but simpler." +DESCRIPTION="A Python system to automate the compile/test cycle to validate code changes (similar to Tinderbox, but simpler)" HOMEPAGE="http://buildbot.sourceforge.net/" SRC_URI="mirror://sourceforge/buildbot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="doc irc mail test web" commondepend=">=dev-lang/python-2.3 @@ -23,7 +23,6 @@ DEPEND="${commondepend} test? ( dev-python/twisted-web ) doc? ( dev-python/epydoc )" - pkg_setup() { enewuser buildbot } |