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

Side by Side Diff: chromeos-base/update_engine/update_engine-9999.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
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 inherit toolchain-funcs cros-workon 5 inherit toolchain-funcs cros-workon
6 6
7 DESCRIPTION="Chrome OS Update Engine." 7 DESCRIPTION="Chrome OS Update Engine."
8 HOMEPAGE="http://src.chromium.org" 8 HOMEPAGE="http://src.chromium.org"
9 SRC_URI="" 9 SRC_URI=""
10 LICENSE="BSD" 10 LICENSE="BSD"
11 SLOT="0" 11 SLOT="0"
12 KEYWORDS="~amd64 ~arm ~x86" 12 KEYWORDS="~amd64 ~arm ~x86"
13 13
14 RDEPEND="app-arch/bzip2 14 RDEPEND="app-arch/bzip2
15 chromeos-base/libchrome 15 chromeos-base/libchrome
16 chromeos-base/metrics 16 chromeos-base/metrics
17 chromeos-base/verity 17 chromeos-base/verity
18 dev-cpp/gflags 18 dev-cpp/gflags
19 dev-libs/glib 19 dev-libs/glib
20 dev-libs/libpcre 20 dev-libs/libpcre
21 dev-libs/libxml2 21 dev-libs/libxml2
22 dev-libs/protobuf 22 dev-libs/protobuf
23 dev-util/bsdiff 23 dev-util/bsdiff
24 net-misc/curl 24 net-misc/curl
25 sys-apps/rootdev
25 sys-libs/zlib" 26 sys-libs/zlib"
26 DEPEND="chromeos-base/libchromeos 27 DEPEND="chromeos-base/libchromeos
27 dev-cpp/gmock 28 dev-cpp/gmock
28 dev-cpp/gtest 29 dev-cpp/gtest
29 dev-libs/dbus-glib 30 dev-libs/dbus-glib
30 ${RDEPEND}" 31 ${RDEPEND}"
31 32
32 src_compile() { 33 src_compile() {
33 tc-export CC CXX AR RANLIB LD NM 34 tc-export CC CXX AR RANLIB LD NM
34 export CCFLAGS="$CFLAGS" 35 export CCFLAGS="$CFLAGS"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 insinto /usr/share/dbus-1/services 68 insinto /usr/share/dbus-1/services
68 doins org.chromium.UpdateEngine.service 69 doins org.chromium.UpdateEngine.service
69 70
70 insinto /etc/dbus-1/system.d 71 insinto /etc/dbus-1/system.d
71 doins UpdateEngine.conf 72 doins UpdateEngine.conf
72 73
73 insinto /usr/include/chromeos/update_engine 74 insinto /usr/include/chromeos/update_engine
74 doins update_engine.dbusserver.h 75 doins update_engine.dbusserver.h
75 doins update_engine.dbusclient.h 76 doins update_engine.dbusclient.h
76 } 77 }
OLDNEW
« no previous file with comments | « chromeos-base/update_engine/update_engine-0.0.1-r52.ebuild ('k') | sys-apps/rootdev/rootdev-0.0.1-r4.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698