commit:     665086cf8bac8a46203be569be71054fac8841f0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 15:09:39 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 15:16:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665086cf

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 <AT> gentoo.org>

 profiles/package.mask              |  6 ------
 sci-astronomy/aatm/Manifest        |  1 -
 sci-astronomy/aatm/aatm-0.6.ebuild | 41 --------------------------------------
 sci-astronomy/aatm/metadata.xml    | 18 -----------------
 4 files changed, 66 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 71f6d1160e02..bebaaa225c25 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -236,12 +236,6 @@ sci-libs/coinor-os
 # Removal on 2024-07-21.  Bug #934681.
 dev-python/pytzdata
 
-# Arthur Zamarin <[email protected]> (2024-06-21)
-# EAPI=6, not maintained in gentoo for a long time, fails to
-# configure.
-# Removal on 2024-07-21.  Bugs #934680, #677444, #898100.
-sci-astronomy/aatm
-
 # Arthur Zamarin <[email protected]> (2024-06-21)
 # Last dev-php/* EAPI=6 packages, and reverse dependencies of them.
 # composer has active security vulnerabilities. Others are waiting

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>[email protected]</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>

Reply via email to