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 2C26D138334 for ; Wed, 6 Mar 2019 07:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F581E097C; Wed, 6 Mar 2019 07:52:09 +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 E7F94E097C for ; Wed, 6 Mar 2019 07:52:07 +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 9763A335CDB for ; Wed, 6 Mar 2019 07:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C293553 for ; Wed, 6 Mar 2019 07:52:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551858707.f367d7068bf27111199ad548d98a4141822e71ec.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/kcdemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/kcdemu/kcdemu-0.7.3.ebuild X-VCS-Directories: app-cdr/kcdemu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f367d7068bf27111199ad548d98a4141822e71ec X-VCS-Branch: master Date: Wed, 6 Mar 2019 07:52:03 +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: 2cf3a5f8-3eb9-4dd0-8c84-b2a99899147d X-Archives-Hash: c2c66b89859833b0064ff7444f43c1d2 commit: f367d7068bf27111199ad548d98a4141822e71ec Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 6 00:47:39 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 6 07:51:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f367d706 app-cdr/kcdemu: Fix SRC_URI This will hopefully work permanently. Closes: https://bugs.gentoo.org/679546 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-cdr/kcdemu/kcdemu-0.7.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-cdr/kcdemu/kcdemu-0.7.3.ebuild b/app-cdr/kcdemu/kcdemu-0.7.3.ebuild index 1c1b6e8a1c8..385f221c1d1 100644 --- a/app-cdr/kcdemu/kcdemu-0.7.3.ebuild +++ b/app-cdr/kcdemu/kcdemu-0.7.3.ebuild @@ -4,12 +4,11 @@ EAPI=7 MY_PN="kde_cdemu" -SOME_HASH="efbd90bba65c0b58a15865dda8288e87a635d59a1da0b465424c26601f37166aba223d0258de7fb79462dcb182c0b359f0cb9533e076d313b21850152aa6207c" inherit kde5 DESCRIPTION="Frontend to cdemu daemon based on KDE Frameworks" HOMEPAGE="https://www.linux-apps.com/p/998461/" -SRC_URI="https://dl.opendesktop.org/api/files/download/id/1511553040/s/${SOME_HASH}/t/1551656655/u//${MY_PN}-${PV}.tar.bz2" +SRC_URI="https://dl.opendesktop.org/api/files/downloadfile/id/1511553040/o/1/s/3e4f95734673128605fc1d8721894a1c/t/1517011407/u/65804/${MY_PN}-${PV}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86"