aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:18:33 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:18:33 +0100
commit67d31ee6311a1bc7720142feb053f9477ef4d04e (patch)
tree163ba85c8206fd574801a6fc66f028f12bde7fa9 /sci-biology/diamond
parentsci-biology/coral: use P in SRC_URI (diff)
downloadsci-67d31ee6311a1bc7720142feb053f9477ef4d04e.tar.gz
sci-67d31ee6311a1bc7720142feb053f9477ef4d04e.tar.bz2
sci-67d31ee6311a1bc7720142feb053f9477ef4d04e.zip
sci-biology/diamond: properly name tarball
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology/diamond')
-rw-r--r--sci-biology/diamond/Manifest2
-rw-r--r--sci-biology/diamond/diamond-0.9.19.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/diamond/Manifest b/sci-biology/diamond/Manifest
index 6e784d485..fbf377206 100644
--- a/sci-biology/diamond/Manifest
+++ b/sci-biology/diamond/Manifest
@@ -1 +1 @@
-DIST v0.9.19.tar.gz 402840 BLAKE2B 81d1586028f16fe01400da49322339fcb1da053d6291276d5b5821ea67ff16b2778f6779743cb783c08ad3d597f32b63382fcc84a60a07eea8f7b4882c3b9733 SHA512 a08dcf9148814cb8b9289813aa678a7cff5ee2703fe39dda8f792a56b96ea6dfd3153c16f8e5a73acbce0ff33ead26575da6cb8c298408427809ffcc5b2f1224
+DIST diamond-0.9.19.tar.gz 402840 BLAKE2B 81d1586028f16fe01400da49322339fcb1da053d6291276d5b5821ea67ff16b2778f6779743cb783c08ad3d597f32b63382fcc84a60a07eea8f7b4882c3b9733 SHA512 a08dcf9148814cb8b9289813aa678a7cff5ee2703fe39dda8f792a56b96ea6dfd3153c16f8e5a73acbce0ff33ead26575da6cb8c298408427809ffcc5b2f1224
diff --git a/sci-biology/diamond/diamond-0.9.19.ebuild b/sci-biology/diamond/diamond-0.9.19.ebuild
index fde9b9080..a2044cfbc 100644
--- a/sci-biology/diamond/diamond-0.9.19.ebuild
+++ b/sci-biology/diamond/diamond-0.9.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit toolchain-funcs cmake-utils
DESCRIPTION="Alternative of blastp/blastx searches using DNA short reads through protein db"
HOMEPAGE="http://ab.inf.uni-tuebingen.de/software/diamond
https://github.com/bbuchfink/diamond"
-SRC_URI="https://github.com/bbuchfink/diamond/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/bbuchfink/diamond/archive/v${PV}.tar.gz -> ${P}.tar.gz"
# EGIT_REPO_URI="https://github.com/bbuchfink/diamond.git"
LICENSE="AGPL-3" # diamond_manual.pdf says AGPL but src/COPYING used to say BSD?