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

Side by Side Diff: sys-apps/rootdev/rootdev-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
« no previous file with comments | « sys-apps/rootdev/rootdev-0.0.1-r4.ebuild ('k') | no next file » | 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 5
6 inherit toolchain-funcs cros-workon 6 inherit toolchain-funcs cros-workon
7 7
8 DESCRIPTION="display rootfs device" 8 DESCRIPTION="Chrome OS root block device tool/library"
9 HOMEPAGE="http://src.chromium.org" 9 HOMEPAGE="http://src.chromium.org"
10 SRC_URI="" 10 SRC_URI=""
11 LICENSE="GPLv2" 11 LICENSE="BSD"
12 SLOT="0" 12 SLOT="0"
13 KEYWORDS="~amd64 ~x86 ~arm" 13 KEYWORDS="~amd64 ~x86 ~arm"
14 IUSE="" 14 IUSE=""
15 15
16 src_compile() { 16 src_compile() {
17 tc-getCC 17 tc-getCC
18 emake || die 18 emake || die
19 } 19 }
20 20
21 src_install() { 21 src_install() {
22 dodir /usr/bin 22 dodir /usr/bin
23 exeinto /usr/bin 23 exeinto /usr/bin
24 doexe ${S}/rootdev 24 doexe ${S}/rootdev
25
26 dodir /usr/lib
27 dolib.so librootdev.so*
28
29 dodir /usr/include/rootdev
30 insinto /usr/include/rootdev
31 doins rootdev.h
25 } 32 }
OLDNEW
« no previous file with comments | « sys-apps/rootdev/rootdev-0.0.1-r4.ebuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698