Gentoo Archives: gentoo-commits

From: "Lars Weiler (pylon)" <pylon@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xyssl: ChangeLog xyssl-0.9.ebuild xyssl-0.7.ebuild xyssl-0.8.ebuild
Date: Sun, 30 Mar 2008 09:22:48
Message-Id: E1JftkT-000324-I9@stork.gentoo.org
1 pylon 08/03/30 09:22:45
2
3 Modified: ChangeLog xyssl-0.9.ebuild
4 Removed: xyssl-0.7.ebuild xyssl-0.8.ebuild
5 Log:
6 QA corrections; cleanup.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 net-libs/xyssl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xyssl/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xyssl/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xyssl/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/xyssl/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 20 Oct 2007 23:36:05 -0000 1.3
23 +++ ChangeLog 30 Mar 2008 09:22:44 -0000 1.4
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-libs/xyssl
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xyssl/ChangeLog,v 1.3 2007/10/20 23:36:05 pylon Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xyssl/ChangeLog,v 1.4 2008/03/30 09:22:44 pylon Exp $
30 +
31 + 30 Mar 2008; Lars Weiler <pylon@g.o> -xyssl-0.7.ebuild,
32 + -xyssl-0.8.ebuild, xyssl-0.9.ebuild:
33 + QA corrections; cleanup.
34
35 20 Oct 2007; Lars Weiler <pylon@g.o> xyssl-0.8.ebuild:
36 Keyworded ~ppc.
37
38
39
40 1.2 net-libs/xyssl/xyssl-0.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xyssl/xyssl-0.9.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xyssl/xyssl-0.9.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xyssl/xyssl-0.9.ebuild?r1=1.1&r2=1.2
45
46 Index: xyssl-0.9.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-libs/xyssl/xyssl-0.9.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- xyssl-0.9.ebuild 29 Mar 2008 23:35:06 -0000 1.1
53 +++ xyssl-0.9.ebuild 30 Mar 2008 09:22:44 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xyssl/xyssl-0.9.ebuild,v 1.1 2008/03/29 23:35:06 pylon Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xyssl/xyssl-0.9.ebuild,v 1.2 2008/03/30 09:22:44 pylon Exp $
60
61 DESCRIPTION="Cryptographic library for embedded systems"
62 HOMEPAGE="http://xyssl.org/"
63 @@ -25,13 +25,13 @@
64
65 if use examples ; then
66 cd "${S}"/programs
67 - emake all
68 + emake all || die "emake failed"
69 fi
70 }
71
72 src_test() {
73 cd "${S}"/programs
74 - emake test/selftest
75 + emake test/selftest || die "emake selftest failed"
76 ./test/selftest || die "selftest failed"
77 }
78
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list