Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Side by Side Diff: chromeos-base/crash-reporter/crash-reporter-0.0.1-r7.ebuild

Issue 3051038: Marking set of ebuilds as stable (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chromeos-base/crash-dumper/crash-dumper-0.0.1-r4.ebuild ('k') | chromeos-base/flimflam/flimflam-0.0.1-r20.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698