diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-19 21:18:42 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-19 21:18:42 +0000 |
commit | 611567874d8eda36b8dad7ba7c438fbbb410ad21 (patch) | |
tree | e9183d49a2115202db388cb959f1f45ffa89895a /dev-util/buildbot | |
parent | initial commit wrt #340343 (diff) | |
download | historical-611567874d8eda36b8dad7ba7c438fbbb410ad21.tar.gz historical-611567874d8eda36b8dad7ba7c438fbbb410ad21.tar.bz2 historical-611567874d8eda36b8dad7ba7c438fbbb410ad21.zip |
added prefix keywords
Package-Manager: portage-2.2.0_alpha121/cvs/Linux i686
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.6_p1.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index de90fa32810c..0509bfb10bf5 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,9 @@ # 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.104 2012/06/26 15:37:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.105 2012/08/19 21:09:32 ottxor Exp $ + + 19 Aug 2012; Christoph Junghans <ottxor@gentoo.org> buildbot-0.8.6_p1.ebuild: + added prefix keywords 26 Jun 2012; Jeroen Roovers <jer@gentoo.org> metadata.xml: Denote Dustin as an upstream maintainer, not a Gentoo one. @@ -398,4 +401,3 @@ +buildbot-0.7.4.ebuild: -m New package, ebuild based on one by Michael Schmid <meheschmid@gmx.ch>. Closes bug #133004. - diff --git a/dev-util/buildbot/buildbot-0.8.6_p1.ebuild b/dev-util/buildbot/buildbot-0.8.6_p1.ebuild index 6059de3206dc..14a1bfb3d8de 100644 --- a/dev-util/buildbot/buildbot-0.8.6_p1.ebuild +++ b/dev-util/buildbot/buildbot-0.8.6_p1.ebuild @@ -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.3 2012/06/08 07:42:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.6_p1.ebuild,v 1.4 2012/08/19 21:09:32 ottxor Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" IUSE="doc examples irc mail manhole test" # sqlite3 module of Python 2.5 is not supported. @@ -94,7 +94,7 @@ pkg_postinst() { elog "to support starting buildbot through Gentoo's init system. To use this," elog "set up your build master following the documentation, make sure the" elog "resulting directories are owned by the \"buildbot\" user and point" - elog "\"${ROOT}etc/conf.d/buildmaster\" at the right location. The scripts can" + elog "\"${EROOT}etc/conf.d/buildmaster\" 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 master, just copy the scripts." elog |