Chromium Code Reviews| Index: chromeos-base/factorytest-init/factorytest-init-9999.ebuild |
| diff --git a/chromeos-base/factorytest-init/factorytest-init-9999.ebuild b/chromeos-base/factorytest-init/factorytest-init-9999.ebuild |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fdab388471deb821886210025bf34d42a15bbba8 |
| --- /dev/null |
| +++ b/chromeos-base/factorytest-init/factorytest-init-9999.ebuild |
| @@ -0,0 +1,33 @@ |
| +# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. |
| +# Distributed under the terms of the GNU General Public License v2 |
| + |
| +EAPI=2 |
| + |
| +inherit cros-workon |
| + |
| +DESCRIPTION="Upstart jobs for the Chrome OS factory test image" |
| +HOMEPAGE="http://src.chromium.org" |
| +SRC_URI="" |
| +LICENSE="BSD" |
| +SLOT="0" |
| +KEYWORDS="~x86 ~arm" |
| +IUSE="" |
| + |
| +DEPEND="" |
| + |
| +RDEPEND="\ |
|
Vince Laviano
2011/03/18 02:15:05
Stylistic nit. The convention that I've seen is fo
jrbarnette
2011/03/18 18:56:12
True. I don't know what came over me here...
|
| + chromeos-base/chromeos-init |
| + sys-apps/coreutils |
| + sys-apps/module-init-tools |
| + sys-apps/upstart |
| + sys-process/procps |
| + " |
| + |
| +CROS_WORKON_LOCALNAME="factory_test" |
| +CROS_WORKON_PROJECT="factory_test" |
| + |
| +src_install() { |
| + insinto /etc/init |
|
Vince Laviano
2011/03/18 02:15:05
This may be overly paranoid, but we might want to
jrbarnette
2011/03/18 18:56:12
Ah. Reading the relevant Gentoo docs, I see that
|
| + doins factory.conf |
| + doins factorylog.conf |
| +} |