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 5C907138335 for ; Thu, 15 Aug 2019 15:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DBFBE0806; Thu, 15 Aug 2019 15:44:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7854FE0806 for ; Thu, 15 Aug 2019 15:44:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 962D9349BF6 for ; Thu, 15 Aug 2019 15:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D397E763 for ; Thu, 15 Aug 2019 15:44:15 +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: <1565883850.c38b94eb3cd84e1a8070ecac48a8dd6f731ac189.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm_icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/fvwm_icons/Manifest x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild X-VCS-Directories: x11-themes/fvwm_icons/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c38b94eb3cd84e1a8070ecac48a8dd6f731ac189 X-VCS-Branch: master Date: Thu, 15 Aug 2019 15:44:15 +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: 9c91af67-b94c-4e7c-a2a7-a842b04e6a46 X-Archives-Hash: 793e875bb184f4d8ee2ed96dc5e4eacf commit: c38b94eb3cd84e1a8070ecac48a8dd6f731ac189 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 15 15:37:10 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 15 15:44:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38b94eb x11-themes/fvwm_icons: Version the distfile Signed-off-by: Michał Górny gentoo.org> x11-themes/fvwm_icons/Manifest | 2 +- x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-themes/fvwm_icons/Manifest b/x11-themes/fvwm_icons/Manifest index de4750d335d..dbbdf526984 100644 --- a/x11-themes/fvwm_icons/Manifest +++ b/x11-themes/fvwm_icons/Manifest @@ -1 +1 @@ -DIST fvwm_icons.tar.bz2 328620 BLAKE2B 3df1b64903601e1db420c09d80c2907ecddbfdd8fd235b9f1a833be9ccdf20e0e8889ef6259e1c5663e107c7e7625f26fc0d7432a46571ad906436948a01f561 SHA512 79bd47492bb3854c79b5ea144467732460a0dc97a975b4ddf273d60f97a51ac71c94004293c6e073cdcbde72e6f6b38da697df6849808314937384e280f3d6d4 +DIST fvwm_icons-1.0.tar.bz2 328620 BLAKE2B 3df1b64903601e1db420c09d80c2907ecddbfdd8fd235b9f1a833be9ccdf20e0e8889ef6259e1c5663e107c7e7625f26fc0d7432a46571ad906436948a01f561 SHA512 79bd47492bb3854c79b5ea144467732460a0dc97a975b4ddf273d60f97a51ac71c94004293c6e073cdcbde72e6f6b38da697df6849808314937384e280f3d6d4 diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild index 6fb714715db..c45ee8e9648 100644 --- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild +++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Icons for use with FVWM" HOMEPAGE="http://www.fvwm.org/" -SRC_URI="http://www.fvwm.org/generated/icon_download/fvwm_icons.tar.bz2" +SRC_URI="mirror://gentoo/fvwm_icons.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2 FVWM" SLOT="0"