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 A9B6C138350 for ; Sat, 8 Feb 2020 18:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B91BE0866; Sat, 8 Feb 2020 18:56:00 +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 39C8BE0866 for ; Sat, 8 Feb 2020 18:56:00 +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 1F42834E851 for ; Sat, 8 Feb 2020 18:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5881313F for ; Sat, 8 Feb 2020 18:55:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581188102.62392b545fc2243a3815a25579eba6ca3e033e02.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/ibp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/ibp/ibp-0.21-r1.ebuild X-VCS-Directories: media-radio/ibp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 62392b545fc2243a3815a25579eba6ca3e033e02 X-VCS-Branch: master Date: Sat, 8 Feb 2020 18:55:56 +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: 76873a9b-ec25-43a0-97ce-be8d28266a2e X-Archives-Hash: e157740c89fb24b7f15f2599a55137c0 commit: 62392b545fc2243a3815a25579eba6ca3e033e02 Author: David Seifert gentoo org> AuthorDate: Sat Feb 8 18:55:02 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 8 18:55:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62392b54 media-radio/ibp: [QA] Fix VariableInHomepage Signed-off-by: David Seifert gentoo.org> media-radio/ibp/ibp-0.21-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-radio/ibp/ibp-0.21-r1.ebuild b/media-radio/ibp/ibp-0.21-r1.ebuild index b261a501e78..6af13746f58 100644 --- a/media-radio/ibp/ibp-0.21-r1.ebuild +++ b/media-radio/ibp/ibp-0.21-r1.ebuild @@ -5,7 +5,7 @@ EAPI="6" inherit toolchain-funcs DESCRIPTION="Shows currently transmitting beacons of the International Beacon Project (IBP)" -HOMEPAGE="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/${PN}.html" +HOMEPAGE="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp.html" SRC_URI="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/${P}.tgz" LICENSE="GPL-2"