1
0
Fork 0

sci-libs/libxc: version bump 4.3.4 ahead of ::gentoo

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-12-27 07:50:47 -05:00
parent afdb17b324
commit a4ecd576d7
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
4 changed files with 8 additions and 5 deletions

2
sci-libs/libxc/ChangeLog Normal file
View File

@ -0,0 +1,2 @@
27 Dec 2020; <chymera@gentoo.org> libxc-4.3.4.ebuild, metadata.xml:
sci-libs/libxc: version bump 4.3.4 ahead of ::gentoo

View File

@ -1 +1 @@
DIST libxc-4.3.4.tar.gz 15602575 BLAKE2B 07d1b9be62344727b2b364ea7b6eb7abcb62a76cb5b17c3601847d0528a86d23762f17cdde383611b842b65342c81467af1896dbcf55569165e2be26aa348616 SHA512 9e364b27fe0bf903e5d08f5814130e2059a001a6ea08938221e20d87d0072d51177d0d21217a744c8f5828a7c88437dc624a9cf173a203783c96d2d681b71e82
DIST libxc-4.3.4.tar.gz 16108629 SHA256 2d5878dd69f0fb68c5e97f46426581eed2226d1d86e3080f9aa99af604c65647 SHA512 ccb9edd2dbedcef943031ad297da181d25e62b86e0118764cb625c443c3bd447a9b3566c56c3d5ff7fc1b83196c1b2e6fa2050ce50361860e90d692fc1573228 WHIRLPOOL 21aa0b6b6cd644458d1be9ad83551b2760c206c3edd05e54c801e95fb922e0b95dbc910597bb93db439a36cc7b4ee1f6da8c58d01d3dd0e0ca377983ccd07377

View File

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -7,7 +7,7 @@ inherit autotools fortran-2
DESCRIPTION="A library of exchange-correlation functionals for use in DFT"
HOMEPAGE="http://octopus-code.org/wiki/Libxc"
SRC_URI="http://www.tddft.org/programs/octopus/down.php?file=libxc/${PV}/${P}.tar.gz"
SRC_URI="https://gitlab.com/libxc/libxc/-/archive/${PV}/${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
@ -45,8 +45,8 @@ src_test() {
src_install() {
default
find "${ED%/}" -name '*.la' -type f -delete || die
find "${ED}" -name '*.la' -type f -delete || die
if ! use fortran; then
rm "${ED%/}"/usr/$(get_libdir)/pkgconfig/libxcf{03,90}.pc || die
rm "${ED}"/usr/$(get_libdir)/pkgconfig/libxcf{03,90}.pc || die
fi
}

View File

@ -26,6 +26,7 @@
Contributions are welcome.
</longdescription>
<upstream>
<remote-id type="gitlab">libxc/libxc</remote-id>
<doc>http://octopus-code.org/wiki/Libxc:manual</doc>
</upstream>
</pkgmetadata>