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

Side by Side Diff: chromeos-base/chromeos-cryptohome/chromeos-cryptohome-9999.ebuild

Issue 3522011: Add protobuf dependency to cryptohome (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git
Patch Set: Address feedback. Created 10 years, 2 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 | 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) 2009 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2009 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 cros-debug cros-workon toolchain-funcs 5 inherit cros-debug cros-workon toolchain-funcs
6 6
7 DESCRIPTION="Encrypted home directories for Chromium OS" 7 DESCRIPTION="Encrypted home directories for Chromium OS"
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 IUSE="test" 13 IUSE="test"
14 14
15 RDEPEND=" 15 RDEPEND="
16 app-crypt/trousers 16 app-crypt/trousers
17 chromeos-base/libscrypt 17 chromeos-base/libscrypt
18 dev-libs/dbus-glib 18 dev-libs/dbus-glib
19 dev-libs/glib 19 dev-libs/glib
20 dev-libs/openssl 20 dev-libs/openssl
21 dev-libs/protobuf
21 sys-apps/keyutils 22 sys-apps/keyutils
22 sys-fs/ecryptfs-utils" 23 sys-fs/ecryptfs-utils"
23 24
24 DEPEND=" 25 DEPEND="
25 test? ( dev-cpp/gtest ) 26 test? ( dev-cpp/gtest )
26 chromeos-base/libchromeos 27 chromeos-base/libchromeos
27 chromeos-base/tpm_init 28 chromeos-base/tpm_init
28 ${RDEPEND}" 29 ${RDEPEND}"
29 30
30 CROS_WORKON_PROJECT="cryptohome" 31 CROS_WORKON_PROJECT="cryptohome"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 insinto /usr/lib/chromeos-cryptohome 107 insinto /usr/lib/chromeos-cryptohome
107 doins "${S}"/lib/* 108 doins "${S}"/lib/*
108 109
109 dodir /usr/lib/chromeos-cryptohome/utils 110 dodir /usr/lib/chromeos-cryptohome/utils
110 insinto /usr/lib/chromeos-cryptohome/utils 111 insinto /usr/lib/chromeos-cryptohome/utils
111 doins "${S}"/lib/utils/* 112 doins "${S}"/lib/utils/*
112 113
113 # For opencryptoki. 114 # For opencryptoki.
114 dodir /etc/skel/.tpm 115 dodir /etc/skel/.tpm
115 } 116 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698