Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/xmw:master commit in: app-crypt/tcplay/
Date: Tue, 28 Aug 2012 17:07:39
Message-Id: 1346173567.78d0aff4ad10ddf34e92353751784398817a1b07.xmw@gentoo
1 commit: 78d0aff4ad10ddf34e92353751784398817a1b07
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 17:06:07 2012 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 17:06:07 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=78d0aff4
7
8 Upstream fixed library compilation.
9
10 (Portage version: 2.1.11.12/git/Linux x86_64, signed Manifest commit with key 62EEF090)
11
12 ---
13 app-crypt/tcplay/tcplay-9999.ebuild | 8 +++-----
14 1 files changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/app-crypt/tcplay/tcplay-9999.ebuild b/app-crypt/tcplay/tcplay-9999.ebuild
17 index 292c1fd..2ba7b4e 100644
18 --- a/app-crypt/tcplay/tcplay-9999.ebuild
19 +++ b/app-crypt/tcplay/tcplay-9999.ebuild
20 @@ -28,13 +28,11 @@ src_prepare() {
21
22 src_compile() {
23 tc-export CC
24 - emake SYSTEM=linux PBKDF_BACKEND=gcrypt program
25 - #emake ${myconf} lib
26 + emake SYSTEM=linux PBKDF_BACKEND=gcrypt program lib
27 }
28
29 src_install() {
30 dobin ${PN}
31 - doman ${PN}.8
32 - #doman ${PN}.3
33 - dodoc README
34 + doman ${PN}.{3,8}
35 + dodoc README.md
36 }