summaryrefslogtreecommitdiff
path: root/sci-chemistry/ksdssp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /sci-chemistry/ksdssp
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'sci-chemistry/ksdssp')
-rw-r--r--sci-chemistry/ksdssp/Manifest2
-rw-r--r--sci-chemistry/ksdssp/ksdssp-040728-r1.ebuild25
2 files changed, 14 insertions, 13 deletions
diff --git a/sci-chemistry/ksdssp/Manifest b/sci-chemistry/ksdssp/Manifest
index 29e85fc38b85..9d6e4c3e7bc1 100644
--- a/sci-chemistry/ksdssp/Manifest
+++ b/sci-chemistry/ksdssp/Manifest
@@ -1,3 +1,3 @@
DIST ksdssp-040728.shar 104347 BLAKE2B f77ba1fd83e9dd959dabf49818c541605eb8fba895880dbd8324cd02a0528d7961ced200de4b64c18c897a18e9f78474293a9f95fee9beace36f5faba61fcaa2 SHA512 17c32bea1f32acfd31353d0378fe2a664a8922db8b929da4b9b10ac279013946911acd2a26ab3ab227ae160352c8313dcf742fae8c139a90ac11f772f17a1689
-EBUILD ksdssp-040728-r1.ebuild 916 BLAKE2B 7d2461015ee5646fc30b2ce61f52c63b01340b32a8b79e70eff1c3762cf7e82967063abee0b12195e4ff2db6afd4f13b501faec4116a464de10fb63e376e0318 SHA512 90eeb66be6665ca20bbe2dfdf1515d4ff44480dba23c47511501750749f903c2a1f80394e7c026b0ed99f4e545dcf3d70c64bcf8f21b49d945ed6e99878b5d30
+EBUILD ksdssp-040728-r1.ebuild 905 BLAKE2B 59721748af82ddd4fb21c7de46b4902f6af95656b5cc97685189500117a9e80ded0fb91944d5503347ddcb792037076621f61946b54e495098b8fe417a2cb9d3 SHA512 97bc00690752386c5048f5c87d5f926eb68275b449439e82186371124feb534c0e27ce67ca1c8d1521ce42935a3c125f53981ac07e75482622f620483595837d
MISC metadata.xml 265 BLAKE2B d5a98b9309829a0486c4b8a4336c2d24a0fe34e926d52afd0cc87e16fcc887ca4c18851e58afb33866823121fa8f221a90e0d726dbd85552a4caf66cf03b7b4a SHA512 470f6c178e88c4e83afa46d5e901a45fc2427a779ae832df7fa2d6e25e9e8b4ce77cd3a8fe191e6242d6df3b673f0de6b4f90f1e147aa8b8dd566f18163cc73a
diff --git a/sci-chemistry/ksdssp/ksdssp-040728-r1.ebuild b/sci-chemistry/ksdssp/ksdssp-040728-r1.ebuild
index b5e9e772743f..118f15c3c2d6 100644
--- a/sci-chemistry/ksdssp/ksdssp-040728-r1.ebuild
+++ b/sci-chemistry/ksdssp/ksdssp-040728-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit toolchain-funcs
@@ -9,19 +9,18 @@ DESCRIPTION="An open source implementation of sci-chemistry/dssp"
HOMEPAGE="http://www.cgl.ucsf.edu/Overview/software.html"
SRC_URI="mirror://gentoo/${P}.shar"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
RDEPEND="sci-libs/libpdb++"
-DEPEND="${RDEPEND}
- app-arch/sharutils"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/sharutils"
-S="${WORKDIR}"/${PN}
+S="${WORKDIR}/${PN}"
src_unpack() {
- "${EPREFIX}/usr/bin/unshar" "${DISTDIR}"/${A} || die
+ unshar "${DISTDIR}"/${A} || die
}
src_compile() {
@@ -39,8 +38,10 @@ src_compile() {
}
src_install() {
- dobin ${PN}{,.csh}
- dodoc README
- dohtml ${PN}.html
- doman ${PN}.1
+ dobin ksdssp{,.csh}
+
+ HTML_DOCS=( ksdssp.html )
+ einstalldocs
+
+ doman ksdssp.1
}