public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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,  2 Sep 2021 12:01:00 +0000 (UTC)	[thread overview]
Message-ID: <1630584049.4e4e045da2570733e3a7cf50ed1712945d44dc2f.pacho@gentoo> (raw)

commit:     4e4e045da2570733e3a7cf50ed1712945d44dc2f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  2 11:59:21 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Sep  2 12:00:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4e045d

sci-chemistry/dssp: Bump to 3.0.11

It is the latest version that seems to work with gmx do_dssp from my tests,
also the one packaged in Fedora currently

Closes: https://bugs.gentoo.org/802417
Closes: https://bugs.gentoo.org/808669
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sci-chemistry/dssp/Manifest           |  1 +
 sci-chemistry/dssp/dssp-3.0.11.ebuild | 42 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/sci-chemistry/dssp/Manifest b/sci-chemistry/dssp/Manifest
index 170fb6728d5..95f2e93d4a4 100644
--- a/sci-chemistry/dssp/Manifest
+++ b/sci-chemistry/dssp/Manifest
@@ -1,2 +1,3 @@
 DIST dssp-2.2.1.tgz 47141 BLAKE2B 34d8b2db8797a8c23763766c0214337f03584c4be52c1bc820a0df0db6a5f78ac0229aafdd47a60b8fd6f4832abf0399663c53f9e898c75f08ecbe22b141c8da SHA512 4a273714d6b3230daea166caa7f4117d5ccb225bea0cf1bc2eb61539b6cc8e227d0ba19047d61f0ad0d1d6bc2efdec9c193bd44341e15ef0950acb4a22498811
+DIST dssp-3.0.11.tar.gz 168085 BLAKE2B e1c42fd22cfb2287f10b5deae48b56a4583d4a67737a3485dcbd160d1597a15c2d5105c3794c875d8001abede1c014efb4f7f5b7c250f867bdf9ed95a0860217 SHA512 a0cfe44e517ff1f909ef2928b62ae2c639c6bddfd8a0fb538883f647fd2771e00da68e0fd2521aa02ba3c6d1b0c9b784b7fe142392af3a3abf6ea89f1546bd9d
 DIST dssp-4.0.1_p20210831.tar.gz 121793 BLAKE2B 1e028b086b418772a93db350f8084d1786996ff6ea935d236b1431d8f4a07c0b33ebf374a4c4d5d4d243952f3f56e29a548ce09763863a1e0c529755fba6c211 SHA512 62f1ac781dd3d6f3436e6c155ae1a470d0baf6a6d9f6d6729034a7a5ef41550f76d0473c688d235279336306c9f3598377c056cddd6d00a89a826fbb04c1bfb3

diff --git a/sci-chemistry/dssp/dssp-3.0.11.ebuild b/sci-chemistry/dssp/dssp-3.0.11.ebuild
new file mode 100644
index 00000000000..b0771e31047
--- /dev/null
+++ b/sci-chemistry/dssp/dssp-3.0.11.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools
+
+MY_PN="hssp"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="The protein secondary structure standard"
+HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/ https://github.com/cmbi/hssp"
+SRC_URI="https://github.com/cmbi/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+	dev-lang/perl:=
+	dev-libs/boost:=[bzip2,zlib,threads(+)]
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	default
+
+	# Fix version
+	sed -i -e "s/3.0.10/${PV}/" configure.ac || die
+
+	sed -i -e '/-Werror/d' Makefile.am || die
+
+	eautoreconf
+}
+
+src_install() {
+	default
+	dosym mkdssp /usr/bin/dssp
+	doenvd "${FILESDIR}"/30-${PN}
+}


             reply	other threads:[~2021-09-02 12:01 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-02 12:01 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-13 12:56 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/ 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-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=1630584049.4e4e045da2570733e3a7cf50ed1712945d44dc2f.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