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 23B29138334 for ; Mon, 20 Aug 2018 20:28:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4158BE082F; Mon, 20 Aug 2018 20:28:51 +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 1B6ACE082F for ; Mon, 20 Aug 2018 20:28:51 +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 522CA335DB6 for ; Mon, 20 Aug 2018 20:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 255913AD for ; Mon, 20 Aug 2018 20:28:47 +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: <1534796913.5146a82ea3fdd31aef3fd9e410566fbb5b3cfd8a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild X-VCS-Directories: sci-libs/linux-gpib/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 5146a82ea3fdd31aef3fd9e410566fbb5b3cfd8a X-VCS-Branch: master Date: Mon, 20 Aug 2018 20:28:47 +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: c9b20f84-913a-4492-bb05-f4d5606a4d2e X-Archives-Hash: df79a845bcdfc9877793ecff271b2569 commit: 5146a82ea3fdd31aef3fd9e410566fbb5b3cfd8a Author: Francesco Turco fastmail fm> AuthorDate: Sat Aug 18 16:31:44 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Aug 20 20:28:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5146a82e sci-libs/linux-gpib: update HOMEPAGE and SRC_URI. Closes: https://github.com/gentoo/gentoo/pull/9615 sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild index b4f528a35e7..7f7c0c6d2ab 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild @@ -10,9 +10,9 @@ inherit linux-info readme.gentoo-r1 versionator eutils linux-mod autotools perl- MY_PV=${PV/_/} DESCRIPTION="Kernel module and driver library for GPIB (IEEE 488.2) hardware" -HOMEPAGE="http://linux-gpib.sourceforge.net/" +HOMEPAGE="https://linux-gpib.sourceforge.io/" SRC_URI="mirror://sourceforge/linux-gpib/${PN}-${MY_PV}.tar.gz - firmware? ( http://linux-gpib.sourceforge.net/firmware/gpib_firmware-2006-11-12.tar.gz ) + firmware? ( https://linux-gpib.sourceforge.io/firmware/gpib_firmware-2006-11-12.tar.gz ) " LICENSE="GPL-2"