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