commit:     c91040c92cdce512da392e05cfa5b99219d4369d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  8 11:18:43 2026 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb  8 12:34:09 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91040c9

sci-chemistry/dssp: drop 4.5.3, 4.5.5

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sci-chemistry/dssp/Manifest          |  2 --
 sci-chemistry/dssp/dssp-4.5.3.ebuild | 55 ------------------------------------
 sci-chemistry/dssp/dssp-4.5.5.ebuild | 49 --------------------------------
 3 files changed, 106 deletions(-)

diff --git a/sci-chemistry/dssp/Manifest b/sci-chemistry/dssp/Manifest
index c0140b089c60..9ed11f9d61d1 100644
--- a/sci-chemistry/dssp/Manifest
+++ b/sci-chemistry/dssp/Manifest
@@ -1,5 +1,3 @@
 DIST dssp-2.2.1.tgz 47141 BLAKE2B 
34d8b2db8797a8c23763766c0214337f03584c4be52c1bc820a0df0db6a5f78ac0229aafdd47a60b8fd6f4832abf0399663c53f9e898c75f08ecbe22b141c8da
 SHA512 
4a273714d6b3230daea166caa7f4117d5ccb225bea0cf1bc2eb61539b6cc8e227d0ba19047d61f0ad0d1d6bc2efdec9c193bd44341e15ef0950acb4a22498811
-DIST dssp-4.5.3.tar.gz 222761 BLAKE2B 
f233979eb4cc467c54301c9b88cf1f0edc297500715414bbca91a4084ed90bb10300a2cc9bfa2a388e6f852a7dea141293e5cc2de91834967e160157fcdfbeff
 SHA512 
453f20a8959dbafec8781b3b41f4bd94720200ff5a6647db95fb65bae274236a32180960072d481d27cde8d09053b844bb0b2eaef471f870f2bc4df827f5a7da
-DIST dssp-4.5.5.tar.gz 223132 BLAKE2B 
10c6befe814d5bc082fcb689f9c7640087b00385956cf469cb86a047a16b5a031afad84fcdecabc42bf36318aeaa2558e90cf9a8dc5ecf6c450b9fea26a278d2
 SHA512 
674af2fa9f56dc244bedcf9f98bec2d650d7b8e5163a8f241ffa0965062e6c40a1c0631a22a66468712bf9bf5c7c88085dfad4d168a68971e6d5e582e5e1086b
 DIST dssp-4.5.6.tar.gz 223229 BLAKE2B 
a5f60e1ea8d8ff8c9e63b9e68464ba81a705bbe2d87ebeaab7f13c9c2c05557b5d5aacf832f0f5f85e66ef653751cb9d53a07d6667fcbd8a7e6aae21a2d753f7
 SHA512 
06e1d74f5a39673560bd174032523018f063c8c6f2aaad21c4800334d39f81e5b8f68c78a184a14ff33897d9e6bde9810d7efd5f4c769a85705302bc480afdf4
 DIST dssp-4.5.8.tar.gz 225240 BLAKE2B 
57602edf8981646716a2f882eff027f67a0e25128d50f5c2c4df53ef37682937879b0e42f41fcc5ea0741e203ccbe91d68e7f9c7022a2672f38f5f50101c5400
 SHA512 
981ac33060284a548d259fd854bcfb9a8ad10b5867379946ed4288e018ab3f7ea28ef8f3270d1a3db3e43c76d761ca920df6b7bf40e10fe40de37917b3d9e174

diff --git a/sci-chemistry/dssp/dssp-4.5.3.ebuild 
b/sci-chemistry/dssp/dssp-4.5.3.ebuild
deleted file mode 100644
index 63536c908b2d..000000000000
--- a/sci-chemistry/dssp/dssp-4.5.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="The protein secondary structure standard"
-HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/ https://github.com/PDB-REDO/dssp";
-SRC_URI="https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-# doc disabled as it only generates a PDF from the manpage for now
-# https://github.com/PDB-REDO/dssp/issues/64
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND="
-       dev-libs/boost:=[zlib]
-       >=dev-libs/libmcfp-1.4.2
-       >=sci-libs/libcifpp-8.0.1
-"
-BDEPEND="${CDEPEND}
-       dev-cpp/catch:0
-"
-#      doc? (
-#              || ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc )
-#              dev-python/weasyprint
-#      )
-RDEPEND="${CDEPEND}"
-
-#src_prepare() {
-#      # wkhtmltopdf is not available on Gentoo
-#      sed -i -e \
-#              's/-t html/-t html --pdf-engine=weasyprint/' \
-#              CMakeLists.txt
-#      cmake_src_prepare
-#}
-
-src_configure() {
-       local mycmakeargs=(
-               -DINSTALL_LIBRARY=YES
-               #-DBUILD_DOCUMENTATION=$(usex doc)
-               -DBUILD_DOCUMENTATION=NO
-               -DBUILD_TESTING=$(usex test)
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       # Collides with libcifpp provided file
-       rm -v "${ED}/usr/share/libcifpp/mmcif_pdbx.dic" || die
-}

diff --git a/sci-chemistry/dssp/dssp-4.5.5.ebuild 
b/sci-chemistry/dssp/dssp-4.5.5.ebuild
deleted file mode 100644
index 72a0ae198918..000000000000
--- a/sci-chemistry/dssp/dssp-4.5.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-DESCRIPTION="The protein secondary structure standard"
-HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/ https://github.com/PDB-REDO/dssp";
-SRC_URI="https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-# doc disabled as it only generates a PDF from the manpage for now
-# https://github.com/PDB-REDO/dssp/issues/64
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND="
-       dev-libs/boost:=[zlib]
-       >=dev-libs/libmcfp-1.4.2
-       >=sci-libs/libcifpp-8.0.1:=
-"
-BDEPEND="${CDEPEND}
-       dev-cpp/catch:0
-"
-#      doc? (
-#              || ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc )
-#              dev-python/weasyprint
-#      )
-RDEPEND="${CDEPEND}"
-
-#src_prepare() {
-#      # wkhtmltopdf is not available on Gentoo
-#      sed -i -e \
-#              's/-t html/-t html --pdf-engine=weasyprint/' \
-#              CMakeLists.txt
-#      cmake_src_prepare
-#}
-
-src_configure() {
-       local mycmakeargs=(
-               -DINSTALL_LIBRARY=YES
-               #-DBUILD_DOCUMENTATION=$(usex doc)
-               -DBUILD_DOCUMENTATION=NO
-               -DBUILD_TESTING=$(usex test)
-       )
-       cmake_src_configure
-}

Reply via email to