* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ksdssp/
@ 2019-11-24 3:21 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2019-11-24 3:21 UTC (permalink / raw
To: gentoo-commits
commit: 22f3a754fdfc77abc4adaa734fd544bb5715916d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 03:12:23 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 03:21:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f3a754
sci-chemistry/ksdssp: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
sci-chemistry/ksdssp/ksdssp-040728.ebuild | 44 -------------------------------
1 file changed, 44 deletions(-)
diff --git a/sci-chemistry/ksdssp/ksdssp-040728.ebuild b/sci-chemistry/ksdssp/ksdssp-040728.ebuild
deleted file mode 100644
index 9dcb38c517d..00000000000
--- a/sci-chemistry/ksdssp/ksdssp-040728.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="ksdssp is an open source implementation of dssp"
-HOMEPAGE="http://www.cgl.ucsf.edu/Overview/software.html"
-SRC_URI="mirror://gentoo/${P}.shar"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD"
-IUSE=""
-
-RDEPEND="sci-libs/libpdb++"
-DEPEND="
- ${RDEPEND}
- app-arch/sharutils"
-
-S="${WORKDIR}"/${PN}
-
-src_unpack() {
- "${EPREFIX}"/usr/bin/unshar "${DISTDIR}"/${A}
-}
-
-src_compile() {
- emake \
- CXX="$(tc-getCXX)" \
- PDBINCDIR="${EPREFIX}/usr/include/libpdb++" \
- BINDIR="${EPREFIX}/usr/bin" \
- .TARGET="${PN}.csh" \
- .CURDIR="${S}" \
- CC="$(tc-getCXX)" \
- LINKER="$(tc-getCXX)" \
- OPT="${CXXFLAGS}" \
- LFLAGS="${LDFLAGS}" \
- ${PN} ${PN}.csh
-}
-
-src_install() {
- dobin ${PN}{,.csh}
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ksdssp/
@ 2020-09-16 20:17 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2020-09-16 20:17 UTC (permalink / raw
To: gentoo-commits
commit: 7adbb9cc393b996861d75911c3f67a16bf8abf45
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 20:16:31 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 20:16:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adbb9cc
sci-chemistry/ksdssp: Port to EAPI 7
Closes: https://bugs.gentoo.org/741996
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-chemistry/ksdssp/ksdssp-040728-r1.ebuild | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/sci-chemistry/ksdssp/ksdssp-040728-r1.ebuild b/sci-chemistry/ksdssp/ksdssp-040728-r1.ebuild
index b5e9e772743..118f15c3c2d 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
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-16 20:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-16 20:17 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ksdssp/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2019-11-24 3:21 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox