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-jdbc: ChangeLog oracle-instantclient-jdbc-11.1.0.7.0.ebuild
Date: Wed, 31 Dec 2008 09:09:18
Message-Id: E1LHx4m-0000lC-Pk@stork.gentoo.org
1 dertobi123 08/12/31 09:09:16
2
3 Modified: ChangeLog
4 oracle-instantclient-jdbc-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-jdbc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/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:34:30 -0000 1.24
23 +++ ChangeLog 31 Dec 2008 09:09:16 -0000 1.25
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-db/oracle-instantclient-jdbc
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.24 2008/12/27 12:34:30 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.25 2008/12/31 09:09:16 dertobi123 Exp $
29 +
30 + 31 Dec 2008; Tobias Scherbaum <dertobi123@g.o>
31 + oracle-instantclient-jdbc-11.1.0.7.0.ebuild:
32 + Fix typo
33
34 *oracle-instantclient-jdbc-11.1.0.7.0 (27 Dec 2008)
35
36
37
38
39 1.2 dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-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-jdbc/oracle-instantclient-jdbc-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-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild?r1=1.1&r2=1.2
44
45 Index: oracle-instantclient-jdbc-11.1.0.7.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-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-jdbc-11.1.0.7.0.ebuild 27 Dec 2008 12:34:30 -0000 1.1
52 +++ oracle-instantclient-jdbc-11.1.0.7.0.ebuild 31 Dec 2008 09:09:16 -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-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild,v 1.1 2008/12/27 12:34:30 dertobi123 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.1.0.7.0.ebuild,v 1.2 2008/12/31 09:09:16 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: JDBC supplement"
66 +DESCRIPTION="Oracle 11g client installation for Linux: JDBC supplement"
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 @@ -48,7 +48,7 @@
71 }
72
73 pkg_postinst() {
74 - elog "The JDBC supplement package for Oracle 10g has been installed."
75 + elog "The JDBC supplement package for Oracle 11g has been installed."
76 elog "You may wish to install the oracle-instantclient-sqlplus (for "
77 elog "running the SQL*Plus application) package as well."
78 }