Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/
Date: Thu, 21 May 2020 17:48:09
Message-Id: 1590083268.9b054232108f5fbd3084346ea8f488fd74d00ada.tamiko@gentoo
1 commit: 9b054232108f5fbd3084346ea8f488fd74d00ada
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 17:36:55 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 17:47:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b054232
7
8 sci-libs/dealii: fix QA warnings
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 sci-libs/dealii/dealii-9.1.1.ebuild | 12 +++---------
14 sci-libs/dealii/dealii-9.2.0.ebuild | 8 ++------
15 sci-libs/dealii/dealii-9999.ebuild | 8 ++------
16 3 files changed, 7 insertions(+), 21 deletions(-)
17
18 diff --git a/sci-libs/dealii/dealii-9.1.1.ebuild b/sci-libs/dealii/dealii-9.1.1.ebuild
19 index 94009ead183..d3dc212526b 100644
20 --- a/sci-libs/dealii/dealii-9.1.1.ebuild
21 +++ b/sci-libs/dealii/dealii-9.1.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -19,15 +19,9 @@ if [[ ${PV} = *9999* ]]; then
29 SRC_URI=""
30 KEYWORDS=""
31 else
32 - MY_PV="${PV//0_rc/rc}"
33 - MY_P="${PN}-${MY_PV}"
34 - SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz -> ${P}.tar.gz
35 - doc? (
36 - https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-offline_documentation.tar.gz
37 - -> ${P}-offline_documentation.tar.gz
38 - )"
39 + SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz
40 + doc? ( https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}-offline_documentation.tar.gz )"
41 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
42 - S="${WORKDIR}/${PN}-${MY_PV}"
43 fi
44
45 LICENSE="LGPL-2.1+"
46
47 diff --git a/sci-libs/dealii/dealii-9.2.0.ebuild b/sci-libs/dealii/dealii-9.2.0.ebuild
48 index 2d31d5890b9..14d898de708 100644
49 --- a/sci-libs/dealii/dealii-9.2.0.ebuild
50 +++ b/sci-libs/dealii/dealii-9.2.0.ebuild
51 @@ -19,15 +19,11 @@ if [[ ${PV} = *9999* ]]; then
52 SRC_URI=""
53 KEYWORDS=""
54 else
55 - MY_PV="${PV//0_rc/rc}"
56 - MY_P="${PN}-${MY_PV}"
57 - SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz -> ${P}.tar.gz
58 + SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz
59 doc? (
60 - https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-offline_documentation.tar.gz
61 - -> ${P}-offline_documentation.tar.gz
62 + https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}-offline_documentation.tar.gz
63 )"
64 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
65 - S="${WORKDIR}/${PN}-${MY_PV}"
66 fi
67
68 LICENSE="LGPL-2.1+"
69
70 diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild
71 index 2d31d5890b9..14d898de708 100644
72 --- a/sci-libs/dealii/dealii-9999.ebuild
73 +++ b/sci-libs/dealii/dealii-9999.ebuild
74 @@ -19,15 +19,11 @@ if [[ ${PV} = *9999* ]]; then
75 SRC_URI=""
76 KEYWORDS=""
77 else
78 - MY_PV="${PV//0_rc/rc}"
79 - MY_P="${PN}-${MY_PV}"
80 - SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz -> ${P}.tar.gz
81 + SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz
82 doc? (
83 - https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-offline_documentation.tar.gz
84 - -> ${P}-offline_documentation.tar.gz
85 + https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}-offline_documentation.tar.gz
86 )"
87 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
88 - S="${WORKDIR}/${PN}-${MY_PV}"
89 fi
90
91 LICENSE="LGPL-2.1+"