public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/trim_galore/
Date: Mon, 18 Jan 2021 13:19:54 +0000 (UTC)	[thread overview]
Message-ID: <1610975967.aefef87be970eed9b57309b22c2cae0787e1bccc.andrewammerlaan@gentoo> (raw)

commit:     aefef87be970eed9b57309b22c2cae0787e1bccc
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 18 13:19:27 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jan 18 13:19:27 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=aefef87b

sci-biology/trim_galore: version bump 0.6.6, fix fetching

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

 sci-biology/trim_galore/trim_galore-0.4.0.ebuild | 26 ------------------------
 sci-biology/trim_galore/trim_galore-0.6.6.ebuild | 26 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/sci-biology/trim_galore/trim_galore-0.4.0.ebuild b/sci-biology/trim_galore/trim_galore-0.4.0.ebuild
deleted file mode 100644
index 2ef6d591e..000000000
--- a/sci-biology/trim_galore/trim_galore-0.4.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Perl wrapper around Cutadapt and FastQC to adapter and quality trimming"
-HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore"
-SRC_URI="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/trim_galore_v${PV}.zip"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	dev-lang/perl
-	sci-biology/cutadapt
-	sci-biology/fastqc
-	${DEPEND}"
-
-S="${WORKDIR}"
-
-src_install(){
-	dobin trim_galore
-	dodoc *.pdf
-}

diff --git a/sci-biology/trim_galore/trim_galore-0.6.6.ebuild b/sci-biology/trim_galore/trim_galore-0.6.6.ebuild
new file mode 100644
index 000000000..c99dcfcc6
--- /dev/null
+++ b/sci-biology/trim_galore/trim_galore-0.6.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Perl wrapper around Cutadapt and FastQC to adapter and quality trimming"
+HOMEPAGE="https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/ https://github.com/FelixKrueger/TrimGalore"
+SRC_URI="https://github.com/FelixKrueger/TrimGalore/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="
+	dev-lang/perl
+	sci-biology/cutadapt
+	sci-biology/fastqc
+	${DEPEND}"
+
+S="${WORKDIR}/TrimGalore-${PV}"
+
+src_install(){
+	dobin trim_galore
+	dodoc -r Docs
+}


             reply	other threads:[~2021-01-18 13:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18 13:19 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-02 12:15 [gentoo-commits] proj/sci:master commit in: sci-biology/trim_galore/ Andrew Ammerlaan
2015-05-30 17:58 Martin Mokrejs
2015-02-24 23:04 Martin Mokrejs
2014-03-23 17:09 Martin Mokrejs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1610975967.aefef87be970eed9b57309b22c2cae0787e1bccc.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox