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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sys-apps/rootdev/rootdev-0.0.1-r4.ebuild ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sys-apps/rootdev/rootdev-9999.ebuild
diff --git a/sys-apps/rootdev/rootdev-9999.ebuild b/sys-apps/rootdev/rootdev-9999.ebuild
index 60c7415ec33b879999db11f0c2f475ae2bfdc9d7..2f2d2edf3558fd70f4d46c8c9017397990e2cbb0 100644
--- a/sys-apps/rootdev/rootdev-9999.ebuild
+++ b/sys-apps/rootdev/rootdev-9999.ebuild
@@ -5,10 +5,10 @@ EAPI=2
inherit toolchain-funcs cros-workon
-DESCRIPTION="display rootfs device"
+DESCRIPTION="Chrome OS root block device tool/library"
HOMEPAGE="http://src.chromium.org"
SRC_URI=""
-LICENSE="GPLv2"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm"
IUSE=""
@@ -22,4 +22,11 @@ src_install() {
dodir /usr/bin
exeinto /usr/bin
doexe ${S}/rootdev
+
+ dodir /usr/lib
+ dolib.so librootdev.so*
+
+ dodir /usr/include/rootdev
+ insinto /usr/include/rootdev
+ doins rootdev.h
}
« 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