Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/
Date: Sat, 06 Nov 2021 08:53:07
Message-Id: 1636188776.73ffa274b37fea4fb561d68cbe1cb74d1294b9b8.pacho@gentoo
1 commit: 73ffa274b37fea4fb561d68cbe1cb74d1294b9b8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 08:07:48 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 08:52:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ffa274
7
8 sci-chemistry/dssp: Drop old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 sci-chemistry/dssp/Manifest | 1 -
14 sci-chemistry/dssp/dssp-2.2.1-r2.ebuild | 45 --------------------------
15 sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild | 33 -------------------
16 3 files changed, 79 deletions(-)
17
18 diff --git a/sci-chemistry/dssp/Manifest b/sci-chemistry/dssp/Manifest
19 index 9fd132f8a29..2eecf341c88 100644
20 --- a/sci-chemistry/dssp/Manifest
21 +++ b/sci-chemistry/dssp/Manifest
22 @@ -1,4 +1,3 @@
23 DIST dssp-2.2.1.tgz 47141 BLAKE2B 34d8b2db8797a8c23763766c0214337f03584c4be52c1bc820a0df0db6a5f78ac0229aafdd47a60b8fd6f4832abf0399663c53f9e898c75f08ecbe22b141c8da SHA512 4a273714d6b3230daea166caa7f4117d5ccb225bea0cf1bc2eb61539b6cc8e227d0ba19047d61f0ad0d1d6bc2efdec9c193bd44341e15ef0950acb4a22498811
24 DIST dssp-3.0.11.tar.gz 168085 BLAKE2B e1c42fd22cfb2287f10b5deae48b56a4583d4a67737a3485dcbd160d1597a15c2d5105c3794c875d8001abede1c014efb4f7f5b7c250f867bdf9ed95a0860217 SHA512 a0cfe44e517ff1f909ef2928b62ae2c639c6bddfd8a0fb538883f647fd2771e00da68e0fd2521aa02ba3c6d1b0c9b784b7fe142392af3a3abf6ea89f1546bd9d
25 -DIST dssp-4.0.1_p20210831.tar.gz 121793 BLAKE2B 1e028b086b418772a93db350f8084d1786996ff6ea935d236b1431d8f4a07c0b33ebf374a4c4d5d4d243952f3f56e29a548ce09763863a1e0c529755fba6c211 SHA512 62f1ac781dd3d6f3436e6c155ae1a470d0baf6a6d9f6d6729034a7a5ef41550f76d0473c688d235279336306c9f3598377c056cddd6d00a89a826fbb04c1bfb3
26 DIST dssp-4.0.3.tar.gz 122872 BLAKE2B f88c330370645b4bd4e89656ad676e443a33c38d7882145bc60e329f823eb761777713df6c7ae44550d10bcd22256ac16db358587cadd39efd6268dd869655d4 SHA512 31ca481b097c9c59f407e35eb8175638b5e4102991007090b5b4ea30db0b076f97cff45d0aa9ae01a826f7673258464b572d68714f00e210db26020cea4be094
27
28 diff --git a/sci-chemistry/dssp/dssp-2.2.1-r2.ebuild b/sci-chemistry/dssp/dssp-2.2.1-r2.ebuild
29 deleted file mode 100644
30 index 63075d4d429..00000000000
31 --- a/sci-chemistry/dssp/dssp-2.2.1-r2.ebuild
32 +++ /dev/null
33 @@ -1,45 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit toolchain-funcs
40 -
41 -DESCRIPTION="The protein secondary structure standard"
42 -HOMEPAGE="http://swift.cmbi.ru.nl/gv/dssp/"
43 -SRC_URI="ftp://ftp.cmbi.ru.nl/pub/molbio/software/dssp-2/${P}.tgz"
44 -
45 -LICENSE="Boost-1.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
48 -IUSE=""
49 -
50 -RDEPEND="dev-libs/boost:=[threads(+)]"
51 -DEPEND="${RDEPEND}"
52 -
53 -PATCHES=(
54 - "${FILESDIR}"/${PN}-2.1.0-gentoo.patch
55 - "${FILESDIR}"/${PN}-2.2.1-boost-1.65-tr1-removal.patch
56 -)
57 -
58 -src_configure() {
59 - tc-export CXX
60 -
61 - cat >> make.config <<- EOF || die
62 - BOOST_LIB_SUFFIX = -mt
63 - BOOST_LIB_DIR = "${EPREFIX}/usr/$(get_libdir)"
64 - BOOST_INC_DIR = "${EPREFIX}/usr/include"
65 - EOF
66 -}
67 -
68 -src_install() {
69 - dobin mkdssp
70 - dosym mkdssp /usr/bin/dssp
71 - doman doc/mkdssp.1
72 - dodoc README.txt changelog
73 -
74 - cat >> "${T}"/30-${PN} <<- EOF || die
75 - DSSP="${EPREFIX}"/usr/bin/${PN}
76 - EOF
77 - doenvd "${T}"/30-${PN}
78 -}
79
80 diff --git a/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild b/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
81 deleted file mode 100644
82 index ca051ca5a0d..00000000000
83 --- a/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
84 +++ /dev/null
85 @@ -1,33 +0,0 @@
86 -# Copyright 1999-2021 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -inherit cmake
91 -
92 -DESCRIPTION="The protein secondary structure standard"
93 -HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/ https://github.com/PDB-REDO/dssp"
94 -
95 -COMMIT="728cc7c6c8d95460d8db453cf7adb25a89ba15f6"
96 -SRC_URI="https://github.com/PDB-REDO/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
97 -S="${WORKDIR}/${PN}-${COMMIT}"
98 -
99 -LICENSE="BSD-2"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~x86"
102 -IUSE=""
103 -
104 -BDEPEND="
105 - >=dev-libs/boost-1.70.0:=[bzip2,zlib,threads(+)]
106 - >=sci-libs/libcifpp-1.1.1
107 -"
108 -DEPEND=""
109 -RDEPEND="${BDEPEND}"
110 -
111 -pkg_postinst() {
112 - if has_version sci-chemistry/gromacs; then
113 - ewarn "DSSP > 3.0.x is not compatible with gmx do_dssp:"
114 - ewarn "https://gitlab.com/gromacs/gromacs/-/issues/4129"
115 - ewarn
116 - ewarn "Feel free to mask newer versions if needed."
117 - fi
118 -}