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

Side by Side Diff: chromeos-base/update_engine/update_engine-0.0.1-r52.ebuild

Issue 3262006: update_engine,rootdev: atomically add librootdev and add update_engine deps (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git
Patch Set: add VERS-rX to the changes Created 10 years, 3 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
« no previous file with comments | « no previous file | chromeos-base/update_engine/update_engine-9999.ebuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="cb466212cccca21dfe0dcd01afbbb06e005309e2" 5 CROS_WORKON_COMMIT="cb466212cccca21dfe0dcd01afbbb06e005309e2"
6 inherit toolchain-funcs cros-workon 6 inherit toolchain-funcs cros-workon
7 7
8 DESCRIPTION="Chrome OS Update Engine." 8 DESCRIPTION="Chrome OS Update Engine."
9 HOMEPAGE="http://src.chromium.org" 9 HOMEPAGE="http://src.chromium.org"
10 SRC_URI="" 10 SRC_URI=""
11 LICENSE="BSD" 11 LICENSE="BSD"
12 SLOT="0" 12 SLOT="0"
13 KEYWORDS="amd64 arm x86" 13 KEYWORDS="amd64 arm x86"
14 14
15 RDEPEND="app-arch/bzip2 15 RDEPEND="app-arch/bzip2
16 chromeos-base/libchrome 16 chromeos-base/libchrome
17 chromeos-base/metrics 17 chromeos-base/metrics
18 chromeos-base/verity 18 chromeos-base/verity
19 dev-cpp/gflags 19 dev-cpp/gflags
20 dev-libs/glib 20 dev-libs/glib
21 dev-libs/libpcre 21 dev-libs/libpcre
22 dev-libs/libxml2 22 dev-libs/libxml2
23 dev-libs/protobuf 23 dev-libs/protobuf
24 dev-util/bsdiff 24 dev-util/bsdiff
25 net-misc/curl 25 net-misc/curl
26 sys-apps/rootdev
26 sys-libs/zlib" 27 sys-libs/zlib"
27 DEPEND="chromeos-base/libchromeos 28 DEPEND="chromeos-base/libchromeos
28 dev-cpp/gmock 29 dev-cpp/gmock
29 dev-cpp/gtest 30 dev-cpp/gtest
30 dev-libs/dbus-glib 31 dev-libs/dbus-glib
31 ${RDEPEND}" 32 ${RDEPEND}"
32 33
33 src_compile() { 34 src_compile() {
34 tc-export CC CXX AR RANLIB LD NM 35 tc-export CC CXX AR RANLIB LD NM
35 export CCFLAGS="$CFLAGS" 36 export CCFLAGS="$CFLAGS"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 insinto /usr/share/dbus-1/services 69 insinto /usr/share/dbus-1/services
69 doins org.chromium.UpdateEngine.service 70 doins org.chromium.UpdateEngine.service
70 71
71 insinto /etc/dbus-1/system.d 72 insinto /etc/dbus-1/system.d
72 doins UpdateEngine.conf 73 doins UpdateEngine.conf
73 74
74 insinto /usr/include/chromeos/update_engine 75 insinto /usr/include/chromeos/update_engine
75 doins update_engine.dbusserver.h 76 doins update_engine.dbusserver.h
76 doins update_engine.dbusclient.h 77 doins update_engine.dbusclient.h
77 } 78 }
OLDNEW
« no previous file with comments | « no previous file | chromeos-base/update_engine/update_engine-9999.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698