From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A82A3138334 for ; Thu, 15 Aug 2019 09:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA7B6E07A7; Thu, 15 Aug 2019 09:42:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2E8BE07A7 for ; Thu, 15 Aug 2019 09:42:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C606C349BB8 for ; Thu, 15 Aug 2019 09:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A990A763 for ; Thu, 15 Aug 2019 09:42:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565862169.9a1a265385cfcf00088a15ba81d54a791a504ce5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xhtml1/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xhtml1/Manifest app-text/xhtml1/xhtml1-20020801-r5.ebuild X-VCS-Directories: app-text/xhtml1/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9a1a265385cfcf00088a15ba81d54a791a504ce5 X-VCS-Branch: master Date: Thu, 15 Aug 2019 09:42:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12258fff-984f-46f4-b512-c70ea87245a7 X-Archives-Hash: dfe87dba72b57ba36a4d8203f97cc34c commit: 9a1a265385cfcf00088a15ba81d54a791a504ce5 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 15 09:41:11 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 15 09:42:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1a2653 app-text/xhtml1: Version the distfile Signed-off-by: Michał Górny gentoo.org> app-text/xhtml1/Manifest | 2 +- app-text/xhtml1/xhtml1-20020801-r5.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/xhtml1/Manifest b/app-text/xhtml1/Manifest index 7a2f6bcf29e..4e8353f6b0c 100644 --- a/app-text/xhtml1/Manifest +++ b/app-text/xhtml1/Manifest @@ -1 +1 @@ -DIST xhtml1.tgz 232192 BLAKE2B 4e2da9b73da93a8196ade80549a2e255b1954178472fddaf2e3d979befda8689f3540a65d41723e40bd0450d626608ffcdcd1fa9183da5e3b13d90a5649fdc23 SHA512 184758381c5e2d36b80fa1e4470e864777383ff7539b48291036f8a3f1dba0b354a32142bfcc9071147fb20bcd4c0d4d541e09e865047938ab4cf9ae5a806412 +DIST xhtml1-20020801.tgz 232192 BLAKE2B 4e2da9b73da93a8196ade80549a2e255b1954178472fddaf2e3d979befda8689f3540a65d41723e40bd0450d626608ffcdcd1fa9183da5e3b13d90a5649fdc23 SHA512 184758381c5e2d36b80fa1e4470e864777383ff7539b48291036f8a3f1dba0b354a32142bfcc9071147fb20bcd4c0d4d541e09e865047938ab4cf9ae5a806412 diff --git a/app-text/xhtml1/xhtml1-20020801-r5.ebuild b/app-text/xhtml1/xhtml1-20020801-r5.ebuild index b1ffbb67329..8fb45b9a9a6 100644 --- a/app-text/xhtml1/xhtml1-20020801-r5.ebuild +++ b/app-text/xhtml1/xhtml1-20020801-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit sgml-catalog eutils DESCRIPTION="DTDs for the eXtensible HyperText Markup Language 1.0" HOMEPAGE="http://www.w3.org/TR/xhtml1/" -SRC_URI="http://www.w3.org/TR/xhtml1/xhtml1.tgz" +SRC_URI="mirror://gentoo/xhtml1.tgz -> ${P}.tgz" LICENSE="W3C" SLOT="0"