From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/
Date: Thu, 22 May 2025 14:07:54 +0000 (UTC) [thread overview]
Message-ID: <1747922854.8ef3ad91e5d3a32fc0b5a517b0ab2106e995de09.pacho@gentoo> (raw)
commit: 8ef3ad91e5d3a32fc0b5a517b0ab2106e995de09
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 14:01:10 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May 22 14:07:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef3ad91
sci-chemistry/dssp: drop 4.4.10
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-chemistry/dssp/Manifest | 1 -
sci-chemistry/dssp/dssp-4.4.10.ebuild | 55 -----------------------------------
2 files changed, 56 deletions(-)
diff --git a/sci-chemistry/dssp/Manifest b/sci-chemistry/dssp/Manifest
index 77e29ee7c7cc..a6cfde2d1f11 100644
--- a/sci-chemistry/dssp/Manifest
+++ b/sci-chemistry/dssp/Manifest
@@ -1,5 +1,4 @@
DIST dssp-2.2.1.tgz 47141 BLAKE2B 34d8b2db8797a8c23763766c0214337f03584c4be52c1bc820a0df0db6a5f78ac0229aafdd47a60b8fd6f4832abf0399663c53f9e898c75f08ecbe22b141c8da SHA512 4a273714d6b3230daea166caa7f4117d5ccb225bea0cf1bc2eb61539b6cc8e227d0ba19047d61f0ad0d1d6bc2efdec9c193bd44341e15ef0950acb4a22498811
-DIST dssp-4.4.10.tar.gz 164259 BLAKE2B 5d82ce25779060f89b50742683102aea53984fca10e54aa3cd0b21c7be3684336f6561928282e40300bb164c5b881797fababa5175c139f5b304a952f21db661 SHA512 1bdbdd4b058801d78cc28dcb23478656dfb322ce81f4fe8ede2cd72640778084ce8c99aff367aff53c26ad221ffa6ebafcf9730005b1a873957d26eb42f724c8
DIST dssp-4.4.11.tar.gz 163930 BLAKE2B 00da516faeac6f49a6b2b82d69c6e92a53531e2a0cf98718e7fa78f848b060b9f2d68f255e958842ff748119f7f3de2a06e5d6fffd4c1787485a81562185ffb7 SHA512 3abe6d6f5578714358c551bc4d4426c5359f68329058deb50fe4f643e4b380e7fa41de7aeb9d016211d69b72c7d892c17d5268b34b65c1566ff33ae978ee6f9b
DIST dssp-4.5.0.tar.gz 163776 BLAKE2B aed788363920b800d552cb098490b47ceb38021a8dc2d3fcb3fe3d546d54dd3fd0499ecbf01af6719cfc03752f31205d2be8f249ae52176a4613791856a4cffd SHA512 161c529b31273970a7dd45c587e443db8bbee2565ea5d8e647c768402b3eded885537d8a728cd638df3fb4d6cf3775073ef1193fe3e0bfa66f77ac9b79ae0f4f
DIST dssp-4.5.3.tar.gz 222761 BLAKE2B f233979eb4cc467c54301c9b88cf1f0edc297500715414bbca91a4084ed90bb10300a2cc9bfa2a388e6f852a7dea141293e5cc2de91834967e160157fcdfbeff SHA512 453f20a8959dbafec8781b3b41f4bd94720200ff5a6647db95fb65bae274236a32180960072d481d27cde8d09053b844bb0b2eaef471f870f2bc4df827f5a7da
diff --git a/sci-chemistry/dssp/dssp-4.4.10.ebuild b/sci-chemistry/dssp/dssp-4.4.10.ebuild
deleted file mode 100644
index 52cf9b1a6a0f..000000000000
--- a/sci-chemistry/dssp/dssp-4.4.10.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="doc"
-
-CDEPEND="
- dev-libs/boost:=[zlib]
- >=dev-libs/libmcfp-1.2.2
- >=sci-libs/libcifpp-7.0.3
-"
-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=(
- #-DBUILD_DOCUMENTATION=$(usex doc)
- -DBUILD_DOCUMENTATION=NO
- )
- cmake_src_configure
-}
-
-pkg_postinst() {
- if has_version "<=sci-chemistry/gromacs-2022"; then
- ewarn "DSSP > 3.0.x is not compatible with gmx do_dssp:"
- ewarn "https://gitlab.com/gromacs/gromacs/-/issues/4129"
- ewarn
- ewarn "Feel free to mask newer versions if needed."
- fi
-}
next reply other threads:[~2025-05-22 14:08 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-22 14:07 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-05 9:11 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/ Pacho Ramos
2025-10-05 9:11 Pacho Ramos
2025-10-05 9:11 Pacho Ramos
2025-08-14 12:59 Pacho Ramos
2025-08-14 12:59 Pacho Ramos
2025-07-10 19:25 Arthur Zamarin
2025-05-24 3:00 Sam James
2025-05-22 14:07 Pacho Ramos
2025-04-13 16:44 Pacho Ramos
2025-04-13 16:44 Pacho Ramos
2025-04-13 16:44 Pacho Ramos
2025-04-13 16:44 Pacho Ramos
2025-03-05 18:12 Pacho Ramos
2025-01-31 18:35 Pacho Ramos
2025-01-13 12:56 Sam James
2024-10-17 11:56 Pacho Ramos
2024-10-17 8:51 Pacho Ramos
2024-10-17 8:51 Pacho Ramos
2024-06-01 11:08 Pacho Ramos
2024-05-18 10:06 Pacho Ramos
2024-05-18 10:06 Pacho Ramos
2024-05-18 10:06 Pacho Ramos
2023-10-26 15:09 Pacho Ramos
2023-07-21 8:01 Pacho Ramos
2023-07-21 8:01 Pacho Ramos
2023-07-20 8:12 Pacho Ramos
2023-07-20 8:12 Pacho Ramos
2023-06-08 9:39 Pacho Ramos
2023-04-18 15:08 Pacho Ramos
2023-02-26 15:51 Pacho Ramos
2023-02-26 15:51 Pacho Ramos
2023-01-02 14:04 Andreas Sturmlechner
2022-12-05 20:17 Arthur Zamarin
2022-12-04 14:50 Pacho Ramos
2022-12-04 14:50 Pacho Ramos
2022-09-04 13:03 David Seifert
2022-09-04 12:23 David Seifert
2022-07-06 5:18 Arthur Zamarin
2022-06-02 4:03 Sam James
2022-03-17 13:36 Jakov Smolić
2022-03-13 18:36 Pacho Ramos
2021-11-16 10:08 Jakov Smolić
2021-11-16 7:50 Agostino Sarubbo
2021-11-16 3:14 Sam James
2021-11-06 8:53 Pacho Ramos
2021-11-06 8:53 Pacho Ramos
2021-10-10 20:48 Sam James
2021-10-05 6:48 Agostino Sarubbo
2021-10-04 11:00 Agostino Sarubbo
2021-10-03 18:45 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-06-18 19:18 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1747922854.8ef3ad91e5d3a32fc0b5a517b0ab2106e995de09.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox