diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
commit | b8c7370a682e4e29cda623222d17a790c01c3642 (patch) | |
tree | f6caa14689bd00a5760eadaa381ff41e50ef3c1b /sci-astronomy/aatm | |
parent | 8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff) |
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'sci-astronomy/aatm')
-rw-r--r-- | sci-astronomy/aatm/Manifest | 3 | ||||
-rw-r--r-- | sci-astronomy/aatm/aatm-0.6.ebuild | 41 | ||||
-rw-r--r-- | sci-astronomy/aatm/metadata.xml | 18 |
3 files changed, 0 insertions, 62 deletions
diff --git a/sci-astronomy/aatm/Manifest b/sci-astronomy/aatm/Manifest deleted file mode 100644 index 4a19980880a8..000000000000 --- a/sci-astronomy/aatm/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST aatm-0.6.tar.gz 613800 BLAKE2B 234d6db5c38b45182d525347357458d791d9fe11650391eab4694cb4271c823c0ec86b0e99c50d7b85624e9aafc79f8c9213954675878596f1219810f80614c8 SHA512 aef2d0fccc83a8a5817bd414b60c5167f7e378b434f9a3e9ce2bc2eeceec1cc1fb1b141cec07d78cb325dbfceac2804c07866291b2863f6839dfb6143ed9188a -EBUILD aatm-0.6.ebuild 870 BLAKE2B ff65f7cb39db0350073a5a14b324172cb26ac780ae83552397c80b8e5691992413e13f673da782b7daeb9aa45fad519e9501d0a5d2828301e694ae800b93bffe SHA512 e5cd3646a888504113d25f18f7352005c85d5e3840d11990dba61b1c7c6714699f31190f59d4f40f4569c9ca8301bd5aabfe264b66dc4a2637b452a285095def -MISC metadata.xml 715 BLAKE2B a542589714983af3cfbad38ab359979870b0a3e51b49792bd37c902023fbae0ef93edbb3645341c2e5e6fc33d16a61d7dd7d0127f52c06031029e73c4f5f369d SHA512 69bb7f6d56444eb88376ec7c9b4e76fe6521872b27e4720da2be4cec5cda24c4b445206abab75a3871b289d5b8672682dd6c1ad0080e107e3ff64a97292669ad diff --git a/sci-astronomy/aatm/aatm-0.6.ebuild b/sci-astronomy/aatm/aatm-0.6.ebuild deleted file mode 100644 index cbab46b7bf58..000000000000 --- a/sci-astronomy/aatm/aatm-0.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/4" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc static-libs" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-libs/boost:= - doc? ( app-text/doxygen[dot] )" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_compile() { - emake - use doc && doxygen doc/developer.doxy -} - -src_install() { - default - - if ! use static-libs; then - find "${ED}" -name '*.la' -delete || die - fi - - if use doc; then - dodoc -r developer/html - docompress -x /usr/share/doc/${PF}/html - fi -} diff --git a/sci-astronomy/aatm/metadata.xml b/sci-astronomy/aatm/metadata.xml deleted file mode 100644 index ce563238f3cb..000000000000 --- a/sci-astronomy/aatm/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-astronomy@gentoo.org</email> - <name>Gentoo Astronomy Project</name> - </maintainer> - <longdescription lang="en"> - ATmospheric Modeling for ALMA is a library of routines for modelling - transmission of cm/mm/sub-mm wavelength radiation through the Earths - atmosphere. It is designed to simulate both the absorption/emission - of radiation and the dispersion (i.e., the frequency dependent - refractive index of the atmosphere). - </longdescription> - <upstream> - <remote-id type="launchpad">aatm</remote-id> - </upstream> -</pkgmetadata> |