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:26:38
Message-Id: 1346174743.2e3224c9c7f48b5ad097bdcd6ca56096e3a369ab.xmw@gentoo
1 commit: 2e3224c9c7f48b5ad097bdcd6ca56096e3a369ab
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 17:25:43 2012 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 17:25:43 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=2e3224c9
7
8 Fix library installation.
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-0.10-r1.ebuild | 1 +
14 app-crypt/tcplay/tcplay-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+), 0 deletions(-)
16
17 diff --git a/app-crypt/tcplay/tcplay-0.10-r1.ebuild b/app-crypt/tcplay/tcplay-0.10-r1.ebuild
18 index 65357e5..0a93304 100644
19 --- a/app-crypt/tcplay/tcplay-0.10-r1.ebuild
20 +++ b/app-crypt/tcplay/tcplay-0.10-r1.ebuild
21 @@ -34,6 +34,7 @@ src_compile() {
22
23 src_install() {
24 dobin ${PN}
25 + dolib lib${PN}.so
26 doman ${PN}.{3,8}
27 dodoc README
28 }
29
30 diff --git a/app-crypt/tcplay/tcplay-9999.ebuild b/app-crypt/tcplay/tcplay-9999.ebuild
31 index 2ba7b4e..8e6c8c4 100644
32 --- a/app-crypt/tcplay/tcplay-9999.ebuild
33 +++ b/app-crypt/tcplay/tcplay-9999.ebuild
34 @@ -33,6 +33,7 @@ src_compile() {
35
36 src_install() {
37 dobin ${PN}
38 + dolib lib${PN}.so
39 doman ${PN}.{3,8}
40 dodoc README.md
41 }