commit:     3f97504dab70d44b52347ca6214d100b792d84b3
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Oct 19 09:40:31 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 20:23:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f97504d

app-text/scdoc: point at new location for source tarball

At some point it changed from 'snapshot/${P}.tar.xz' to
'archive/${PV}.tar.gz'. The former is still available on the gentoo
mirrors but not git.sr.ht

Signed-off-by: Marty E. Plummer <hanetzer <AT> startmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/scdoc/Manifest           | 2 +-
 app-text/scdoc/scdoc-1.3.1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/scdoc/Manifest b/app-text/scdoc/Manifest
index dcca3f3b01c..05827d9e875 100644
--- a/app-text/scdoc/Manifest
+++ b/app-text/scdoc/Manifest
@@ -1 +1 @@
-DIST scdoc-1.3.1.tar.xz 8776 BLAKE2B 
1d11423abde7ec3e7b03ddc4f9698b7b78cac6972066c57886160974bd885225dc42793d19942c11ffd215f5dddd6453f66cbd083be03132b437b6f6f8a93c8a
 SHA512 
a404df2e2eef76cc02c69f32eb131eaa4d4ed51e96dc6ea39400662f767648538fc27c618cf34c064004918a92940ae5400e91b7b628e431132cb9619d3e94eb
+DIST scdoc-1.3.1.tar.gz 9392 BLAKE2B 
609f25252f0ee864ba3500961aa1048c6490278f4861fb4494ca62365a20d0cb128e53a6397bd089bd5a37f25f7f3c080f6921f1c4f4ca7e4af729c87e1994fc
 SHA512 
6064de8c76eb959708b32e93634223565e5d4b390069d4fcd2d87d27bb472a333c60b21de87d676eb57ff5f8ed6445d3c3bd92dfe7dd611f9886abc38e8d21d2

diff --git a/app-text/scdoc/scdoc-1.3.1.ebuild 
b/app-text/scdoc/scdoc-1.3.1.ebuild
index b1e8b927020..c5d56d74dfe 100644
--- a/app-text/scdoc/scdoc-1.3.1.ebuild
+++ b/app-text/scdoc/scdoc-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Standalone tool for generating man pages with a simple syntax"
 HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc";
-SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/snapshot/${P}.tar.xz";
+SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to