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 56207138334 for ; Tue, 10 Jul 2018 12:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33628E0973; 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 D5F93E0975 for ; Tue, 10 Jul 2018 12:29:39 +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 231FA335CA3 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 E951436B for ; Tue, 10 Jul 2018 12:29:34 +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: <1531225743.f2f1fe63191ea18fbd8b5c62426b235907916cf9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-radio-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1-r1.ebuild X-VCS-Directories: xfce-extra/xfce4-radio-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f2f1fe63191ea18fbd8b5c62426b235907916cf9 X-VCS-Branch: master Date: Tue, 10 Jul 2018 12:29:34 +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: 1a663977-5179-43eb-ae45-00991f8baa16 X-Archives-Hash: cc118f75e5c73796d759fd4f9be484f4 commit: f2f1fe63191ea18fbd8b5c62426b235907916cf9 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 10 10:47:52 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 10 12:29:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f1fe63 xfce-extra/xfce4-radio-plugin: Inline mirror://xfce xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1-r1.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1-r1.ebuild index 476a66693d6..7f5a2633f48 100644 --- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1-r1.ebuild +++ b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1-r1.ebuild @@ -6,7 +6,7 @@ inherit flag-o-matic multilib xfconf DESCRIPTION="V4L radio device control plug-in for the Xfce desktop environment" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-radio-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-3" SLOT="0"