Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/scdoc/
Date: Mon, 22 Oct 2018 20:24:30
Message-Id: 1540239798.3f97504dab70d44b52347ca6214d100b792d84b3.mgorny@gentoo
1 commit: 3f97504dab70d44b52347ca6214d100b792d84b3
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Oct 19 09:40:31 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 20:23:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f97504d
7
8 app-text/scdoc: point at new location for source tarball
9
10 At some point it changed from 'snapshot/${P}.tar.xz' to
11 'archive/${PV}.tar.gz'. The former is still available on the gentoo
12 mirrors but not git.sr.ht
13
14 Signed-off-by: Marty E. Plummer <hanetzer <AT> startmail.com>
15 Package-Manager: Portage-2.3.51, Repoman-2.3.11
16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
17
18 app-text/scdoc/Manifest | 2 +-
19 app-text/scdoc/scdoc-1.3.1.ebuild | 4 ++--
20 2 files changed, 3 insertions(+), 3 deletions(-)
21
22 diff --git a/app-text/scdoc/Manifest b/app-text/scdoc/Manifest
23 index dcca3f3b01c..05827d9e875 100644
24 --- a/app-text/scdoc/Manifest
25 +++ b/app-text/scdoc/Manifest
26 @@ -1 +1 @@
27 -DIST scdoc-1.3.1.tar.xz 8776 BLAKE2B 1d11423abde7ec3e7b03ddc4f9698b7b78cac6972066c57886160974bd885225dc42793d19942c11ffd215f5dddd6453f66cbd083be03132b437b6f6f8a93c8a SHA512 a404df2e2eef76cc02c69f32eb131eaa4d4ed51e96dc6ea39400662f767648538fc27c618cf34c064004918a92940ae5400e91b7b628e431132cb9619d3e94eb
28 +DIST scdoc-1.3.1.tar.gz 9392 BLAKE2B 609f25252f0ee864ba3500961aa1048c6490278f4861fb4494ca62365a20d0cb128e53a6397bd089bd5a37f25f7f3c080f6921f1c4f4ca7e4af729c87e1994fc SHA512 6064de8c76eb959708b32e93634223565e5d4b390069d4fcd2d87d27bb472a333c60b21de87d676eb57ff5f8ed6445d3c3bd92dfe7dd611f9886abc38e8d21d2
29
30 diff --git a/app-text/scdoc/scdoc-1.3.1.ebuild b/app-text/scdoc/scdoc-1.3.1.ebuild
31 index b1e8b927020..c5d56d74dfe 100644
32 --- a/app-text/scdoc/scdoc-1.3.1.ebuild
33 +++ b/app-text/scdoc/scdoc-1.3.1.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 @@ -7,7 +7,7 @@ inherit toolchain-funcs
41
42 DESCRIPTION="Standalone tool for generating man pages with a simple syntax"
43 HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc"
44 -SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/snapshot/${P}.tar.xz"
45 +SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
46
47 LICENSE="MIT"
48 SLOT="0"