public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/signalp/
@ 2015-05-03 20:43 Andrew Savchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Savchenko @ 2015-05-03 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b67d3a325cfbb1c94657c9c9ce4e9806e2a19437
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Apr 26 09:39:46 2015 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 09:39:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b67d3a32

sci-biology/signalp: Bump to EAPI=5

Package-Manager: portage-2.2.14

 sci-biology/signalp/ChangeLog          | 6 ++++--
 sci-biology/signalp/signalp-3.0.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/sci-biology/signalp/ChangeLog b/sci-biology/signalp/ChangeLog
index 7321c88..f5136c0 100644
--- a/sci-biology/signalp/ChangeLog
+++ b/sci-biology/signalp/ChangeLog
@@ -1,11 +1,13 @@
 # ChangeLog for sci-biology/signalp
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2015; Marius Brehler <marbre@linux.sungazer.de> signalp-3.0.ebuild:
+  Bump to EAPI=5
+
   27 Jun 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
   signalp-3.0.ebuild:
   QA fixes
 
   01 Apr 2009; Andrey Kislyuk <weaver@gentoo.org> ChangeLog:
   New package sci-biology/signalp, ebuild written by me
-

diff --git a/sci-biology/signalp/signalp-3.0.ebuild b/sci-biology/signalp/signalp-3.0.ebuild
index d91a964..f463c67 100644
--- a/sci-biology/signalp/signalp-3.0.ebuild
+++ b/sci-biology/signalp/signalp-3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 DESCRIPTION="Prediction of signal peptide cleavage sites in amino acid sequences"
 HOMEPAGE="http://www.cbs.dtu.dk/services/SignalP/"
@@ -32,7 +32,7 @@ src_prepare() {
 }
 
 src_install() {
-	dobin signalp || die
+	dobin signalp
 	insinto /opt/${P}
 	doins -r bin hmm how mod syn* test
 	exeinto /opt/${P}/bin


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/signalp/
@ 2021-03-06 14:32 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-06 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e5068535fc0c5fdf10cd34f3ee294743d0e3b472
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 14:32:28 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 14:32:28 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e5068535

sci-biology/singalp: EAPI bump

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/signalp/signalp-3.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-biology/signalp/signalp-3.0.ebuild b/sci-biology/signalp/signalp-3.0.ebuild
index be10dcdbb..537811b9f 100644
--- a/sci-biology/signalp/signalp-3.0.ebuild
+++ b/sci-biology/signalp/signalp-3.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Prediction of signal peptide cleavage sites in amino acid sequences"
 HOMEPAGE="http://www.cbs.dtu.dk/services/SignalP/"
@@ -25,6 +25,7 @@ pkg_nofetch() {
 }
 
 src_prepare() {
+	default
 	sed -i -e '/SIGNALP=/ s/\/usr//' \
 		-e '/TMPDIR=/ s/$SIGNALP//' "${S}/signalp" || die
 	sed -i 's/nawk/gawk/' "${S}"/bin/* || die


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/signalp/
@ 2021-03-06 15:01 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-06 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5f0f4116067941153744cb979b8a77c9acd50a23
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 15:00:18 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 15:00:18 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f0f4116

sci-biology/singalp: fix header

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/signalp/signalp-3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/signalp/signalp-3.0.ebuild b/sci-biology/signalp/signalp-3.0.ebuild
index 537811b9f..0ecc040c5 100644
--- a/sci-biology/signalp/signalp-3.0.ebuild
+++ b/sci-biology/signalp/signalp-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/signalp/
@ 2021-03-19 11:08 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-19 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ce647f5148a6a887233068664945f17dfa15ac01
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 19 10:58:37 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 19 10:58:37 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ce647f51

sci-biology/singalp: fix MisplacedVariable

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/signalp/signalp-3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/signalp/signalp-3.0.ebuild b/sci-biology/signalp/signalp-3.0.ebuild
index 0ecc040c5..dcd83d920 100644
--- a/sci-biology/signalp/signalp-3.0.ebuild
+++ b/sci-biology/signalp/signalp-3.0.ebuild
@@ -21,7 +21,7 @@ RESTRICT="fetch strip"
 
 pkg_nofetch() {
 	einfo "Please visit ${HOMEPAGE} and obtain the file"
-	einfo "\"${SRC_URI}\", then place it in ${DISTDIR}"
+	einfo "\"${SRC_URI}\", then place it into your DISTDIR folder"
 }
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-19 11:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19 11:08 [gentoo-commits] proj/sci:master commit in: sci-biology/signalp/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-03-06 15:01 Andrew Ammerlaan
2021-03-06 14:32 Andrew Ammerlaan
2015-05-03 20:43 Andrew Savchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox