diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-28 12:22:49 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-28 12:22:49 +0200 |
commit | 115e5b8ad1351ca7596b3523c1d018fe0152588d (patch) | |
tree | 4f9a060b01793d34fd35584fce912624e065b16e /net-fs | |
parent | media-video/jellyfin-desktop: fix DoublePrefixInPath (diff) | |
download | guru-115e5b8ad1351ca7596b3523c1d018fe0152588d.tar.gz guru-115e5b8ad1351ca7596b3523c1d018fe0152588d.tar.bz2 guru-115e5b8ad1351ca7596b3523c1d018fe0152588d.zip |
net-fs/httpdirfs: properly name tarball
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/httpdirfs/Manifest | 2 | ||||
-rw-r--r-- | net-fs/httpdirfs/httpdirfs-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | net-fs/httpdirfs/httpdirfs-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-fs/httpdirfs/Manifest b/net-fs/httpdirfs/Manifest index db6b4f4a7..0cd20e8d9 100644 --- a/net-fs/httpdirfs/Manifest +++ b/net-fs/httpdirfs/Manifest @@ -1 +1 @@ -DIST 1.2.0.tar.gz 74794 BLAKE2B a142e10f46db69ea106ad2a0df7a1853e9109693ac89c42d3669d5a3ce239d156d8bf5fc73a1180a5770e832ff2827f05aac79303a8ee7b52ac02f4518b7e5c1 SHA512 9774d7cf573c16135315a87e09667f706518254ea8d57744ce437c1e3f47128a3ca77684506570a6b74dfef236843a107947503deb50c999395ad2a08d341919 +DIST httpdirfs-1.2.0.tar.gz 74794 BLAKE2B a142e10f46db69ea106ad2a0df7a1853e9109693ac89c42d3669d5a3ce239d156d8bf5fc73a1180a5770e832ff2827f05aac79303a8ee7b52ac02f4518b7e5c1 SHA512 9774d7cf573c16135315a87e09667f706518254ea8d57744ce437c1e3f47128a3ca77684506570a6b74dfef236843a107947503deb50c999395ad2a08d341919 diff --git a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild index 13e127a4f..0ac20788a 100644 --- a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild +++ b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git" else - SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz" + SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi diff --git a/net-fs/httpdirfs/httpdirfs-9999.ebuild b/net-fs/httpdirfs/httpdirfs-9999.ebuild index 13e127a4f..0ac20788a 100644 --- a/net-fs/httpdirfs/httpdirfs-9999.ebuild +++ b/net-fs/httpdirfs/httpdirfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ "${PV}" == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git" else - SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz" + SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi |