From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 431FD58973 for ; Thu, 4 Feb 2016 18:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA6DE21C038; Thu, 4 Feb 2016 18:55:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39C6F21C028 for ; Thu, 4 Feb 2016 18:55:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 695793409E6 for ; Thu, 4 Feb 2016 18:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1931B8F8 for ; Thu, 4 Feb 2016 18:55: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: <1454609925.b2eee860a1c2ea90cc617924592d3f0620a05c28.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/podget/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/podget/podget-0.7.9.ebuild X-VCS-Directories: media-sound/podget/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b2eee860a1c2ea90cc617924592d3f0620a05c28 X-VCS-Branch: master Date: Thu, 4 Feb 2016 18:55: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: d67eb8d3-7119-4d72-be49-f42847de4f31 X-Archives-Hash: 3db2106e2757a3d350d17c3862dee943 commit: b2eee860a1c2ea90cc617924592d3f0620a05c28 Author: Ilya Tumaykin gmail com> AuthorDate: Thu Feb 4 17:44:18 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Feb 4 18:18:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2eee860 media-sound/podget: append Github project page to HOMEPAGE Original homepage hasn't been updated in a while and there is no link to Github project page from there, only to Sourceforge one. Package-Manager: portage-2.2.27 media-sound/podget/podget-0.7.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/podget/podget-0.7.9.ebuild b/media-sound/podget/podget-0.7.9.ebuild index 09dd886..3c0b5d0 100644 --- a/media-sound/podget/podget-0.7.9.ebuild +++ b/media-sound/podget/podget-0.7.9.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="A simple podcast aggregator" -HOMEPAGE="http://podget.sourceforge.net/" +HOMEPAGE="http://podget.sourceforge.net/ https://github.com/dvehrs/podget" SRC_URI="https://github.com/dvehrs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3"