Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/openssl-tpm-engine: ChangeLog openssl-tpm-engine-0.4.1.ebuild openssl-tpm-engine-0.4.ebuild openssl-tpm-engine-0.3.ebuild
Date: Sat, 10 Nov 2007 13:04:51
Message-Id: E1Iqq0y-0008CQ-24@stork.gentoo.org
1 alonbl 07/11/10 13:04:44
2
3 Modified: ChangeLog
4 Added: openssl-tpm-engine-0.4.1.ebuild
5 Removed: openssl-tpm-engine-0.4.ebuild
6 openssl-tpm-engine-0.3.ebuild
7 Log:
8 Version bump
9 (Portage version: 2.1.3.19)
10
11 Revision Changes Path
12 1.5 app-crypt/openssl-tpm-engine/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/openssl-tpm-engine/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/openssl-tpm-engine/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/openssl-tpm-engine/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-crypt/openssl-tpm-engine/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 12 Jan 2007 20:40:41 -0000 1.4
25 +++ ChangeLog 10 Nov 2007 13:04:43 -0000 1.5
26 @@ -1,6 +1,14 @@
27 # ChangeLog for app-crypt/openssl-tpm-engine
28 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-tpm-engine/ChangeLog,v 1.4 2007/01/12 20:40:41 alonbl Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-tpm-engine/ChangeLog,v 1.5 2007/11/10 13:04:43 alonbl Exp $
31 +
32 +*openssl-tpm-engine-0.4.1 (10 Nov 2007)
33 +
34 + 10 Nov 2007; Alon Bar-Lev <alonbl@g.o>
35 + -files/openssl-tpm-engine-0.3-openssl.patch,
36 + -openssl-tpm-engine-0.3.ebuild, -openssl-tpm-engine-0.4.ebuild,
37 + +openssl-tpm-engine-0.4.1.ebuild:
38 + Version bump, cleanup
39
40 12 Jan 2007; Alon Bar-Lev <alonbl@g.o>
41 openssl-tpm-engine-0.3.ebuild:
42
43
44
45 1.1 app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: openssl-tpm-engine-0.4.1.ebuild
51 ===================================================================
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-crypt/openssl-tpm-engine/openssl-tpm-engine-0.4.1.ebuild,v 1.1 2007/11/10 13:04:43 alonbl Exp $
55
56 MY_P="${P/-tpm-/_tpm_}"
57
58 DESCRIPTION="This provides a OpenSSL engine that uses private keys stored in TPM hardware"
59 HOMEPAGE="http://trousers.sourceforge.net"
60 SRC_URI="mirror://sourceforge/trousers/${MY_P}.tar.gz"
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~x86"
64 IUSE=""
65 RDEPEND=">=dev-libs/openssl-0.9.8
66 >=app-crypt/trousers-0.2.8"
67 DEPEND="${RDEPEND}"
68
69 S="${WORKDIR}/${MY_P}"
70
71 src_compile() {
72 econf --with-openssl=/usr || die
73 emake || die
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die
78 dodoc openssl.cnf.sample README
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list