Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/mathematica/
Date: Thu, 27 Jan 2022 23:36:27
Message-Id: 1643326572.90e9fdc8d93b32a7e76802d1e752676b8b002012.dilfridge@gentoo
1 commit: 90e9fdc8d93b32a7e76802d1e752676b8b002012
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 27 23:35:36 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 27 23:36:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e9fdc8
7
8 sci-mathematics/mathematica: drop unused unpacker.eclass
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sci-mathematics/mathematica/mathematica-12.2.0.ebuild | 4 ++--
14 sci-mathematics/mathematica/mathematica-13.0.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-mathematics/mathematica/mathematica-12.2.0.ebuild b/sci-mathematics/mathematica/mathematica-12.2.0.ebuild
18 index 85cab466a173..8582dd407643 100644
19 --- a/sci-mathematics/mathematica/mathematica-12.2.0.ebuild
20 +++ b/sci-mathematics/mathematica/mathematica-12.2.0.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit desktop multilib unpacker xdg
29 +inherit desktop multilib xdg
30
31 DESCRIPTION="Wolfram Mathematica"
32 SRC_URI="Mathematica_${PV}_LINUX.sh"
33
34 diff --git a/sci-mathematics/mathematica/mathematica-13.0.0.ebuild b/sci-mathematics/mathematica/mathematica-13.0.0.ebuild
35 index b8f0969c94ac..4852a7e91f32 100644
36 --- a/sci-mathematics/mathematica/mathematica-13.0.0.ebuild
37 +++ b/sci-mathematics/mathematica/mathematica-13.0.0.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 -inherit desktop multilib unpacker xdg
46 +inherit desktop multilib xdg
47
48 DESCRIPTION="Wolfram Mathematica"
49 SRC_URI="Mathematica_${PV}_BNDL_LINUX.sh"