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.69.ebuild
Date: Mon, 23 Mar 2009 06:46:50
Message-Id: E1Lldvs-0004EG-LM@stork.gentoo.org
1 pva 09/03/23 06:46:48
2
3 Modified: ChangeLog
4 Added: gigabase-3.69.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc26/cvs/Linux i686)
8
9 Revision Changes Path
10 1.42 dev-db/gigabase/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -u -r1.41 -r1.42
22 --- ChangeLog 22 Jan 2009 08:21:40 -0000 1.41
23 +++ ChangeLog 23 Mar 2009 06:46:48 -0000 1.42
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-db/gigabase
26 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.41 2009/01/22 08:21:40 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/ChangeLog,v 1.42 2009/03/23 06:46:48 pva Exp $
29 +
30 +*gigabase-3.69 (23 Mar 2009)
31 +
32 + 23 Mar 2009; Peter Volkov <pva@g.o> +gigabase-3.69.ebuild:
33 + Version bump.
34
35 *gigabase-3.68 (22 Jan 2009)
36
37
38
39
40 1.1 dev-db/gigabase/gigabase-3.69.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/gigabase-3.69.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/gigabase/gigabase-3.69.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gigabase-3.69.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-3.69.ebuild,v 1.1 2009/03/23 06:46:48 pva Exp $
50
51 inherit eutils multilib
52
53 DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl"
54 HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html"
55 SRC_URI="mirror://sourceforge/gigabase/${P}.tar.gz"
56
57 LICENSE="MIT"
58 SLOT="0"
59 KEYWORDS="~amd64 ~s390 ~x86"
60 IUSE="doc"
61
62 DEPEND=""
63 RDEPEND=""
64
65 S=${WORKDIR}/gigabase
66
67 src_compile() {
68 mf="${S}/Makefile"
69
70 econf
71 sed -r -i -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf}
72 emake || die "compilation failed"
73 }
74
75 src_install() {
76 einstall || die "make install failed"
77
78 dodoc CHANGES
79 use doc && dohtml GigaBASE.htm
80 use doc && dohtml -r docs/html/*
81 }
82
83 pkg_postinst() {
84 elog "The subsql binary has been renamed to subsql-gdb,"
85 elog "to avoid a name clash with the FastDB version of subsql"
86 }