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 E11BD138334 for ; Sun, 14 Oct 2018 13:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A021E084A; Sun, 14 Oct 2018 13:03:05 +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 6122DE084A for ; Sun, 14 Oct 2018 13:03:05 +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 0CA32335CD2 for ; Sun, 14 Oct 2018 13:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35F10442 for ; Sun, 14 Oct 2018 13:03:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1539522151.daa0b81449e22fba1170d02be15073875e571ef0.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/watchfolder/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild X-VCS-Directories: app-admin/watchfolder/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: daa0b81449e22fba1170d02be15073875e571ef0 X-VCS-Branch: master Date: Sun, 14 Oct 2018 13:03:00 +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: 40b2412e-5ff2-4bf9-bc03-1fbfdfb93782 X-Archives-Hash: d7fa3cafa485bd49184aa9e22d7764e8 commit: daa0b81449e22fba1170d02be15073875e571ef0 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 14 12:55:14 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 14 13:02:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa0b814 app-admin/watchfolder: No homepage neither SRC_URI (#618274) Closes: https://bugs.gentoo.org/618274 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild index ff216bde996..d6fc7c4146b 100644 --- a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild +++ b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="watches directories and processes files" -HOMEPAGE="http://freshmeat.net/projects/watchd/" -SRC_URI="http://dstunrea.sdf-eu.org/files/${P}.tar.gz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"