summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-26 18:09:39 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-26 18:16:22 +0300
commit665086cf8bac8a46203be569be71054fac8841f0 (patch)
tree006481e1f232d7674f011d66ffabbe81494933ad /sci-astronomy
parentkde-plasma/ksysguard: treeclean (diff)
downloadgentoo-665086cf8bac8a46203be569be71054fac8841f0.tar.gz
gentoo-665086cf8bac8a46203be569be71054fac8841f0.tar.bz2
gentoo-665086cf8bac8a46203be569be71054fac8841f0.zip
sci-astronomy/aatm: treeclean
Closes: https://bugs.gentoo.org/934680 (pkgremoved) Closes: https://bugs.gentoo.org/898100 (pkgremoved) Closes: https://bugs.gentoo.org/677444 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/aatm/Manifest1
-rw-r--r--sci-astronomy/aatm/aatm-0.6.ebuild41
-rw-r--r--sci-astronomy/aatm/metadata.xml18
3 files changed, 0 insertions, 60 deletions
diff --git a/sci-astronomy/aatm/Manifest b/sci-astronomy/aatm/Manifest
deleted file mode 100644
index ed92e542198a..000000000000
--- a/sci-astronomy/aatm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aatm-0.6.tar.gz 613800 BLAKE2B 234d6db5c38b45182d525347357458d791d9fe11650391eab4694cb4271c823c0ec86b0e99c50d7b85624e9aafc79f8c9213954675878596f1219810f80614c8 SHA512 aef2d0fccc83a8a5817bd414b60c5167f7e378b434f9a3e9ce2bc2eeceec1cc1fb1b141cec07d78cb325dbfceac2804c07866291b2863f6839dfb6143ed9188a
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>