public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/exonerate-gff3/
@ 2016-06-29 15:35 Martin Mokrejs
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Mokrejs @ 2016-06-29 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     dfe4740e56768cd9d22ae0717e8f3375290dd365
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Jun 29 15:35:20 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Jun 29 15:35:20 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=dfe4740e

sci-biology/exonerate: fix possible typo from commit 5f9c9c1d2a68a9a5f29d3c060ff807becd70fe5f

Package-Manager: portage-2.2.28

 sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild b/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
index a2c98e8..fda6c78 100644
--- a/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
+++ b/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
@@ -35,7 +35,7 @@ src_prepare() {
 	sed \
 		-e 's: -O3 -finline-functions::g' \
 		-i configure.in || die
-	mc configure.in configure.ac
+	mv configure.in configure.ac
 	autotools-utils_src_prepare
 }
 


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/exonerate-gff3/
@ 2016-06-30 17:20 Martin Mokrejs
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Mokrejs @ 2016-06-30 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     759fd10bc6e0ea8406ac7effe97fb17d740cf2fe
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Jun 30 17:19:51 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Jun 30 17:19:51 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=759fd10b

sci-biology/exonerate-gff3: undo commit 5f9c9c1d2a68a9a5f29d3c060ff807becd70fe5f

It is unclear to me what Justin did but seems it was by mistake. This changes
now keeps this ebuild in sync with sci-biology/exonerate::gentoo ebuild and
patches configure.in file again. This at least works for me.

Package-Manager: portage-2.2.28

 sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild b/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
index fda6c78..48a49b6 100644
--- a/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
+++ b/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
@@ -35,7 +35,8 @@ src_prepare() {
 	sed \
 		-e 's: -O3 -finline-functions::g' \
 		-i configure.in || die
-	mv configure.in configure.ac
+	# we patch the configure.in file like sci-biology/exonerate:gentoo does, though it is ugly hack
+	# mv configure.in configure.ac
 	autotools-utils_src_prepare
 }
 


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/exonerate-gff3/
@ 2021-01-19 16:26 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     45b17119263f738bfa6639df87d430ad7fb99a5f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 16:19:12 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 16:19:12 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=45b17119

sci-biology/exonerate-gff3: add missing RESTRICT="!test? ( test )"

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild b/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
index 5800673ca..cc0ba0118 100644
--- a/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
+++ b/sci-biology/exonerate-gff3/exonerate-gff3-9999.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=5
@@ -16,6 +16,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 IUSE="utils test threads"
+RESTRICT="!test? ( test )"
 
 REQUIRED_USE="test? ( utils )"
 


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/exonerate-gff3/
@ 2021-01-24 14:25 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-01-24 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     dd48330939becf689a43f509124a6049179e1b00
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan 24 14:25:26 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Jan 24 14:25:26 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=dd483309

sci-biology/exonerate-gff3: remove keyword from live ebuild

oops

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild b/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
index 3ca71c262..8820a11af 100644
--- a/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
+++ b/sci-biology/exonerate-gff3/exonerate-gff3-9999.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/hotdogee/exonerate-gff3.git"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 
 IUSE="utils test threads"
 RESTRICT="!test? ( test )"


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

end of thread, other threads:[~2021-01-24 14:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-24 14:25 [gentoo-commits] proj/sci:master commit in: sci-biology/exonerate-gff3/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19 16:26 Andrew Ammerlaan
2016-06-30 17:20 Martin Mokrejs
2016-06-29 15:35 Martin Mokrejs

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