commit:     52e5f068574d57232fa13e765d8726a99efb7d31
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 15:25:33 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 15:34:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e5f068

sci-physics/qmeq: treeclean

Closes: https://bugs.gentoo.org/906017 (pkgremoved)
Closes: https://bugs.gentoo.org/909320 (pkgremoved)
Closes: https://bugs.gentoo.org/927529 (pkgremoved)
Closes: https://bugs.gentoo.org/929802 (pkgremoved)
Closes: https://bugs.gentoo.org/932532 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 profiles/arch/amd64/x32/package.use.mask |  1 -
 profiles/package.mask                    |  5 -----
 sci-physics/qmeq/Manifest                |  2 --
 sci-physics/qmeq/metadata.xml            | 11 ----------
 sci-physics/qmeq/qmeq-1.1.ebuild         | 36 --------------------------------
 5 files changed, 55 deletions(-)

diff --git a/profiles/arch/amd64/x32/package.use.mask 
b/profiles/arch/amd64/x32/package.use.mask
index a5e47f6be8d8..55395b68f36a 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -36,7 +36,6 @@ sci-mathematics/cadabra jupyter
 sci-mathematics/yacas jupyter
 sci-physics/hepmc root
 sci-physics/pythia root
-sci-physics/qmeq examples
 sci-physics/vgm root test
 sci-physics/yoda root
 

diff --git a/profiles/package.mask b/profiles/package.mask
index 44a74acab0bf..e6e4b94d8cdf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -274,11 +274,6 @@ sci-chemistry/mopac7
 # Breaks libstdc++ with a casing issue: https://gcc.gnu.org/PR116657
 =sys-libs/timezone-data-2024b
 
-# Michał Górny <[email protected]> (2024-09-08)
-# Does not build anymore.  No upstream activity since 2021.
-# Removal on 2024-10-08.  Bug #932532.
-sci-physics/qmeq
-
 # Fabian Groffen <[email protected]> (2024-09-02)
 # exim_tinydb utility crashes due to invalid free() (used in startup script)
 =mail-mta/exim-4.98

diff --git a/sci-physics/qmeq/Manifest b/sci-physics/qmeq/Manifest
deleted file mode 100644
index 189a9c7f16f7..000000000000
--- a/sci-physics/qmeq/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST qmeq-1.1.tgz 122320 BLAKE2B 
f8c1c42eae308313b30f0fce0e59946ad3224b9561d5da8596f10e15b3ec0b372cab3468b6dc9704d3db9b1c3e0eef7f8dc6e8a2038adc8cd00fb2d6f0987465
 SHA512 
0a2f36ed6af52ee7705cea449a7d694ee8c7f0f2e27b131a84f4012ef66446b0462f67a6bd57fb5e81fee200b340d82ea52a7815cc1a4a1642c3d1cd4cd5fbcb
-DIST qmeq-examples-1.0.tgz 289316 BLAKE2B 
add7520b579023c8da91aff294dd5a8fd29ba3520c3b496f2a98c8159dab4ad6bcdd1d12070357d868a10bbf224511ab27da069b94951d2c8632064344d2e143
 SHA512 
4a7b78a200ab4fa407401ea89740cdbcfb82376d97e8146e20a1cdab154269a6b9ce8217fb7ce78af73677b544ab535c5eadd386655dbff9c4ebde6c8eda9e38

diff --git a/sci-physics/qmeq/metadata.xml b/sci-physics/qmeq/metadata.xml
deleted file mode 100644
index 9f5e5f64f5b3..000000000000
--- a/sci-physics/qmeq/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>Andreas K. Huettel</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">gedaskir/qmeq</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/sci-physics/qmeq/qmeq-1.1.ebuild b/sci-physics/qmeq/qmeq-1.1.ebuild
deleted file mode 100644
index f46bde1641b7..000000000000
--- a/sci-physics/qmeq/qmeq-1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2018-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10,11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Quantum master equation package for Quantum dot transport 
calculations"
-HOMEPAGE="https://github.com/gedaskir/qmeq";
-SRC_URI="
-       https://github.com/gedaskir/qmeq/archive/refs/tags/${PV}.tar.gz -> 
${P}.tgz
-       examples? ( 
https://github.com/gedaskir/${PN}-examples/archive/1.0.tar.gz -> 
${PN}-examples-1.0.tgz )"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-DEPEND="
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-       examples? ( dev-python/jupyter[${PYTHON_USEDEP}] )"
-BDEPEND="${DEPEND}
-       dev-python/cython[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-src_install() {
-       distutils-r1_src_install
-       docompress -x "/usr/share/doc/${PF}"
-       use examples && dodoc -r "${WORKDIR}/${PN}-examples-1.0"/.
-}

Reply via email to