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 B6F231396D0 for ; Tue, 19 Sep 2017 20:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED8081FC008; Tue, 19 Sep 2017 20:49:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CA0BC1FC008 for ; Tue, 19 Sep 2017 20:49:15 +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 6FC0633FE7D for ; Tue, 19 Sep 2017 20:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19585907F for ; Tue, 19 Sep 2017 20:49:13 +0000 (UTC) From: "Daniel Campbell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Campbell" Message-ID: <1505854120.1cc26da9bad0de32c438110f2b3ef0ea3483a333.zlg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fdupes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/fdupes/fdupes-9999.ebuild X-VCS-Directories: app-misc/fdupes/ X-VCS-Committer: zlg X-VCS-Committer-Name: Daniel Campbell X-VCS-Revision: 1cc26da9bad0de32c438110f2b3ef0ea3483a333 X-VCS-Branch: master Date: Tue, 19 Sep 2017 20:49:13 +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: 5fd4c43b-85ec-480e-84dd-5afa7a004f58 X-Archives-Hash: ff9ecd32207ade9c9167add90520d73a commit: 1cc26da9bad0de32c438110f2b3ef0ea3483a333 Author: Daniel Campbell gentoo org> AuthorDate: Tue Sep 19 20:48:40 2017 +0000 Commit: Daniel Campbell gentoo org> CommitDate: Tue Sep 19 20:48:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc26da9 app-misc/fdupes: Remove Google Code from HOMEPAGE Bug: https://bugs.gentoo.org/631444 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-misc/fdupes/fdupes-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/fdupes/fdupes-9999.ebuild b/app-misc/fdupes/fdupes-9999.ebuild index 61afb93cb8b..21737cbeea0 100644 --- a/app-misc/fdupes/fdupes-9999.ebuild +++ b/app-misc/fdupes/fdupes-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils flag-o-matic git-r3 toolchain-funcs MY_P="${PN}-${PV/_pre/-PR}" DESCRIPTION="Identify/delete duplicate files residing within specified directories" -HOMEPAGE="https://github.com/adrianlopezroche/fdupes https://code.google.com/p/fdupes/" +HOMEPAGE="https://github.com/adrianlopezroche/fdupes" SRC_URI="" EGIT_REPO_URI="https://github.com/adrianlopezroche/fdupes.git"