Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-basic: ChangeLog oracle-instantclient-basic-10.2.0.3.ebuild
Date: Fri, 02 May 2008 19:44:24
Message-Id: E1Js1B7-0007Vc-3r@stork.gentoo.org
1 dertobi123 08/05/02 19:44:21
2
3 Modified: ChangeLog
4 oracle-instantclient-basic-10.2.0.3.ebuild
5 Log:
6 Cleanup, set TNS_ADMIN and add information on where to put tnsnames.ora, #215100
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.31 dev-db/oracle-instantclient-basic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 2 May 2008 19:41:53 -0000 1.30
23 +++ ChangeLog 2 May 2008 19:44:20 -0000 1.31
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-db/oracle-instantclient-basic
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.30 2008/05/02 19:41:53 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.31 2008/05/02 19:44:20 dertobi123 Exp $
29 +
30 + 02 May 2008; Tobias Scherbaum <dertobi123@g.o>
31 + -oracle-instantclient-basic-10.1.0.5.ebuild,
32 + oracle-instantclient-basic-10.2.0.3.ebuild:
33 + Cleanup, set TNS_ADMIN and add information on where to put tnsnames.ora,
34 + #215100
35
36 02 May 2008; Tobias Scherbaum <dertobi123@g.o>
37 -oracle-instantclient-basic-10.1.0.5.ebuild,
38
39
40
41 1.10 dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild?rev=1.10&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild?rev=1.10&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild?r1=1.9&r2=1.10
46
47 Index: oracle-instantclient-basic-10.2.0.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild,v
50 retrieving revision 1.9
51 retrieving revision 1.10
52 diff -u -r1.9 -r1.10
53 --- oracle-instantclient-basic-10.2.0.3.ebuild 2 May 2008 19:41:53 -0000 1.9
54 +++ oracle-instantclient-basic-10.2.0.3.ebuild 2 May 2008 19:44:20 -0000 1.10
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild,v 1.9 2008/05/02 19:41:53 dertobi123 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-10.2.0.3.ebuild,v 1.10 2008/05/02 19:44:20 dertobi123 Exp $
60
61 inherit eutils
62
63 @@ -110,7 +110,7 @@
64 elog "oracle-instantclient-* packages aren't installed in different"
65 elog "SLOTs any longer. You may want to uninstall older versions."
66 elog
67 - elog "TNS_ADMIN has been set to ${ROOT}etc/oracle by default, put your"
68 + elog "TNS_ADMIN has been set to "${ROOT}"etc/oracle by default, put your"
69 elog "tnsnames.ora there or configure TNS_ADMIN to point to"
70 elog "your user specific configuration."
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list