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/xhtml1/
Date: Thu, 15 Aug 2019 09:42:57
Message-Id: 1565862169.9a1a265385cfcf00088a15ba81d54a791a504ce5.mgorny@gentoo
1 commit: 9a1a265385cfcf00088a15ba81d54a791a504ce5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 09:41:11 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 09:42:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1a2653
7
8 app-text/xhtml1: Version the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-text/xhtml1/Manifest | 2 +-
13 app-text/xhtml1/xhtml1-20020801-r5.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-text/xhtml1/Manifest b/app-text/xhtml1/Manifest
17 index 7a2f6bcf29e..4e8353f6b0c 100644
18 --- a/app-text/xhtml1/Manifest
19 +++ b/app-text/xhtml1/Manifest
20 @@ -1 +1 @@
21 -DIST xhtml1.tgz 232192 BLAKE2B 4e2da9b73da93a8196ade80549a2e255b1954178472fddaf2e3d979befda8689f3540a65d41723e40bd0450d626608ffcdcd1fa9183da5e3b13d90a5649fdc23 SHA512 184758381c5e2d36b80fa1e4470e864777383ff7539b48291036f8a3f1dba0b354a32142bfcc9071147fb20bcd4c0d4d541e09e865047938ab4cf9ae5a806412
22 +DIST xhtml1-20020801.tgz 232192 BLAKE2B 4e2da9b73da93a8196ade80549a2e255b1954178472fddaf2e3d979befda8689f3540a65d41723e40bd0450d626608ffcdcd1fa9183da5e3b13d90a5649fdc23 SHA512 184758381c5e2d36b80fa1e4470e864777383ff7539b48291036f8a3f1dba0b354a32142bfcc9071147fb20bcd4c0d4d541e09e865047938ab4cf9ae5a806412
23
24 diff --git a/app-text/xhtml1/xhtml1-20020801-r5.ebuild b/app-text/xhtml1/xhtml1-20020801-r5.ebuild
25 index b1ffbb67329..8fb45b9a9a6 100644
26 --- a/app-text/xhtml1/xhtml1-20020801-r5.ebuild
27 +++ b/app-text/xhtml1/xhtml1-20020801-r5.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2018 Gentoo Foundation
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=5
34 @@ -7,7 +7,7 @@ inherit sgml-catalog eutils
35
36 DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0"
37 HOMEPAGE="http://www.w3.org/TR/xhtml1/"
38 -SRC_URI="http://www.w3.org/TR/xhtml1/xhtml1.tgz"
39 +SRC_URI="mirror://gentoo/xhtml1.tgz -> ${P}.tgz"
40 LICENSE="W3C"
41
42 SLOT="0"