public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/sickle/
@ 2014-03-24  0:34 Martin Mokrejs
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Mokrejs @ 2014-03-24  0:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2d2c3a2f74c6633b68cdfad591123bdc24d10935
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Mar 24 00:33:10 2014 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Mar 24 00:33:10 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d2c3a2f

sci-biology/sickle: new package

---
 sci-biology/sickle/ChangeLog          | 11 +++++++++++
 sci-biology/sickle/metadata.xml       |  9 +++++++++
 sci-biology/sickle/sickle-9999.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/sci-biology/sickle/ChangeLog b/sci-biology/sickle/ChangeLog
new file mode 100644
index 0000000..bdbc7e7
--- /dev/null
+++ b/sci-biology/sickle/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sci-biology/sickle
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*sickle-9999 (24 Mar 2014)
+
+  24 Mar 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  +sickle-9999.ebuild, +metadata.xml:
+  simple ebuild, bundled Makefile forces compile flags, program version, but
+  works
+

diff --git a/sci-biology/sickle/metadata.xml b/sci-biology/sickle/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/sickle/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci-biology</herd>
+  <maintainer>
+    <email>mmokrejs@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild
new file mode 100644
index 0000000..46f0e91
--- /dev/null
+++ b/sci-biology/sickle/sickle-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils git-r3
+
+DESCRIPTION="Windowed adaptive adaptor trimming tool for FASTQ data from Illumina/Solexa"
+HOMEPAGE="https://github.com/najoshi/sickle"
+EGIT_REPO_URI="https://github.com/najoshi/sickle"
+
+LICENSE="sickle"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+	sys-libs/zlib"
+
+src_install(){
+	dobin sickle
+	dodoc README.md
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/sickle/
@ 2014-09-05 15:24 Jauhien Piatlicki
  0 siblings, 0 replies; 9+ messages in thread
From: Jauhien Piatlicki @ 2014-09-05 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f68a807e4215fd43fe203171b53ddf4361380bd4
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  5 15:22:41 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Fri Sep  5 15:22:41 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f68a807e

sci-biology/sickle: fix license

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

diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild
index 46f0e91..d256d73 100644
--- a/sci-biology/sickle/sickle-9999.ebuild
+++ b/sci-biology/sickle/sickle-9999.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Windowed adaptive adaptor trimming tool for FASTQ data from Illumin
 HOMEPAGE="https://github.com/najoshi/sickle"
 EGIT_REPO_URI="https://github.com/najoshi/sickle"
 
-LICENSE="sickle"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/sickle/
@ 2015-01-15 11:14 Martin Mokrejs
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Mokrejs @ 2015-01-15 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a56d140795382c61496629c5048c3ec4fdac87c4
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Jan 15 11:13:00 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Jan 15 11:13:00 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a56d1407

correct package description

Package-Manager: portage-2.2.7

---
 sci-biology/sickle/ChangeLog          | 6 ++++--
 sci-biology/sickle/sickle-9999.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-biology/sickle/ChangeLog b/sci-biology/sickle/ChangeLog
index bdbc7e7..443ff95 100644
--- a/sci-biology/sickle/ChangeLog
+++ b/sci-biology/sickle/ChangeLog
@@ -1,11 +1,13 @@
 # ChangeLog for sci-biology/sickle
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 Jan 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> sickle-9999.ebuild:
+  correct package description
+
 *sickle-9999 (24 Mar 2014)
 
   24 Mar 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
   +sickle-9999.ebuild, +metadata.xml:
   simple ebuild, bundled Makefile forces compile flags, program version, but
   works
-

diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild
index d256d73..022474e 100644
--- a/sci-biology/sickle/sickle-9999.ebuild
+++ b/sci-biology/sickle/sickle-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit eutils git-r3
 
-DESCRIPTION="Windowed adaptive adaptor trimming tool for FASTQ data from Illumina/Solexa"
+DESCRIPTION="Windowed adaptive quality-based trimming tool for FASTQ data from Illumina/Solexa"
 HOMEPAGE="https://github.com/najoshi/sickle"
 EGIT_REPO_URI="https://github.com/najoshi/sickle"
 


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/sickle/
@ 2015-03-09 16:45 Martin Mokrejs
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Mokrejs @ 2015-03-09 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     53f3408793c23dd0612952d22bc4a6c599e2b295
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Mon Mar  9 16:44:10 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Mon Mar  9 16:44:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=53f34087

respect CC and CFLAGS; added an ebuild for latest release tarball, works

Package-Manager: portage-2.2.15

 sci-biology/sickle/ChangeLog                            |  6 ++++++
 .../sickle/{sickle-9999.ebuild => sickle-1.33.ebuild}   | 17 ++++++++++++++---
 sci-biology/sickle/sickle-9999.ebuild                   | 17 ++++++++++++++---
 3 files changed, 34 insertions(+), 6 deletions(-)

diff --git a/sci-biology/sickle/ChangeLog b/sci-biology/sickle/ChangeLog
index 443ff95..4d539a2 100644
--- a/sci-biology/sickle/ChangeLog
+++ b/sci-biology/sickle/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*sickle-1.33 (09 Mar 2015)
+
+  09 Mar 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +sickle-1.33.ebuild,
+  sickle-9999.ebuild:
+  respect CC and CFLAGS; added an ebuild for latest release tarball, works
+
   15 Jan 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> sickle-9999.ebuild:
   correct package description
 

diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-1.33.ebuild
similarity index 52%
copy from sci-biology/sickle/sickle-9999.ebuild
copy to sci-biology/sickle/sickle-1.33.ebuild
index 022474e..2288aea 100644
--- a/sci-biology/sickle/sickle-9999.ebuild
+++ b/sci-biology/sickle/sickle-1.33.ebuild
@@ -4,21 +4,32 @@
 
 EAPI=5
 
-inherit eutils git-r3
+inherit eutils eutils toolchain-funcs
+
+[ "$PV" == "9999" ] && inherit git-r3
 
 DESCRIPTION="Windowed adaptive quality-based trimming tool for FASTQ data from Illumina/Solexa"
 HOMEPAGE="https://github.com/najoshi/sickle"
-EGIT_REPO_URI="https://github.com/najoshi/sickle"
+if [ "$PV" == "9999" ]; then
+	EGIT_REPO_URI="https://github.com/najoshi/sickle"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/najoshi/sickle/archive/v"${PV}".tar.gz"
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}
 	sys-libs/zlib"
 
