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 E9AAC138334 for ; Sun, 1 Sep 2019 05:36:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3893E09C1; Sun, 1 Sep 2019 05:36:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CCD32E09C1 for ; Sun, 1 Sep 2019 05:36:42 +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 AA6DD34A7DB for ; Sun, 1 Sep 2019 05:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE54F77F for ; Sun, 1 Sep 2019 05:36:37 +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: <1567315521.30263ca01c46171f152905ee7df81104de289a28.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild X-VCS-Directories: app-cdr/cdemu-daemon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 30263ca01c46171f152905ee7df81104de289a28 X-VCS-Branch: master Date: Sun, 1 Sep 2019 05:36:37 +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: bcabfa06-b1ab-4df0-9b8e-49fc2646ccab X-Archives-Hash: 39b2ba607747a34e5a4c146e6e218d95 commit: 30263ca01c46171f152905ee7df81104de289a28 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 1 05:25:21 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 1 05:25:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30263ca0 app-cdr/cdemu-daemon: Update HOMEPAGE & SRC_URI Signed-off-by: Michał Górny gentoo.org> app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild index 622e8bbf40b..abedc85833f 100644 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild +++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit cmake-utils DESCRIPTION="Daemon of the CDEmu optical media image mounting suite" -HOMEPAGE="http://cdemu.org" -SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" +HOMEPAGE="https://cdemu.sourceforge.io" +SRC_URI="https://download.sourceforge.net/cdemu/cdemu-daemon/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt