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: oracle-instantclient-jdbc-11.2.0.1.ebuild ChangeLog oracle-instantclient-jdbc-11.2.0.0.2.ebuild
Date: Thu, 31 Dec 2009 10:45:13
Message-Id: E1NQIWj-0006UA-UZ@stork.gentoo.org
1 dertobi123 09/12/31 10:45:09
2
3 Modified: ChangeLog
4 Added: oracle-instantclient-jdbc-11.2.0.1.ebuild
5 oracle-instantclient-jdbc-11.2.0.0.2.ebuild
6 Log:
7 Version bump (#293590)
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.26 dev-db/oracle-instantclient-jdbc/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 31 Dec 2008 09:09:16 -0000 1.25
24 +++ ChangeLog 31 Dec 2009 10:45:09 -0000 1.26
25 @@ -1,6 +1,14 @@
26 # ChangeLog for dev-db/oracle-instantclient-jdbc
27 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.25 2008/12/31 09:09:16 dertobi123 Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.26 2009/12/31 10:45:09 dertobi123 Exp $
31 +
32 +*oracle-instantclient-jdbc-11.2.0.1 (31 Dec 2009)
33 +*oracle-instantclient-jdbc-11.2.0.0.2 (31 Dec 2009)
34 +
35 + 31 Dec 2009; Tobias Scherbaum <dertobi123@g.o>
36 + +oracle-instantclient-jdbc-11.2.0.0.2.ebuild,
37 + +oracle-instantclient-jdbc-11.2.0.1.ebuild:
38 + Version bump (#293590)
39
40 31 Dec 2008; Tobias Scherbaum <dertobi123@g.o>
41 oracle-instantclient-jdbc-11.1.0.7.0.ebuild:
42
43
44
45 1.1 dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: oracle-instantclient-jdbc-11.2.0.1.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.1.ebuild,v 1.1 2009/12/31 10:45:09 dertobi123 Exp $
55
56 inherit eutils
57
58 MY_P_x86="${PN/oracle-/}-linux32-${PV}"
59
60 S="${WORKDIR}"
61 DESCRIPTION="Oracle 11g client installation for Linux: JDBC supplement"
62 HOMEPAGE="http://www.oracle.com/technology/tech/oci/instantclient/index.html"
63 SRC_URI="x86? ( ${MY_P_x86}.zip )"
64
65 LICENSE="OTN"
66 SLOT="0"
67 KEYWORDS="-* ~x86"
68 RESTRICT="fetch"
69 IUSE=""
70
71 RDEPEND=">=dev-db/oracle-instantclient-basic-${PV}"
72 DEPEND="${RDEPEND}
73 app-arch/unzip"
74
75 pkg_setup() {
76 MY_P=MY_P_${ARCH}
77 export MY_P=${!MY_P}
78 }
79
80 pkg_nofetch() {
81 eerror "Please go to:"
82 eerror " ${HOMEPAGE}"
83 eerror "and download the JDBC supplemental package. Put it in:"
84 eerror " ${DISTDIR}"
85 eerror "after downloading it."
86 }
87
88 src_unpack() {
89 unzip "${DISTDIR}"/${MY_P}.zip
90 }
91
92 src_install() {
93 dodir /usr/$(get_libdir)/oracle/${PV}/client/lib
94 cd "${S}"/instantclient_11_2
95 insinto /usr/$(get_libdir)/oracle/${PV}/client/lib
96 doins libheteroxa11.so orai18n.jar
97 }
98
99 pkg_postinst() {
100 elog "The JDBC supplement package for Oracle 11g has been installed."
101 elog "You may wish to install the oracle-instantclient-sqlplus (for "
102 elog "running the SQL*Plus application) package as well."
103 }
104
105
106
107 1.1 dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.0.2.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.0.2.ebuild?rev=1.1&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.0.2.ebuild?rev=1.1&content-type=text/plain
111
112 Index: oracle-instantclient-jdbc-11.2.0.0.2.ebuild
113 ===================================================================
114 # Copyright 1999-2009 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 # $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.0.2.ebuild,v 1.1 2009/12/31 10:45:09 dertobi123 Exp $
117
118 inherit eutils
119
120 MY_P_amd64="${PN/oracle-instantclient-/oracle-instantclient11.2-}-${PV}-1.x86_64"
121
122 S="${WORKDIR}"
123 DESCRIPTION="Oracle 11g client installation for Linux: JDBC supplement"
124 HOMEPAGE="http://www.oracle.com/technology/tech/oci/instantclient/index.html"
125 SRC_URI="amd64? ( ${MY_P_amd64}.zip )"
126
127 LICENSE="OTN"
128 SLOT="0"
129 KEYWORDS="-* ~amd64"
130 RESTRICT="fetch"
131 IUSE=""
132
133 RDEPEND=">=dev-db/oracle-instantclient-basic-${PV}"
134 DEPEND="${RDEPEND}
135 app-arch/unzip"
136
137 pkg_setup() {
138 MY_P=MY_P_${ARCH}
139 export MY_P=${!MY_P}
140 }
141
142 pkg_nofetch() {
143 eerror "Please go to:"
144 eerror " ${HOMEPAGE}"
145 eerror "and download the JDBC supplemental package. Put it in:"
146 eerror " ${DISTDIR}"
147 eerror "after downloading it."
148 }
149
150 src_unpack() {
151 unzip "${DISTDIR}"/${MY_P}.zip
152 }
153
154 src_install() {
155 dodir /usr/$(get_libdir)/oracle/${PV}/client/lib
156 cd "${S}"/instantclient_11_2
157 insinto /usr/$(get_libdir)/oracle/${PV}/client/lib
158 doins libheteroxa11.so orai18n.jar
159 }
160
161 pkg_postinst() {
162 elog "The JDBC supplement package for Oracle 11g has been installed."
163 elog "You may wish to install the oracle-instantclient-sqlplus (for "
164 elog "running the SQL*Plus application) package as well."
165 }