summaryrefslogtreecommitdiff
path: root/sci-astronomy/aatm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /sci-astronomy/aatm
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'sci-astronomy/aatm')
-rw-r--r--sci-astronomy/aatm/Manifest2
-rw-r--r--sci-astronomy/aatm/aatm-0.6.ebuild8
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-astronomy/aatm/Manifest b/sci-astronomy/aatm/Manifest
index b970b2f7abf4..5391dfc6c380 100644
--- a/sci-astronomy/aatm/Manifest
+++ b/sci-astronomy/aatm/Manifest
@@ -1,3 +1,3 @@
DIST aatm-0.6.tar.gz 613800 BLAKE2B 234d6db5c38b45182d525347357458d791d9fe11650391eab4694cb4271c823c0ec86b0e99c50d7b85624e9aafc79f8c9213954675878596f1219810f80614c8 SHA512 aef2d0fccc83a8a5817bd414b60c5167f7e378b434f9a3e9ce2bc2eeceec1cc1fb1b141cec07d78cb325dbfceac2804c07866291b2863f6839dfb6143ed9188a
-EBUILD aatm-0.6.ebuild 844 BLAKE2B 62f12147951004478e92e5ed40598c5371bf2eeb34217e094af8af8963879336c6a8b5bc84ed18fb9e4895113ae161d3353eb5678a27bda7cfc15a85bf28bc72 SHA512 596a841f089f72076f1ccb51b675bab043b43584d127a76ad8f533157a199f1a7b2f60e0ae3272bf58e6ae01d97d7a79e7d5060aebd76a5f9541f25f7849b0cb
+EBUILD aatm-0.6.ebuild 858 BLAKE2B bdedccef1b4a71efa15412e4d91c866cc2c7dcd7460c0f63cc69c5261a8baaa9024f3e17a1611c9a6ef02e3b02d31393f2fce80d204afcf774eb1767c1b459f2 SHA512 0fce9b312db14ec669388e4febdbf143d0967047be627e6b873eed7f8d851b5ede00dc644283e06fec3b0a016ec3a5d3d4983ddc4f20a8fe995dec956d17f4ce
MISC metadata.xml 712 BLAKE2B 1266f6918af23a53374e6caacd2d0d9af47d8e6f9f6a694eb7463f6313cee0f5b2eb6c0325f3a7e30e05429d8cbc4bd523024a5c785e30bdd4f79314bb197235 SHA512 8c8a2c82a2355eb3c2370381a9964ddcf2e80ee367f4c02925f9ef96f6ca4e93bb0650c42d94ef28ddcf52f1a1d8a4902d688c1f183e0ac1d648fb99274a8735
diff --git a/sci-astronomy/aatm/aatm-0.6.ebuild b/sci-astronomy/aatm/aatm-0.6.ebuild
index 4d88214c7971..7c9effae287a 100644
--- a/sci-astronomy/aatm/aatm-0.6.ebuild
+++ b/sci-astronomy/aatm/aatm-0.6.ebuild
@@ -3,8 +3,6 @@
EAPI=6
-inherit ltprune
-
DESCRIPTION="Atmospheric Modelling for ALMA Observatory"
HOMEPAGE="https://svn.cv.nrao.edu/view/aatm/devel/casa/"
# tar ball is made from the HOMEPAGE and running ./configure && make dist
@@ -31,7 +29,11 @@ src_compile() {
src_install() {
default
- use static-libs || prune_libtool_files --all
+
+ if ! use static-libs; then
+ find "${ED}" -name '*.la' -delete || die
+ fi
+
if use doc; then
insinto /usr/share/doc/${PF}
doins -r developer/html