* [gentoo-commits] repo/gentoo:master commit in: sci-biology/prints/
@ 2017-02-19 18:44 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-02-19 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 0d4d4b023bbf38d8a7542ae41e378e674eec2736
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 18:41:35 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 18:43:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4d4b02
sci-biology/prints: Drop to unstable
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3937
sci-biology/prints/prints-39.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/prints/prints-39.0.ebuild b/sci-biology/prints/prints-39.0.ebuild
index e64ba2989b..74ad780f49 100644
--- a/sci-biology/prints/prints-39.0.ebuild
+++ b/sci-biology/prints/prints-39.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="public-domain"
IUSE="emboss minimal"
# Minimal build keeps only the indexed files (if applicable) and the
# documentation. The non-indexed database is not installed.
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
DEPEND="emboss? ( sci-biology/emboss )"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/prints/
@ 2017-03-08 18:47 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-03-08 18:47 UTC (permalink / raw
To: gentoo-commits
commit: c7b331a41b2c947b3facd8c17e4cfd1b6f52d72e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 8 18:46:38 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Mar 8 18:47:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b331a4
sci-biology/prints: Modernise to EAPI 6
Package-Manager: Portage-2.3.4, Repoman-2.3.2
.../{prints-39.0.ebuild => prints-39.0-r1.ebuild} | 26 ++++++++++++----------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/sci-biology/prints/prints-39.0.ebuild b/sci-biology/prints/prints-39.0-r1.ebuild
similarity index 73%
rename from sci-biology/prints/prints-39.0.ebuild
rename to sci-biology/prints/prints-39.0-r1.ebuild
index cf047d048f6..f9833579e71 100644
--- a/sci-biology/prints/prints-39.0.ebuild
+++ b/sci-biology/prints/prints-39.0-r1.ebuild
@@ -1,18 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
MY_PV="${PV/./_}"
DESCRIPTION="A protein motif fingerprint database"
HOMEPAGE="http://www.bioinf.man.ac.uk/dbbrowser/PRINTS/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-SLOT="0"
LICENSE="public-domain"
-IUSE="emboss minimal"
+SLOT="0"
# Minimal build keeps only the indexed files (if applicable) and the
# documentation. The non-indexed database is not installed.
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="emboss minimal"
DEPEND="emboss? ( sci-biology/emboss )"
RDEPEND="${DEPEND}"
@@ -20,23 +22,23 @@ RDEPEND="${DEPEND}"
src_compile() {
if use emboss; then
mkdir PRINTS || die
- echo
- einfo "Indexing PRINTS for usage with EMBOSS."
- EMBOSS_DATA="." printsextract -auto -infile prints${MY_PV}.dat || die \
- "Indexing PRINTS failed."
- echo
+ einfo
+ einfo "Indexing PRINTS for usage with EMBOSS"
+ EMBOSS_DATA="." printsextract -auto -infile prints${MY_PV}.dat || die "Indexing PRINTS failed"
+ einfo
fi
}
src_install() {
+ dodoc README
+
if ! use minimal; then
insinto /usr/share/${PN}
- doins newpr.lis ${PN}${MY_PV}.{all.fasta,dat,kdat,lis,nam,vsn} || die \
- "Installing raw database failed."
+ doins newpr.lis ${PN}${MY_PV}.{all.fasta,dat,kdat,lis,nam,vsn}
fi
+
if use emboss; then
- insinto /usr/share/EMBOSS/data/PRINTS
- doins PRINTS/* || die "Installing EMBOSS data files failed."
+ insinto /usr/share/EMBOSS/data/${PN^^}
+ doins -r ${PN^^}/.
fi
- dodoc README || die "Documentation installation failed."
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/prints/
@ 2022-06-19 18:04 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-06-19 18:04 UTC (permalink / raw
To: gentoo-commits
commit: a37fac276f1cf3c146ed34d706cf8f056950a8e1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 18:04:32 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 18:04:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37fac27
sci-biology/prints: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../prints/{prints-39.0-r1.ebuild => prints-39.0-r2.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-biology/prints/prints-39.0-r1.ebuild b/sci-biology/prints/prints-39.0-r2.ebuild
similarity index 89%
rename from sci-biology/prints/prints-39.0-r1.ebuild
rename to sci-biology/prints/prints-39.0-r2.ebuild
index f9833579e71f..9fb721842798 100644
--- a/sci-biology/prints/prints-39.0-r1.ebuild
+++ b/sci-biology/prints/prints-39.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
MY_PV="${PV/./_}"
@@ -16,8 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="emboss minimal"
-DEPEND="emboss? ( sci-biology/emboss )"
-RDEPEND="${DEPEND}"
+BDEPEND="emboss? ( sci-biology/emboss )"
+RDEPEND="${BDEPEND}"
src_compile() {
if use emboss; then
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-19 18:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-19 18:04 [gentoo-commits] repo/gentoo:master commit in: sci-biology/prints/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2017-03-08 18:47 David Seifert
2017-02-19 18:44 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox