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 58550138334 for ; Tue, 10 Jul 2018 12:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55083E0985; Tue, 10 Jul 2018 12:29:40 +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 F2738E097D for ; Tue, 10 Jul 2018 12:29:39 +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 C0BD8335CC2 for ; Tue, 10 Jul 2018 12:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A872373 for ; Tue, 10 Jul 2018 12:29:35 +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: <1531225747.b6bba6db1feeb1913a89f9ae92922c5e655c0a4a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-timer-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.6.0.ebuild xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild X-VCS-Directories: xfce-extra/xfce4-timer-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b6bba6db1feeb1913a89f9ae92922c5e655c0a4a X-VCS-Branch: master Date: Tue, 10 Jul 2018 12:29:35 +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-Archives-Salt: 123a964a-62ea-436b-9978-51d36ddb4870 X-Archives-Hash: 48a0702475d1ff49d886f852676b95f9 commit: b6bba6db1feeb1913a89f9ae92922c5e655c0a4a Author: Michał Górny gentoo org> AuthorDate: Tue Jul 10 10:48:10 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 10 12:29:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bba6db xfce-extra/xfce4-timer-plugin: Inline mirror://xfce xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.6.0.ebuild | 2 +- xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.6.0.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.6.0.ebuild index 56f3cc96ce2..62d8e0de1ad 100644 --- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.6.0.ebuild +++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.6.0.ebuild @@ -6,7 +6,7 @@ inherit multilib xfconf DESCRIPTION="A simple timer plug-in for the Xfce desktop environment" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" +SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild index 7e10e9bd72b..65db5e6e5c4 100644 --- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild +++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.7.0.ebuild @@ -7,7 +7,7 @@ inherit gnome2-utils DESCRIPTION="A simple timer plug-in for the Xfce desktop environment" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" +SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"