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 6BE871382C5 for ; Thu, 4 Jun 2020 09:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F055E09BB; Thu, 4 Jun 2020 09:06:58 +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 17947E09BB for ; Thu, 4 Jun 2020 09:06:58 +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 D2E1B34EDE8 for ; Thu, 4 Jun 2020 09:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCBBC288 for ; Thu, 4 Jun 2020 09:06:52 +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: <1591261551.6f6ba86c5948641c337ed7c687430c249398e9cc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jthread/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jthread/jthread-1.3.3.ebuild X-VCS-Directories: dev-libs/jthread/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6f6ba86c5948641c337ed7c687430c249398e9cc X-VCS-Branch: master Date: Thu, 4 Jun 2020 09:06:52 +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: 292dfa37-38f0-4767-84a9-98f3f7916e64 X-Archives-Hash: 01569f23d9cba78473e6ac83312a44d0 commit: 6f6ba86c5948641c337ed7c687430c249398e9cc Author: Alexey Sokolov google com> AuthorDate: Thu Jun 4 09:05:51 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jun 4 09:05:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6ba86c dev-libs/jthread: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: David Seifert gentoo.org> dev-libs/jthread/jthread-1.3.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/jthread/jthread-1.3.3.ebuild b/dev-libs/jthread/jthread-1.3.3.ebuild index 0f3556d96b5..165ed9f222d 100644 --- a/dev-libs/jthread/jthread-1.3.3.ebuild +++ b/dev-libs/jthread/jthread-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-multilib DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms" -HOMEPAGE="http://research.edm.uhasselt.be/jori/page/CS/Jthread.html" -SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2" +HOMEPAGE="https://research.edm.uhasselt.be/jori/page/CS/Jthread.html" +SRC_URI="https://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0/${PV}"