Gentoo Archives: gentoo-commits

From: "Akinori Hattori
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.76.ebuild ChangeLog
Date: Sun, 09 Sep 2007 12:33:57
Message-Id: E1IULsL-00043X-2r@stork.gentoo.org
1 hattya 07/09/09 12:26:53
2
3 Modified: tinycdb-0.76.ebuild ChangeLog
4 Log:
5 fix src_test.
6 (Portage version: 2.1.2.12)
7
8 Revision Changes Path
9 1.4 dev-db/tinycdb/tinycdb-0.76.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tinycdb/tinycdb-0.76.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tinycdb/tinycdb-0.76.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tinycdb/tinycdb-0.76.ebuild?r1=1.3&r2=1.4
14
15 Index: tinycdb-0.76.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.76.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- tinycdb-0.76.ebuild 9 Aug 2007 10:02:44 -0000 1.3
22 +++ tinycdb-0.76.ebuild 9 Sep 2007 12:26:52 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.76.ebuild,v 1.3 2007/08/09 10:02:44 hattya Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.76.ebuild,v 1.4 2007/09/09 12:26:52 hattya Exp $
28
29 inherit eutils
30
31 @@ -20,12 +20,24 @@
32 src_compile() {
33
34 emake staticlib sharedlib piclib cdb-shared || die
35 - mv -f cdb-shared cdb
36 +
37 +}
38 +
39 +src_test() {
40 +
41 + if use ia64; then
42 + einfo "\"Handling file size limits\" fails on ia64, skipped..."
43 + return
44 + fi
45 +
46 + emake -j1 check check-shared || die
47
48 }
49
50 src_install() {
51
52 + mv -f cdb-shared cdb
53 +
54 einstall install-sharedlib install-piclib || die
55 dodoc NEWS
56
57
58
59
60 1.14 dev-db/tinycdb/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.14&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.14&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.13&r2=1.14
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
69 retrieving revision 1.13
70 retrieving revision 1.14
71 diff -u -r1.13 -r1.14
72 --- ChangeLog 9 Aug 2007 10:02:44 -0000 1.13
73 +++ ChangeLog 9 Sep 2007 12:26:52 -0000 1.14
74 @@ -1,6 +1,9 @@
75 # ChangeLog for dev-db/tinycdb
76 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.13 2007/08/09 10:02:44 hattya Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.14 2007/09/09 12:26:52 hattya Exp $
79 +
80 + 09 Sep 2007; Akinori Hattori <hattya@g.o> tinycdb-0.76.ebuild:
81 + fix src_test.
82
83 09 Aug 2007; Akinori Hattori <hattya@g.o> tinycdb-0.76.ebuild:
84 stable on x86.
85
86
87
88 --
89 gentoo-commits@g.o mailing list