Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/oracle-instantclient-sqlplus/
Date: Mon, 09 Jul 2018 14:58:16
Message-Id: 1531148253.81f2b535a3defef03329a38d529b28d480a78d9a.haubi@gentoo
1 commit: 81f2b535a3defef03329a38d529b28d480a78d9a
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 14:51:59 2018 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 14:57:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f2b535
7
8 dev-db/oracle-instantclient-sqlplus: cleanup old
9
10 Bug: https://bugs.gentoo.org/589146
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-db/oracle-instantclient-sqlplus/Manifest | 4 --
14 ...oracle-instantclient-sqlplus-11.2.0.3-r1.ebuild | 71 ----------------------
15 .../oracle-instantclient-sqlplus-11.2.0.3.ebuild | 69 ---------------------
16 .../oracle-instantclient-sqlplus-11.2.0.4.ebuild | 71 ----------------------
17 4 files changed, 215 deletions(-)
18
19 diff --git a/dev-db/oracle-instantclient-sqlplus/Manifest b/dev-db/oracle-instantclient-sqlplus/Manifest
20 deleted file mode 100644
21 index 6a0c1821c8b..00000000000
22 --- a/dev-db/oracle-instantclient-sqlplus/Manifest
23 +++ /dev/null
24 @@ -1,4 +0,0 @@
25 -DIST instantclient-sqlplus-linux-11.2.0.3.0.zip 796570 BLAKE2B 0492185103d5fb36f3acb8f52e937fca35bb8b7308eb9317d43f25f4fbde39f15b8b6de0fc9065d04c809a94731c7c011dcac1daf4e734405d065d9959cf215f SHA512 241d812b3955b11efba7764f463417e79dd973ce7ad0624144e661403b71b1c4fb091c6e42d05759eaf74355dfe432970375064d4018cae9ae67cd1401095460
26 -DIST instantclient-sqlplus-linux-11.2.0.4.0.zip 792608 BLAKE2B c3e8f0843700df9f95428b01520400d95076df5e19169f2a79982293e54ce6cc74321de0f34a0e7865d5d29535e38b60bcca127be06343c979a40985bf349012 SHA512 8f5ff27043a036eab038080bbdc056325cc2c197e12de34e74a8da17bf69b44e4fd4200b638881d86fdf1dc1450d8e1d033daaa56386bd2c8784d556ba0093ce
27 -DIST instantclient-sqlplus-linux.x64-11.2.0.3.0.zip 837574 BLAKE2B c1f123b68b60f211843af954e33922e46d05ff89ce68e8357a8839e7fce83cccc31ab3f16b87204343376657839fd582fb2c80be3148cc34f2340191ed261526 SHA512 55bbac5e8267a4de2c7f9f6750f0e38dcf7c775bccc2e1e05df7fda9e6ffa7d394776e605980d8b67176acf52ba88f2dcaa959934740a1ca6f91d10b12d14024
28 -DIST instantclient-sqlplus-linux.x64-11.2.0.4.0.zip 834491 BLAKE2B 487091d97c0f2ec383018c39a957c8a27b030c4c8754a6c2714237dc875b89b250b47dbd28ca228a98c6199323ddd031452e1cc90c60824fbcca536aa38bff1f SHA512 b7180b5667e604564cf379b9eb55a2fc8994b87cfb993e728b4c1bdd297cab134a55580018429bdbb2b101ebdf8a350bacc1ddf5a30e1cc419092054c79a108b
29
30 diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3-r1.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3-r1.ebuild
31 deleted file mode 100644
32 index 2af3e70ae26..00000000000
33 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3-r1.ebuild
34 +++ /dev/null
35 @@ -1,71 +0,0 @@
36 -# Copyright 1999-2013 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="4"
40 -
41 -inherit eutils multilib pax-utils
42 -
43 -MY_PLAT_x86="Linux x86"
44 -MY_A_x86="${PN#oracle-}-linux-${PV}.0.zip"
45 -
46 -MY_PLAT_amd64="Linux x86-64"
47 -MY_A_amd64="${PN#oracle-}-linux.x64-${PV}.0.zip"
48 -
49 -DESCRIPTION="Oracle 11g Instant Client: SQL*Plus"
50 -HOMEPAGE="http://www.oracle.com/technetwork/database/features/instant-client/index.html"
51 -SRC_URI="
52 - x86? ( ${MY_A_x86} )
53 - amd64? ( ${MY_A_amd64} )
54 -"
55 -
56 -LICENSE="OTN"
57 -SLOT="0"
58 -KEYWORDS="amd64 x86"
59 -RESTRICT="fetch"
60 -IUSE=""
61 -
62 -DEPEND="app-arch/unzip"
63 -RDEPEND="~dev-db/oracle-instantclient-basic-${PV}"
64 -
65 -S="${WORKDIR}"/instantclient_11_2
66 -
67 -QA_PREBUILT="
68 - usr/lib*/oracle/${PV}/client/lib*/lib*
69 - usr/lib*/oracle/${PV}/client/bin/sqlplus
70 -"
71 -
72 -my_arch() {
73 - # platform name
74 - MY_PLAT=MY_PLAT_${ARCH}
75 - export MY_PLAT=${!MY_PLAT}
76 - # distfile
77 - MY_A=MY_A_${ARCH}
78 - export MY_A=${!MY_A}
79 -}
80 -
81 -pkg_nofetch() {
82 - my_arch
83 - eerror "Please go to"
84 - eerror " ${HOMEPAGE%/*}/index-097480.html"
85 - eerror " and download"
86 - eerror "Instant Client for ${MY_PLAT}"
87 - eerror " SQL*Plus: ${MY_A}"
88 - eerror "After downloading, put it in:"
89 - eerror " ${DISTDIR}/"
90 -}
91 -
92 -src_install() {
93 - # all binaries go here
94 - local oracle_home=usr/$(get_libdir)/oracle/${PV}/client
95 - into /"${oracle_home}"
96 -
97 - dolib.so libsqlplus$(get_libname) libsqlplusic$(get_libname)
98 - dobin sqlplus
99 -
100 - insinto /"${oracle_home}"/sqlplus/admin
101 - doins glogin.sql
102 -
103 - pax-mark -c "${ED}${oracle_home}"/bin/sqlplus || die
104 -
105 - dosym /"${oracle_home}"/bin/sqlplus /usr/bin/sqlplus
106 -}
107
108 diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3.ebuild
109 deleted file mode 100644
110 index 6df81c9c2be..00000000000
111 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3.ebuild
112 +++ /dev/null
113 @@ -1,69 +0,0 @@
114 -# Copyright 1999-2012 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI="4"
118 -
119 -inherit eutils multilib
120 -
121 -MY_PLAT_x86="Linux x86"
122 -MY_A_x86="${PN#oracle-}-linux-${PV}.0.zip"
123 -
124 -MY_PLAT_amd64="Linux x86-64"
125 -MY_A_amd64="${PN#oracle-}-linux.x64-${PV}.0.zip"
126 -
127 -DESCRIPTION="Oracle 11g Instant Client: SQL*Plus"
128 -HOMEPAGE="http://www.oracle.com/technetwork/database/features/instant-client/index.html"
129 -SRC_URI="
130 - x86? ( ${MY_A_x86} )
131 - amd64? ( ${MY_A_amd64} )
132 -"
133 -
134 -LICENSE="OTN"
135 -SLOT="0"
136 -KEYWORDS="amd64 x86"
137 -RESTRICT="fetch"
138 -IUSE=""
139 -
140 -DEPEND="app-arch/unzip"
141 -RDEPEND="~dev-db/oracle-instantclient-basic-${PV}"
142 -
143 -S="${WORKDIR}"/instantclient_11_2
144 -
145 -QA_PREBUILT="
146 - usr/lib*/oracle/${PV}/client/lib*/lib*
147 - usr/lib*/oracle/${PV}/client/bin/sqlplus
148 -"
149 -
150 -my_arch() {
151 - # platform name
152 - MY_PLAT=MY_PLAT_${ARCH}
153 - export MY_PLAT=${!MY_PLAT}
154 - # distfile
155 - MY_A=MY_A_${ARCH}
156 - export MY_A=${!MY_A}
157 -}
158 -
159 -pkg_nofetch() {
160 - my_arch
161 - eerror "Please go to"
162 - eerror " ${HOMEPAGE%/*}/index-097480.html"
163 - eerror " and download"
164 - eerror "Instant Client for ${MY_PLAT}"
165 - eerror " SQL*Plus: ${MY_A}"
166 - eerror "After downloading, put it in:"
167 - eerror " ${DISTDIR}/"
168 -}
169 -
170 -src_install() {
171 - # all binaries go here
172 - local oracle_home=/usr/$(get_libdir)/oracle/${PV}/client
173 - into "${oracle_home}"
174 -
175 - dolib.so libsqlplus$(get_libname) libsqlplusic$(get_libname)
176 - dobin sqlplus
177 -
178 - insinto "${oracle_home}"/sqlplus/admin
179 - doins glogin.sql
180 -
181 - dosym "${oracle_home}"/bin/sqlplus /usr/bin/sqlplus
182 -}
183
184 diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.4.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.4.ebuild
185 deleted file mode 100644
186 index 8cb35bf91e1..00000000000
187 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.4.ebuild
188 +++ /dev/null
189 @@ -1,71 +0,0 @@
190 -# Copyright 1999-2015 Gentoo Foundation
191 -# Distributed under the terms of the GNU General Public License v2
192 -
193 -EAPI="4"
194 -
195 -inherit eutils pax-utils
196 -
197 -MY_PLAT_x86="Linux x86"
198 -MY_A_x86="${PN#oracle-}-linux-${PV}.0.zip"
199 -
200 -MY_PLAT_amd64="Linux x86-64"
201 -MY_A_amd64="${PN#oracle-}-linux.x64-${PV}.0.zip"
202 -
203 -DESCRIPTION="Oracle 11g Instant Client: SQL*Plus"
204 -HOMEPAGE="http://www.oracle.com/technetwork/database/features/instant-client/index.html"
205 -SRC_URI="
206 - x86? ( ${MY_A_x86} )
207 - amd64? ( ${MY_A_amd64} )
208 -"
209 -
210 -LICENSE="OTN"
211 -SLOT="0"
212 -KEYWORDS="amd64 x86"
213 -RESTRICT="fetch splitdebug"
214 -IUSE=""
215 -
216 -DEPEND="app-arch/unzip"
217 -RDEPEND="~dev-db/oracle-instantclient-basic-${PV}"
218 -
219 -S="${WORKDIR}"/instantclient_11_2
220 -
221 -QA_PREBUILT="
222 - usr/lib*/oracle/${PV}/client/lib*/lib*
223 - usr/lib*/oracle/${PV}/client/bin/sqlplus
224 -"
225 -
226 -my_arch() {
227 - # platform name
228 - MY_PLAT=MY_PLAT_${ARCH}
229 - export MY_PLAT=${!MY_PLAT}
230 - # distfile
231 - MY_A=MY_A_${ARCH}
232 - export MY_A=${!MY_A}
233 -}
234 -
235 -pkg_nofetch() {
236 - my_arch
237 - eerror "Please go to"
238 - eerror " ${HOMEPAGE%/*}/index-097480.html"
239 - eerror " and download"
240 - eerror "Instant Client for ${MY_PLAT}"
241 - eerror " SQL*Plus: ${MY_A}"
242 - eerror "After downloading, put it in:"
243 - eerror " ${DISTDIR}/"
244 -}
245 -
246 -src_install() {
247 - # all binaries go here
248 - local oracle_home=usr/$(get_libdir)/oracle/${PV}/client
249 - into /"${oracle_home}"
250 -
251 - dolib.so libsqlplus$(get_libname) libsqlplusic$(get_libname)
252 - dobin sqlplus
253 -
254 - insinto /"${oracle_home}"/sqlplus/admin
255 - doins glogin.sql
256 -
257 - pax-mark -c "${ED}${oracle_home}"/bin/sqlplus || die
258 -
259 - dosym /"${oracle_home}"/bin/sqlplus /usr/bin/sqlplus
260 -}