public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/glimmerhmm/
@ 2024-03-12  6:22 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-03-12  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a708698f295cda8e488d19dbb57fb2a3680a0b46
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 06:16:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 06:16:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a708698f

sci-biology/glimmerhmm: fix SRC_URI

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild b/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild
index cbbcd0ef1421..2d6a82ffba0e 100644
--- a/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild
+++ b/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild
@@ -9,7 +9,7 @@ MY_P=GlimmerHMM
 
 DESCRIPTION="A eukaryotic gene finding system from TIGR"
 HOMEPAGE="http://www.cbcb.umd.edu/software/GlimmerHMM/"
-SRC_URI="ftp://ftp.cbcb.umd.edu/pub/software/glimmerhmm/${MY_P}-${PV}.tar.gz"
+SRC_URI="https://ccb.jhu.edu/software/glimmerhmm/dl/${MY_P}-${PV}.tar.gz"
 
 LICENSE="Artistic"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/glimmerhmm/
@ 2024-03-12  6:22 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-03-12  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1286481b0c4807a0321ce180307d21b08de210db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 06:21:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 06:22:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1286481b

sci-biology/glimmerhmm: update EAPI 7 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild b/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild
index 2d6a82ffba0e..829e79d4db85 100644
--- a/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild
+++ b/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -10,13 +10,12 @@ MY_P=GlimmerHMM
 DESCRIPTION="A eukaryotic gene finding system from TIGR"
 HOMEPAGE="http://www.cbcb.umd.edu/software/GlimmerHMM/"
 SRC_URI="https://ccb.jhu.edu/software/glimmerhmm/dl/${MY_P}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}/${MY_P}"
-
 PATCHES=(
 	"${FILESDIR}"/${PV}-gentoo.patch
 	"${FILESDIR}"/${PN}-3.0.1-fix-data-path.patch


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/glimmerhmm/
@ 2024-12-03 11:14 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-12-03 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     165cb771c4cb703d605768978985385ab31f547b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 11:14:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 11:14:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165cb771

sci-biology/glimmerhmm: Stabilize 3.0.4 amd64, #945559

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild b/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild
index 829e79d4db85..4d72bf617794 100644
--- a/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild
+++ b/sci-biology/glimmerhmm/glimmerhmm-3.0.4.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PV}-gentoo.patch


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

end of thread, other threads:[~2024-12-03 11:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12  6:22 [gentoo-commits] repo/gentoo:master commit in: sci-biology/glimmerhmm/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-03-12  6:22 Sam James
2024-12-03 11:14 Sam James

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