Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/oracle-instantclient-sqlplus/
Date: Tue, 05 Feb 2019 19:51:58
Message-Id: 1549396298.a78614699ffe2a755e353a95e38905c5f9c3e86f.bkohler@gentoo
1 commit: a78614699ffe2a755e353a95e38905c5f9c3e86f
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 19:41:44 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 19:51:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7861469
7
8 dev-db/oracle-instantclient-sqlplus: don't reference ${DISTDIR}
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 .../oracle-instantclient-sqlplus-11.2.0.3-r1.ebuild | 5 ++---
14 .../oracle-instantclient-sqlplus-11.2.0.3.ebuild | 5 ++---
15 .../oracle-instantclient-sqlplus-11.2.0.4.ebuild | 5 ++---
16 3 files changed, 6 insertions(+), 9 deletions(-)
17
18 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
19 index 2af3e70ae26..190e6ba230e 100644
20 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3-r1.ebuild
21 +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="4"
28 @@ -50,8 +50,7 @@ pkg_nofetch() {
29 eerror " and download"
30 eerror "Instant Client for ${MY_PLAT}"
31 eerror " SQL*Plus: ${MY_A}"
32 - eerror "After downloading, put it in:"
33 - eerror " ${DISTDIR}/"
34 + eerror "After downloading, put it into your DISTDIR directory."
35 }
36
37 src_install() {
38
39 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
40 index 6df81c9c2be..c9939d8beae 100644
41 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3.ebuild
42 +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.3.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2012 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="4"
49 @@ -50,8 +50,7 @@ pkg_nofetch() {
50 eerror " and download"
51 eerror "Instant Client for ${MY_PLAT}"
52 eerror " SQL*Plus: ${MY_A}"
53 - eerror "After downloading, put it in:"
54 - eerror " ${DISTDIR}/"
55 + eerror "After downloading, put it into your DISTDIR directory."
56 }
57
58 src_install() {
59
60 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
61 index 8cb35bf91e1..c01045c3709 100644
62 --- a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.4.ebuild
63 +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-11.2.0.4.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2015 Gentoo Foundation
66 +# Copyright 1999-2019 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI="4"
70 @@ -50,8 +50,7 @@ pkg_nofetch() {
71 eerror " and download"
72 eerror "Instant Client for ${MY_PLAT}"
73 eerror " SQL*Plus: ${MY_A}"
74 - eerror "After downloading, put it in:"
75 - eerror " ${DISTDIR}/"
76 + eerror "After downloading, put it into your DISTDIR directory."
77 }
78
79 src_install() {