commit:     ea281659b9105efb5251c46e6733752ee38e0a22
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 19:51:58 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 19:51:58 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea281659

sci-chemistry/votca: treeclean

Closes: https://bugs.gentoo.org/908020 (pkgremoved)
Closes: https://bugs.gentoo.org/936978 (pkgremoved)
Closes: https://bugs.gentoo.org/952658 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 profiles/package.mask                      |  7 ---
 sci-chemistry/votca/Manifest               |  1 -
 sci-chemistry/votca/metadata.xml           | 14 ------
 sci-chemistry/votca/votca-2022.1-r1.ebuild | 80 ------------------------------
 sci-chemistry/votca/votca-9999.ebuild      | 80 ------------------------------
 5 files changed, 182 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b8e8222e1841..d9fd878a81fe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -260,13 +260,6 @@ net-analyzer/echoping
 <=dev-libs/hyprgraphics-0.1.5
 <=gui-wm/hyprland-0.51.1
 
-# Andreas Sturmlechner <[email protected]> (2026-02-09)
-# Broken for ages with dev-libs/boost-1.85 but no one except tinderbox
-# complained, still needs porting to Python 3.13, no revdeps. Upstream
-# available 2025.1 claims to fix at least boost, but needs a maintainer.
-# Bugs #936978, #952658.  Removal on 2026-03-11.
-sci-chemistry/votca
-
 # Andreas Sturmlechner <[email protected]> (2026-02-09)
 # Broken for >1 year with dev-libs/boost-1.87 but no one except tinderbox
 # complained, no revdeps. Upstream disappeared, almost no one else is

diff --git a/sci-chemistry/votca/Manifest b/sci-chemistry/votca/Manifest
deleted file mode 100644
index 9b95b56c1e77..000000000000
--- a/sci-chemistry/votca/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST votca-2022.1.tar.gz 61692029 BLAKE2B 
c58023098f596d7c6f301e94883df3e442761b8c1009823ef5a07e788fabb2a0fa572326e0d614f8102104ef5dcec89505da1c911bb703126c123d2a25a2031e
 SHA512 
dda5cbf1835440abd1b0b511275e10e5facfa9f133062ae082cca4f5654e4af0be0b574b87c70004c0d07920519927bac5620b89ce073de9985bdf792f0dd21a

diff --git a/sci-chemistry/votca/metadata.xml b/sci-chemistry/votca/metadata.xml
deleted file mode 100644
index ed62b17be5cc..000000000000
--- a/sci-chemistry/votca/metadata.xml
+++ /dev/null
@@ -1,14 +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 Chemistry Project</name>
-       </maintainer>
-       <use>
-               <flag name="gromacs">Add support for gromacs file formats 
through <pkg>sci-chemistry/gromacs</pkg></flag>
-       </use>
-       <upstream>
-               <remote-id type="github">votca/votca</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/sci-chemistry/votca/votca-2022.1-r1.ebuild 
b/sci-chemistry/votca/votca-2022.1-r1.ebuild
deleted file mode 100644
index e71b05957714..000000000000
--- a/sci-chemistry/votca/votca-2022.1-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit bash-completion-r1 cmake python-single-r1
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/votca/votca.git";
-else
-       if [[ ${PV} = *_rc[1-9] ]]; then
-               MY_PV="${PV%%_rc*}-rc.${PV##*_rc}"
-       else
-               MY_PV="${PV}"
-       fi
-       SRC_URI="https://github.com/votca/votca/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 ~x86"
-       S="${WORKDIR}/votca-${MY_PV}"
-fi
-
-DESCRIPTION="Versatile Object-oriented Toolkit for Coarse-graining 
Applications"
-HOMEPAGE="https://www.votca.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+gromacs test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       !sci-libs/votca-tools
-       !sci-chemistry/votca-csg
-       !sci-chemistry/votca-xtp
-       ${PYTHON_DEPS}
-       app-shells/bash:*
-       >=dev-cpp/eigen-3.3
-       dev-libs/boost:=
-       dev-libs/expat
-       sci-libs/fftw:3.0=
-       dev-lang/perl
-       gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] )
-       sci-libs/hdf5:=[cxx]
-       sci-libs/libxc
-       sci-libs/libint:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( README.rst NOTICE.rst CHANGELOG.rst )
-
-src_prepare() {
-       # espressopp was removed from gentoo
-       rm -r ./csg-tutorials/spce/ibi_espressopp || die
-       python_fix_shebang .
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_TESTING=$(usex test)
-               -DCMAKE_DISABLE_FIND_PACKAGE_GROMACS=$(usex !gromacs)
-               -DBUILD_CSGAPPS=ON
-               -DINSTALL_RC_FILES=OFF
-               -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON
-       )
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       einfo
-       einfo "Please read and cite:"
-       einfo "VOTCA-XTP, J. Chem. Theo. Comp. 14, 6353 (2018)"
-       einfo "https://doi.org/10.1021/acs.jctc.8b00617";
-       einfo
-       einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
-       einfo "https://dx.doi.org/10.1021/ct900369w";
-       einfo
-}

diff --git a/sci-chemistry/votca/votca-9999.ebuild 
b/sci-chemistry/votca/votca-9999.ebuild
deleted file mode 100644
index e71b05957714..000000000000
--- a/sci-chemistry/votca/votca-9999.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit bash-completion-r1 cmake python-single-r1
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/votca/votca.git";
-else
-       if [[ ${PV} = *_rc[1-9] ]]; then
-               MY_PV="${PV%%_rc*}-rc.${PV##*_rc}"
-       else
-               MY_PV="${PV}"
-       fi
-       SRC_URI="https://github.com/votca/votca/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 ~x86"
-       S="${WORKDIR}/votca-${MY_PV}"
-fi
-
-DESCRIPTION="Versatile Object-oriented Toolkit for Coarse-graining 
Applications"
-HOMEPAGE="https://www.votca.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+gromacs test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       !sci-libs/votca-tools
-       !sci-chemistry/votca-csg
-       !sci-chemistry/votca-xtp
-       ${PYTHON_DEPS}
-       app-shells/bash:*
-       >=dev-cpp/eigen-3.3
-       dev-libs/boost:=
-       dev-libs/expat
-       sci-libs/fftw:3.0=
-       dev-lang/perl
-       gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] )
-       sci-libs/hdf5:=[cxx]
-       sci-libs/libxc
-       sci-libs/libint:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( README.rst NOTICE.rst CHANGELOG.rst )
-
-src_prepare() {
-       # espressopp was removed from gentoo
-       rm -r ./csg-tutorials/spce/ibi_espressopp || die
-       python_fix_shebang .
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_TESTING=$(usex test)
-               -DCMAKE_DISABLE_FIND_PACKAGE_GROMACS=$(usex !gromacs)
-               -DBUILD_CSGAPPS=ON
-               -DINSTALL_RC_FILES=OFF
-               -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON
-       )
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       einfo
-       einfo "Please read and cite:"
-       einfo "VOTCA-XTP, J. Chem. Theo. Comp. 14, 6353 (2018)"
-       einfo "https://doi.org/10.1021/acs.jctc.8b00617";
-       einfo
-       einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
-       einfo "https://dx.doi.org/10.1021/ct900369w";
-       einfo
-}

Reply via email to