Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/
Date: Mon, 02 Jan 2023 14:04:10
Message-Id: 1672668236.666c5b76ea7ac62abc7cb2c90f0e090e6565980a.asturm@gentoo
1 commit: 666c5b76ea7ac62abc7cb2c90f0e090e6565980a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 25 22:55:50 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 14:03:56 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666c5b76
7
8 sci-chemistry/dssp: drop 4.0.3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sci-chemistry/dssp/Manifest | 1 -
13 sci-chemistry/dssp/dssp-4.0.3.ebuild | 31 -------------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/sci-chemistry/dssp/Manifest b/sci-chemistry/dssp/Manifest
17 index 0dd96b30e667..adb164c9b6da 100644
18 --- a/sci-chemistry/dssp/Manifest
19 +++ b/sci-chemistry/dssp/Manifest
20 @@ -1,5 +1,4 @@
21 DIST dssp-2.2.1.tgz 47141 BLAKE2B 34d8b2db8797a8c23763766c0214337f03584c4be52c1bc820a0df0db6a5f78ac0229aafdd47a60b8fd6f4832abf0399663c53f9e898c75f08ecbe22b141c8da SHA512 4a273714d6b3230daea166caa7f4117d5ccb225bea0cf1bc2eb61539b6cc8e227d0ba19047d61f0ad0d1d6bc2efdec9c193bd44341e15ef0950acb4a22498811
22 DIST dssp-3.0.11.tar.gz 168085 BLAKE2B e1c42fd22cfb2287f10b5deae48b56a4583d4a67737a3485dcbd160d1597a15c2d5105c3794c875d8001abede1c014efb4f7f5b7c250f867bdf9ed95a0860217 SHA512 a0cfe44e517ff1f909ef2928b62ae2c639c6bddfd8a0fb538883f647fd2771e00da68e0fd2521aa02ba3c6d1b0c9b784b7fe142392af3a3abf6ea89f1546bd9d
23 -DIST dssp-4.0.3.tar.gz 122872 BLAKE2B f88c330370645b4bd4e89656ad676e443a33c38d7882145bc60e329f823eb761777713df6c7ae44550d10bcd22256ac16db358587cadd39efd6268dd869655d4 SHA512 31ca481b097c9c59f407e35eb8175638b5e4102991007090b5b4ea30db0b076f97cff45d0aa9ae01a826f7673258464b572d68714f00e210db26020cea4be094
24 DIST dssp-4.0.4.tar.gz 122183 BLAKE2B b12702c482ad58f09d96e9c85759ebe9455961978277e25d1ee554d07a643b342acf2dbcd3c18d539f058b970c24888a43827b6bac47899ca61bf96dd0c2723b SHA512 e0646bb20f10617174b0970c549fd44990750f46f7a550e4c3bc89487a8d3b7a175d53b2abb0684f9d96203a23d64ae67c6c10688fd4f5f59ff19995f9149ef8
25 DIST dssp-4.2.0.tar.gz 157104 BLAKE2B 4caffb5f7cfe2a130e3ac6c5efa41689bbbb8ee054333cd4320cf77ac36dccaa128fe816ca57b6bd287271924122de4252076628098db415c854df6f09c17ac2 SHA512 b86c736ea9fdf62be923f8a69bae56f7298cd01e6623c1f3eee6951e20483d24438b1318924e980b6a98b19c77cb84d4ba66260a575b63e7c536ecba0478c4a5
26
27 diff --git a/sci-chemistry/dssp/dssp-4.0.3.ebuild b/sci-chemistry/dssp/dssp-4.0.3.ebuild
28 deleted file mode 100644
29 index ab80314db053..000000000000
30 --- a/sci-chemistry/dssp/dssp-4.0.3.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -inherit cmake
38 -
39 -DESCRIPTION="The protein secondary structure standard"
40 -HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/ https://github.com/PDB-REDO/dssp"
41 -
42 -SRC_URI="https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -BDEPEND="
50 - dev-libs/boost:=[zlib]
51 - >=sci-libs/libcifpp-2.0.0
52 -"
53 -DEPEND=""
54 -RDEPEND="${BDEPEND}"
55 -
56 -pkg_postinst() {
57 - if has_version "<=sci-chemistry/gromacs-2022"; then
58 - ewarn "DSSP > 3.0.x is not compatible with gmx do_dssp:"
59 - ewarn "https://gitlab.com/gromacs/gromacs/-/issues/4129"
60 - ewarn
61 - ewarn "Feel free to mask newer versions if needed."
62 - fi
63 -}