diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:41:44 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:51:38 -0600 |
commit | a78614699ffe2a755e353a95e38905c5f9c3e86f (patch) | |
tree | acb8f1820079f6bf6298d47715114ce187874dab /dev-db | |
parent | app-emulation/crossover-bin: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-a78614699ffe2a755e353a95e38905c5f9c3e86f.tar.gz gentoo-a78614699ffe2a755e353a95e38905c5f9c3e86f.tar.bz2 gentoo-a78614699ffe2a755e353a95e38905c5f9c3e86f.zip |
dev-db/oracle-instantclient-sqlplus: don't reference ${DISTDIR}
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-db')
3 files changed, 6 insertions, 9 deletions
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 index 2af3e70ae266..190e6ba230e7 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -50,8 +50,7 @@ pkg_nofetch() { eerror " and download" eerror "Instant Client for ${MY_PLAT}" eerror " SQL*Plus: ${MY_A}" - eerror "After downloading, put it in:" - eerror " ${DISTDIR}/" + eerror "After downloading, put it into your DISTDIR directory." } src_install() { 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 index 6df81c9c2bec..c9939d8beae3 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -50,8 +50,7 @@ pkg_nofetch() { eerror " and download" eerror "Instant Client for ${MY_PLAT}" eerror " SQL*Plus: ${MY_A}" - eerror "After downloading, put it in:" - eerror " ${DISTDIR}/" + eerror "After downloading, put it into your DISTDIR directory." } src_install() { 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 index 8cb35bf91e1f..c01045c3709c 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -50,8 +50,7 @@ pkg_nofetch() { eerror " and download" eerror "Instant Client for ${MY_PLAT}" eerror " SQL*Plus: ${MY_A}" - eerror "After downloading, put it in:" - eerror " ${DISTDIR}/" + eerror "After downloading, put it into your DISTDIR directory." } src_install() { |