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

Side by Side Diff: app-crypt/trousers/trousers-0.3.3.ebuild

Issue 751001: Move trousers ebuild to app-crypt where it belongs. (Closed)
Patch Set: Makes the tpm-tools package available for emerging Created 10 years, 9 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
« no previous file with comments | « no previous file | profiles/targets/chromeos/package.keywords » ('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 1999-2009 Gentoo Foundation 1 # Copyright 1999-2009 Gentoo Foundation
2 # Copyright 2010 Google, Inc. 2 # Copyright 2010 Google, Inc.
3 # Distributed under the terms of the GNU General Public License v2 3 # Distributed under the terms of the GNU General Public License v2
4 # $Header$ 4 # $Header$
5 5
6 EAPI="2" 6 EAPI="2"
7 7
8 inherit autotools base eutils linux-info 8 inherit autotools base eutils linux-info
9 9
10 DESCRIPTION="An open-source TCG Software Stack (TSS) v1.1 implementation" 10 DESCRIPTION="An open-source TCG Software Stack (TSS) v1.1 implementation"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 dodoc AUTHORS ChangeLog NICETOHAVES README TODO 60 dodoc AUTHORS ChangeLog NICETOHAVES README TODO
61 use doc && dodoc doc/* 61 use doc && dodoc doc/*
62 newinitd "${FILESDIR}/tcsd.initd" tcsd 62 newinitd "${FILESDIR}/tcsd.initd" tcsd
63 newconfd "${FILESDIR}/tcsd.confd" tcsd 63 newconfd "${FILESDIR}/tcsd.confd" tcsd
64 } 64 }
65 65
66 pkg_postinst() { 66 pkg_postinst() {
67 elog "If you have problems starting tcsd, please check permissions and" 67 elog "If you have problems starting tcsd, please check permissions and"
68 elog "ownership on /dev/tpm* and ~tss/system.data" 68 elog "ownership on /dev/tpm* and ~tss/system.data"
69 } 69 }
OLDNEW
« no previous file with comments | « no previous file | profiles/targets/chromeos/package.keywords » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698