+src_prepare(){
+	sed -e "s#-pedantic#-pedantic ${CFLAGS}#;s#gcc#"$(tc-getCC)"#" -i Makefile || die
+}
+
 src_install(){
 	dobin sickle
 	dodoc README.md

diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild
index 022474e..2288aea 100644
--- a/sci-biology/sickle/sickle-9999.ebuild
+++ b/sci-biology/sickle/sickle-9999.ebuild
@@ -4,21 +4,32 @@
 
 EAPI=5
 
-inherit eutils git-r3
+inherit eutils eutils toolchain-funcs
+
+[ "$PV" == "9999" ] && inherit git-r3
 
 DESCRIPTION="Windowed adaptive quality-based trimming tool for FASTQ data from Illumina/Solexa"
 HOMEPAGE="https://github.com/najoshi/sickle"
-EGIT_REPO_URI="https://github.com/najoshi/sickle"
+if [ "$PV" == "9999" ]; then
+	EGIT_REPO_URI="https://github.com/najoshi/sickle"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/najoshi/sickle/archive/v"${PV}".tar.gz"
+	KEYWORDS="~amd64"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}
 	sys-libs/zlib"
 
+src_prepare(){
+	sed -e "s#-pedantic#-pedantic ${CFLAGS}#;s#gcc#"$(tc-getCC)"#" -i Makefile || die
+}
+
 src_install(){
 	dobin sickle
 	dodoc README.md


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/sickle/
@ 2015-06-05 11:20 Justin Lecher
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher @ 2015-06-05 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     43a2feba2ac3ca3eaecb08994784e95491c5f4ab
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  5 11:13:32 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 11:13:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=43a2feba

sci-biology/sickle: Add github to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-biology/sickle/ChangeLog    | 3 +++
 sci-biology/sickle/metadata.xml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/sci-biology/sickle/ChangeLog b/sci-biology/sickle/ChangeLog
index 4d539a2..060cfa2 100644
--- a/sci-biology/sickle/ChangeLog
+++ b/sci-biology/sickle/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  sci-biology/sickle: Add github to remote-id in metadata.xml
+
 *sickle-1.33 (09 Mar 2015)
 
   09 Mar 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +sickle-1.33.ebuild,

diff --git a/sci-biology/sickle/metadata.xml b/sci-biology/sickle/metadata.xml
index 2bc8930..74adcee 100644
--- a/sci-biology/sickle/metadata.xml
+++ b/sci-biology/sickle/metadata.xml
@@ -6,4 +6,7 @@
     <email>mmokrejs@fold.natur.cuni.cz</email>
     <name>Martin Mokrejs</name>
   </maintainer>
+  <upstream>
+    <remote-id type="github">najoshi/sickle</remote-id>
+  </upstream>
 </pkgmetadata>


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

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

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

sci-biology/sickle: properly name tarball

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

 sci-biology/sickle/sickle-1.33.ebuild | 4 ++--
 sci-biology/sickle/sickle-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/sickle/sickle-1.33.ebuild b/sci-biology/sickle/sickle-1.33.ebuild
index 4069e75f9..f4d93b5bb 100644
--- a/sci-biology/sickle/sickle-1.33.ebuild
+++ b/sci-biology/sickle/sickle-1.33.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
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
 	EGIT_REPO_URI="https://github.com/najoshi/sickle"
 	KEYWORDS=""
 else
-	SRC_URI="https://github.com/najoshi/sickle/archive/v"${PV}".tar.gz"
+	SRC_URI="https://github.com/najoshi/sickle/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 

diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild
index 4069e75f9..f4d93b5bb 100644
--- a/sci-biology/sickle/sickle-9999.ebuild
+++ b/sci-biology/sickle/sickle-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
@@ -13,7 +13,7 @@ if [ "$PV" == "9999" ]; then
 	EGIT_REPO_URI="https://github.com/najoshi/sickle"
 	KEYWORDS=""
 else
-	SRC_URI="https://github.com/najoshi/sickle/archive/v"${PV}".tar.gz"
+	SRC_URI="https://github.com/najoshi/sickle/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 


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

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

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

sci-biology/sickle: don't inherit eutils twice

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

 sci-biology/sickle/sickle-1.33.ebuild | 2 +-
 sci-biology/sickle/sickle-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/sickle/sickle-1.33.ebuild b/sci-biology/sickle/sickle-1.33.ebuild
index f4d93b5bb..fe09ac3f3 100644
--- a/sci-biology/sickle/sickle-1.33.ebuild
+++ b/sci-biology/sickle/sickle-1.33.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit eutils eutils toolchain-funcs
+inherit eutils toolchain-funcs
 
 [ "$PV" == "9999" ] && inherit git-r3
 

diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild
index f4d93b5bb..fe09ac3f3 100644
--- a/sci-biology/sickle/sickle-9999.ebuild
+++ b/sci-biology/sickle/sickle-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit eutils eutils toolchain-funcs
+inherit eutils toolchain-funcs
 
 [ "$PV" == "9999" ] && inherit git-r3
 


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

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

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

sci-biology/sickle: EAPI bump

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

 sci-biology/sickle/sickle-1.33.ebuild | 17 +++++------------
 sci-biology/sickle/sickle-9999.ebuild | 17 +++++------------
 2 files changed, 10 insertions(+), 24 deletions(-)

diff --git a/sci-biology/sickle/sickle-1.33.ebuild b/sci-biology/sickle/sickle-1.33.ebuild
index fe09ac3f3..34b26933d 100644
--- a/sci-biology/sickle/sickle-1.33.ebuild
+++ b/sci-biology/sickle/sickle-1.33.ebuild
@@ -1,15 +1,14 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils toolchain-funcs
-
-[ "$PV" == "9999" ] && inherit git-r3
+inherit toolchain-funcs
 
 DESCRIPTION="Windowed adaptive quality-based trimming tool for FASTQ data"
 HOMEPAGE="https://github.com/najoshi/sickle"
 if [ "$PV" == "9999" ]; then
+	inherit git-r3
 	EGIT_REPO_URI="https://github.com/najoshi/sickle"
 	KEYWORDS=""
 else
@@ -19,15 +18,9 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	sys-libs/zlib"
 
-src_prepare(){
-	sed -e "s#-pedantic#-pedantic ${CFLAGS}#;s#gcc#"$(tc-getCC)"#" -i Makefile || die
-}
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
 
 src_install(){
 	dobin sickle

diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild
index fe09ac3f3..34b26933d 100644
--- a/sci-biology/sickle/sickle-9999.ebuild
+++ b/sci-biology/sickle/sickle-9999.ebuild
@@ -1,15 +1,14 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils toolchain-funcs
-
-[ "$PV" == "9999" ] && inherit git-r3
+inherit toolchain-funcs
 
 DESCRIPTION="Windowed adaptive quality-based trimming tool for FASTQ data"
 HOMEPAGE="https://github.com/najoshi/sickle"
 if [ "$PV" == "9999" ]; then
+	inherit git-r3
 	EGIT_REPO_URI="https://github.com/najoshi/sickle"
 	KEYWORDS=""
 else
@@ -19,15 +18,9 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	sys-libs/zlib"
 
-src_prepare(){
-	sed -e "s#-pedantic#-pedantic ${CFLAGS}#;s#gcc#"$(tc-getCC)"#" -i Makefile || die
-}
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
 
 src_install(){
 	dobin sickle


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

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

commit:     233cf30a39d612dfbcfdb0140e97dda27c3a7dda
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 20 11:00:51 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 20 11:00:51 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=233cf30a

sci-biology/sickle: fix MultipleKeywordsLines

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

 sci-biology/sickle/sickle-1.33.ebuild | 1 -
 sci-biology/sickle/sickle-9999.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sci-biology/sickle/sickle-1.33.ebuild b/sci-biology/sickle/sickle-1.33.ebuild
index 34b26933d..452e27edc 100644
--- a/sci-biology/sickle/sickle-1.33.ebuild
+++ b/sci-biology/sickle/sickle-1.33.ebuild
@@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/najoshi/sickle"
 if [ "$PV" == "9999" ]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/najoshi/sickle"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/najoshi/sickle/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"

diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild
index 34b26933d..452e27edc 100644
--- a/sci-biology/sickle/sickle-9999.ebuild
+++ b/sci-biology/sickle/sickle-9999.ebuild
@@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/najoshi/sickle"
 if [ "$PV" == "9999" ]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/najoshi/sickle"
-	KEYWORDS=""
 else
 	SRC_URI="https://github.com/najoshi/sickle/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-06 14:32 [gentoo-commits] proj/sci:master commit in: sci-biology/sickle/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-03-20 11:03 Andrew Ammerlaan
2021-01-19 16:35 Andrew Ammerlaan
2021-01-19 16:35 Andrew Ammerlaan
2015-06-05 11:20 Justin Lecher
2015-03-09 16:45 Martin Mokrejs
2015-01-15 11:14 Martin Mokrejs
2014-09-05 15:24 Jauhien Piatlicki
2014-03-24  0:34 Martin Mokrejs

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