OLD | NEW |
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
2 # Distributed under the terms of the GNU General Public License v2 | 2 # Distributed under the terms of the GNU General Public License v2 |
3 | 3 |
4 EAPI=2 | 4 EAPI=2 |
5 CROS_WORKON_COMMIT="7ce99491b88d6ce7aa5e4d50f50176de0ba9a8dd" | 5 CROS_WORKON_COMMIT="2c880409fb848a5210532ab1a9ff603e4af9af9c" |
| 6 |
6 inherit cros-workon toolchain-funcs | 7 inherit cros-workon toolchain-funcs |
7 | 8 |
8 DESCRIPTION="Build chromeos crash handler" | 9 DESCRIPTION="Build chromeos crash handler" |
9 HOMEPAGE="http://src.chromium.org" | 10 HOMEPAGE="http://src.chromium.org" |
10 SRC_URI="" | 11 SRC_URI="" |
11 LICENSE="BSD" | 12 LICENSE="BSD" |
12 SLOT="0" | 13 SLOT="0" |
13 KEYWORDS="x86 arm" | 14 KEYWORDS="x86 arm" |
14 IUSE="test" | 15 IUSE="test" |
15 | 16 |
(...skipping 22 matching lines...) Expand all Loading... |
38 fi | 39 fi |
39 } | 40 } |
40 | 41 |
41 src_install() { | 42 src_install() { |
42 into / | 43 into / |
43 dosbin "crash_reporter" || die | 44 dosbin "crash_reporter" || die |
44 dosbin "crash_sender" || die | 45 dosbin "crash_sender" || die |
45 exeinto /etc/cron.hourly || die | 46 exeinto /etc/cron.hourly || die |
46 doexe "crash_sender.hourly" || die | 47 doexe "crash_sender.hourly" || die |
47 } | 48 } |
OLD | NEW |