aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:33:03 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 17:33:03 +0100
commitd4c5bcf74db71031ae1bdafd42d0fa1fb6d59010 (patch)
treecd3d1d518f8f67d0d13277a2619a33d3380b64e2
parentsci-biology/scan_for_matches: properly name tarball (diff)
downloadsci-d4c5bcf74db71031ae1bdafd42d0fa1fb6d59010.tar.gz
sci-d4c5bcf74db71031ae1bdafd42d0fa1fb6d59010.tar.bz2
sci-d4c5bcf74db71031ae1bdafd42d0fa1fb6d59010.zip
sci-biology/sickle: properly name tarball
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/sickle/Manifest2
-rw-r--r--sci-biology/sickle/sickle-1.33.ebuild4
-rw-r--r--sci-biology/sickle/sickle-9999.ebuild4
3 files changed, 5 insertions, 5 deletions
diff --git a/sci-biology/sickle/Manifest b/sci-biology/sickle/Manifest
index f257e6e54..61fb84aa7 100644
--- a/sci-biology/sickle/Manifest
+++ b/sci-biology/sickle/Manifest
@@ -1 +1 @@
-DIST v1.33.tar.gz 631275 BLAKE2B 81ede2a0e6cfb64a0cc4754f094526cc516683845d1835afdcde9bcff90c2b98cac6c9fb74ead17495e7b80ff959ea4cb27d241259133b7cfa1a39ed658fa058 SHA512 94d9794861655c9d8688a4c71757ba93166f167ae529c5661998d287b93c6ccc9755d9e3db8d481bbd5dca4cf047f6266880a5fc1f8099e597bc857954404dcb
+DIST sickle-1.33.tar.gz 631275 BLAKE2B 81ede2a0e6cfb64a0cc4754f094526cc516683845d1835afdcde9bcff90c2b98cac6c9fb74ead17495e7b80ff959ea4cb27d241259133b7cfa1a39ed658fa058 SHA512 94d9794861655c9d8688a4c71757ba93166f167ae529c5661998d287b93c6ccc9755d9e3db8d481bbd5dca4cf047f6266880a5fc1f8099e597bc857954404dcb
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