Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/quartus-prime-lite/
Date: Tue, 05 Feb 2019 06:15:05
Message-Id: 1549321637.99236da77c1a2ae49c9f7eeb1ad942b3f7051a25.bkohler@gentoo
1 commit: 99236da77c1a2ae49c9f7eeb1ad942b3f7051a25
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 23:07:17 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 23:07:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99236da7
7
8 sci-electronics/quartus-prime-lite: 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 .../quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild | 6 +++---
14 .../quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild
18 index 74243a7081b..b43ce4f80ee 100644
19 --- a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild
20 +++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -36,12 +36,12 @@ pkg_nofetch() {
28 elog "For Quartus :"
29 elog "Please navigate to ${DOWNLOADPAGE}"
30 elog "Sign in with your Altera account (you need to register)"
31 - elog "Download Quartus-lite-${PV}-linux.tar and place it into ${DISTDIR}"
32 + elog "Download Quartus-lite-${PV}-linux.tar and place it into your DISTDIR directory"
33 elog "-------------------------------------------------------"
34 elog "For Freetype libary :"
35 elog "Please download the following file :"
36 elog "${DOWNLOADFT}"
37 - elog "Please place this into ${DISTDIR}"
38 + elog "Please place this into your DISTDIR directory"
39 elog "-------------------------------------------------------"
40 elog "And restart the installation."
41 }
42
43 diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
44 index 40a6be84e87..b1ed252e404 100644
45 --- a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
46 +++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2015 Gentoo Foundation
49 +# Copyright 1999-2019 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=5
53 @@ -25,7 +25,7 @@ pkg_nofetch() {
54 elog "Due to licensing restrictions, you need to download the distfile manually."
55 elog "Please navigate to ${DOWNLOADPAGE}"
56 elog "Sign in with your Altera account (you need to register)"
57 - elog "Download ${SRC_URI} and place it into ${DISTDIR}"
58 + elog "Download ${SRC_URI} and place it into your DISTDIR directory"
59 elog "And restart the installation."
60 }