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 8A7D0138334 for ; Fri, 22 Jun 2018 22:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80372E0841; Fri, 22 Jun 2018 22:17:39 +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 59C29E0841 for ; Fri, 22 Jun 2018 22:17: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 D7569335C8E for ; Fri, 22 Jun 2018 22:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DF802B0 for ; Fri, 22 Jun 2018 22:17:36 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1529705823.30a41da48cfd380c65a2df96fa8b5daf4f8f3c10.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cdircmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/cdircmp/cdircmp-0.3-r1.ebuild X-VCS-Directories: app-misc/cdircmp/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 30a41da48cfd380c65a2df96fa8b5daf4f8f3c10 X-VCS-Branch: master Date: Fri, 22 Jun 2018 22:17:36 +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: 59197c2d-525b-4a35-a000-8418ac476428 X-Archives-Hash: 973f21e17c9efe16c88b9725d30947dc commit: 30a41da48cfd380c65a2df96fa8b5daf4f8f3c10 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jun 20 19:48:39 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jun 22 22:17:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a41da4 app-misc/cdircmp: fix SRC_URI. Closes: https://github.com/gentoo/gentoo/pull/8923 app-misc/cdircmp/cdircmp-0.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/cdircmp/cdircmp-0.3-r1.ebuild b/app-misc/cdircmp/cdircmp-0.3-r1.ebuild index b2576f017b8..f7851f0207a 100644 --- a/app-misc/cdircmp/cdircmp-0.3-r1.ebuild +++ b/app-misc/cdircmp/cdircmp-0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Compare directories and select files to copy" HOMEPAGE="http://home.hccnet.nl/paul.schuurmans/" -SRC_URI="http://home.hccnet.nl/paul.schuurmans/download/${P}.tar.gz" +SRC_URI="http://home.hccnet.nl/paul.schuurmans/linux/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"