Diff PDL-2.54.0 with a PDL-2.63.0
/usr/portage/dev-perl/PDL/PDL-2.63.0.ebuild 2023-10-09 14:52:29.908368361 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DIST_AUTHOR=ETJ |
7 |
DIST_VERSION=2.054 |
|
7 |
DIST_VERSION=2.063 |
|
8 | 8 |
DIST_EXAMPLES=( "Example/*" ) |
9 | 9 | |
10 | 10 |
FORTRAN_NEEDED=fortran |
... | ... | |
15 | 15 | |
16 | 16 |
LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL" |
17 | 17 |
SLOT="0" |
18 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
18 |
KEYWORDS="amd64 arm ppc x86" |
|
19 | 19 | |
20 | 20 |
IUSE="+badval doc fortran gd gsl hdf netpbm pdl2 pgplot threads test" |
21 | 21 | |
... | ... | |
31 | 31 |
>=dev-perl/Inline-0.830.0 |
32 | 32 |
>=dev-perl/Inline-C-0.620.0 |
33 | 33 |
>=virtual/perl-Scalar-List-Utils-1.330.0 |
34 |
virtual/perl-Math-Complex |
|
34 | 35 |
dev-perl/Module-Compile |
35 | 36 |
>=dev-perl/OpenGL-0.700.0 |
36 | 37 |
>=dev-perl/TermReadKey-2.340.0 |
... | ... | |
81 | 82 |
mydoc="BUGS DEPENDENCIES DEVELOPMENT Known_problems MANIFEST* Release_Notes" |
82 | 83 | |
83 | 84 |
PATCHES=( |
84 |
"${FILESDIR}"/${PN}-2.54.0-fortran.patch # respect user choice for fortran compiler+flags, add pic |
|
85 |
"${FILESDIR}"/${PN}-2.63.0-fortran.patch # respect user choice for fortran compiler+flags, add pic |
|
85 | 86 |
) |
86 | 87 | |
87 | 88 |
pkg_setup() { |