Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/gigabase: ChangeLog gigabase-3.63.ebuild gigabase-3.59.ebuild gigabase-3.60.ebuild
Date: Mon, 03 Mar 2008 19:28:35
Message-Id: E1JWGKu-0006z1-MF@stork.gentoo.org
1 pva 08/03/03 19:28:32
2
3 Modified: ChangeLog
4 Added: gigabase-3.63.ebuild
5 Removed: gigabase-3.59.ebuild gigabase-3.60.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.33 dev-db/gigabase/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 14 Feb 2008 21:17:33 -0000 1.32
24 +++ ChangeLog 3 Mar 2008 19:28:32 -0000 1.33
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-db/gigabase
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.32 2008/02/14 21:17:33 pva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.33 2008/03/03 19:28:32 pva Exp $
30 +
31 +*gigabase-3.63 (03 Mar 2008)
32 +
33 + 03 Mar 2008; <pva@g.o> -gigabase-3.59.ebuild,
34 + -gigabase-3.60.ebuild, +gigabase-3.63.ebuild:
35 + Version bump.
36
37 *gigabase-3.62 (14 Feb 2008)
38
39
40
41
42 1.1 dev-db/gigabase/gigabase-3.63.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/gigabase-3.63.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/gigabase-3.63.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gigabase-3.63.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.63.ebuild,v 1.1 2008/03/03 19:28:32 pva Exp $
52
53 inherit autotools eutils multilib
54
55 DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl"
56 HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html"
57 SRC_URI="mirror://sourceforge/gigabase/${P}.tar.gz"
58 LICENSE="MIT"
59 SLOT="0"
60 KEYWORDS="~amd64 ~s390 ~x86"
61 IUSE="doc"
62 DEPEND=""
63
64 S=${WORKDIR}/gigabase
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69
70 # Fix testsuite. Should be fixed in next release.
71 sed -i -e 's:testperf.dbs:testidx2.dbs:' testidx2.cpp
72 eautoreconf
73 }
74
75 src_compile() {
76 mf="${S}/Makefile"
77
78 econf || die "econf failed"
79
80 sed -r -i -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf}
81
82 emake || die "compilation failed"
83 }
84
85 src_install() {
86 einstall || die "make install failed"
87
88 dodoc CHANGES
89 use doc && dohtml GigaBASE.htm
90 use doc && dohtml -r docs/html/*
91 }
92
93 pkg_postinst() {
94 elog "The subsql binary has been renamed to subsql-gdb,"
95 elog "to avoid a name clash with the FastDB version of subsql"
96 echo
97 ewarn "Content of indices created by old (<=3.42) version of GigaBASE with"
98 ewarn "USE_LOCALE_SETTINGS enabled and using non-standard locale will be"
99 ewarn "different with format used by version 3.43 and higher. So you will"
100 ewarn "have to recreate indices in this case."
101 }
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list