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

Side by Side Diff: chromeos-base/crash-dumper/crash-dumper-0.0.1-r4.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="7bbc9fdcf326e7bafd101eb431d64fc4746c865e" 5 CROS_WORKON_COMMIT="278c866b6039379a548730b7be57f843266c87e6"
6
6 inherit cros-workon 7 inherit cros-workon
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 17 matching lines...) Expand all
33 LD_LIBRARY_PATH=$(pwd):${LD_LIBRARY_PATH} \ 34 LD_LIBRARY_PATH=$(pwd):${LD_LIBRARY_PATH} \
34 "${test}" ${GTEST_ARGS} || die "${test} failed" 35 "${test}" ${GTEST_ARGS} || die "${test} failed"
35 done 36 done
36 fi 37 fi
37 } 38 }
38 39
39 src_install() { 40 src_install() {
40 into /usr 41 into /usr
41 dolib.so libcrash.so || die 42 dolib.so libcrash.so || die
42 } 43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698