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 6B302138334 for ; Tue, 10 Jul 2018 12:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B4AE0942; Tue, 10 Jul 2018 12:29:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 57664E0942 for ; Tue, 10 Jul 2018 12:29:37 +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 3D54A335CA0 for ; Tue, 10 Jul 2018 12:29:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88C07349 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: <1531225740.147aecdcdf01719ca8169cd1cf8e55242291761a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild X-VCS-Directories: xfce-extra/xfce4-notifyd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 147aecdcdf01719ca8169cd1cf8e55242291761a 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: 35717065-b02d-4b08-b787-f14356907683 X-Archives-Hash: 379c5034ec58fb9fbc4398fad14e97ea commit: 147aecdcdf01719ca8169cd1cf8e55242291761a Author: Michał Górny gentoo org> AuthorDate: Tue Jul 10 10:47:41 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 10 12:29:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147aecdc xfce-extra/xfce4-notifyd: Inline mirror://xfce xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild | 2 +- xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild index 2103abb4359..e748b9cd2a2 100644 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild @@ -7,7 +7,7 @@ inherit gnome2-utils DESCRIPTION="Notification daemon for the Xfce desktop environment" HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild index 397dccb1c08..17648282041 100644 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild @@ -7,7 +7,7 @@ inherit gnome2-utils DESCRIPTION="Notification daemon for the Xfce desktop environment" HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"