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 8A594139694 for ; Sun, 12 Mar 2017 16:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B50E0C7D; Sun, 12 Mar 2017 16:49:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ECC2E0C7D for ; Sun, 12 Mar 2017 16:49:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C3EC340BEA for ; Sun, 12 Mar 2017 16:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E20865D2 for ; Sun, 12 Mar 2017 16:49:36 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1489337339.e725e35f7cac8a6e86f81fe52eb91359f21f07a1.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/adifmerg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/adifmerg/adifmerg-31-r1.ebuild X-VCS-Directories: media-radio/adifmerg/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: e725e35f7cac8a6e86f81fe52eb91359f21f07a1 X-VCS-Branch: master Date: Sun, 12 Mar 2017 16:49: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: bcf9445e-ae2b-49b2-af7b-30b054fa6573 X-Archives-Hash: 9f2051502588c4f9f1e676da57fadab4 commit: e725e35f7cac8a6e86f81fe52eb91359f21f07a1 Author: Thomas Beierlein gentoo org> AuthorDate: Sun Mar 12 16:48:59 2017 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sun Mar 12 16:48:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e725e35f media-radio/adifmerg: Fix homepage (bug #605522). Thanks for reporting to Joe Stroller. Package-Manager: Portage-2.3.4, Repoman-2.3.2 media-radio/adifmerg/adifmerg-31-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-radio/adifmerg/adifmerg-31-r1.ebuild b/media-radio/adifmerg/adifmerg-31-r1.ebuild index 261e0b68c0f..8576b1b95f6 100644 --- a/media-radio/adifmerg/adifmerg-31-r1.ebuild +++ b/media-radio/adifmerg/adifmerg-31-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 MY_P=${P/-} DESCRIPTION="A small conversion and check utility for ADIF files" -HOMEPAGE="http://jaakko.home.cern.ch/jaakko/Soft/" -SRC_URI="http://jaakko.home.cern.ch/jaakko/Soft/${MY_P}.tgz" +HOMEPAGE="https://github.com/oh7bf/adifmerg" +SRC_URI="http://www.saunalahti.fi/~jaakoive/Soft/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0"