Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/oracle-instantclient-basic: ChangeLog oracle-instantclient-basic-11.2.0.3.ebuild
Date: Wed, 28 Nov 2012 15:54:37
Message-Id: 20121128155425.1DE1720C65@flycatcher.gentoo.org
1 haubi 12/11/28 15:54:25
2
3 Modified: ChangeLog
4 oracle-instantclient-basic-11.2.0.3.ebuild
5 Log:
6 Tell user to re-source the shell for ORACLE_HOME changes, bug#443900.
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
9
10 Revision Changes Path
11 1.55 dev-db/oracle-instantclient-basic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog?rev=1.55&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog?rev=1.55&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog?r1=1.54&r2=1.55
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v
20 retrieving revision 1.54
21 retrieving revision 1.55
22 diff -u -r1.54 -r1.55
23 --- ChangeLog 15 Nov 2012 19:36:02 -0000 1.54
24 +++ ChangeLog 28 Nov 2012 15:54:24 -0000 1.55
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-db/oracle-instantclient-basic
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.54 2012/11/15 19:36:02 haubi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.55 2012/11/28 15:54:24 haubi Exp $
30 +
31 + 28 Nov 2012; Michael Haubenwallner <haubi@g.o>
32 + oracle-instantclient-basic-11.2.0.3.ebuild:
33 + Tell user to re-source the shell for ORACLE_HOME changes, bug#443900.
34
35 15 Nov 2012; Michael Haubenwallner <haubi@g.o>
36 oracle-instantclient-basic-11.2.0.3.ebuild:
37
38
39
40 1.11 dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild?r1=1.10&r2=1.11
45
46 Index: oracle-instantclient-basic-11.2.0.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- oracle-instantclient-basic-11.2.0.3.ebuild 15 Nov 2012 19:36:02 -0000 1.10
53 +++ oracle-instantclient-basic-11.2.0.3.ebuild 28 Nov 2012 15:54:24 -0000 1.11
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.10 2012/11/15 19:36:02 haubi Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.11 2012/11/28 15:54:24 haubi Exp $
59
60 EAPI="4"
61
62 @@ -183,4 +183,6 @@
63 elog "TNS_ADMIN has been set to ${EROOT}etc/oracle by default,"
64 elog "put your tnsnames.ora there or configure TNS_ADMIN"
65 elog "to point to your user specific configuration."
66 + ewarn "Please re-source your shell settings for ORACLE_HOME"
67 + ewarn " changes, such as: source /etc/profile"
68 }