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-sqlplus: ChangeLog oracle-instantclient-sqlplus-11.1.0.7.0.ebuild
Date: Wed, 31 Dec 2008 09:10:04
Message-Id: E1LHx5W-0000mz-P1@stork.gentoo.org
1 dertobi123 08/12/31 09:10:02
2
3 Modified: ChangeLog
4 oracle-instantclient-sqlplus-11.1.0.7.0.ebuild
5 Log:
6 Fix typo
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.25 dev-db/oracle-instantclient-sqlplus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 27 Dec 2008 12:36:03 -0000 1.24
23 +++ ChangeLog 31 Dec 2008 09:10:02 -0000 1.25
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-db/oracle-instantclient-sqlplus
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog,v 1.24 2008/12/27 12:36:03 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/ChangeLog,v 1.25 2008/12/31 09:10:02 dertobi123 Exp $
29 +
30 + 31 Dec 2008; Tobias Scherbaum <dertobi123@g.o>
31 + oracle-instantclient-sqlplus-11.1.0.7.0.ebuild:
32 + Fix typo
33
34 *oracle-instantclient-sqlplus-11.1.0.7.0 (27 Dec 2008)
35
36
37
38
39 1.2 dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.1.0.7.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.1.0.7.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.1.0.7.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.1.0.7.0.ebuild?r1=1.1&r2=1.2
44
45 Index: oracle-instantclient-sqlplus-11.1.0.7.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.1.0.7.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- oracle-instantclient-sqlplus-11.1.0.7.0.ebuild 27 Dec 2008 12:36:03 -0000 1.1
52 +++ oracle-instantclient-sqlplus-11.1.0.7.0.ebuild 31 Dec 2008 09:10:02 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.1.0.7.0.ebuild,v 1.1 2008/12/27 12:36:03 dertobi123 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.1.0.7.0.ebuild,v 1.2 2008/12/31 09:10:02 dertobi123 Exp $
58
59 inherit eutils
60
61 @@ -8,7 +8,7 @@
62 MY_P_amd64="${PN/oracle-instantclient-/}-${PV}-linux-x86_64"
63
64 S="${WORKDIR}"
65 -DESCRIPTION="Oracle 10g client installation for Linux: SQL*Plus"
66 +DESCRIPTION="Oracle 11g client installation for Linux: SQL*Plus"
67 HOMEPAGE="http://www.oracle.com/technology/tech/oci/instantclient/index.html"
68 SRC_URI="amd64? ( ${MY_P_amd64}.zip )
69 x86? ( ${MY_P_x86}.zip )"
70 @@ -57,7 +57,7 @@
71 }
72
73 pkg_postinst() {
74 - elog "The SQL*Plus package for Oracle 10g has been installed."
75 + elog "The SQL*Plus package for Oracle 11g has been installed."
76 elog "You may wish to install the oracle-instantclient-jdbc (for"
77 elog "the supplemental JDBC functionality) package as well."
78 elog