Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jthread/
Date: Thu, 04 Jun 2020 09:07:02
Message-Id: 1591261551.6f6ba86c5948641c337ed7c687430c249398e9cc.soap@gentoo
1 commit: 6f6ba86c5948641c337ed7c687430c249398e9cc
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Thu Jun 4 09:05:51 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 09:05:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6ba86c
7
8 dev-libs/jthread: update homepage
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alexey Sokolov <sokolov <AT> google.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-libs/jthread/jthread-1.3.3.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/jthread/jthread-1.3.3.ebuild b/dev-libs/jthread/jthread-1.3.3.ebuild
18 index 0f3556d96b5..165ed9f222d 100644
19 --- a/dev-libs/jthread/jthread-1.3.3.ebuild
20 +++ b/dev-libs/jthread/jthread-1.3.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,8 +6,8 @@ EAPI=6
28 inherit cmake-multilib
29
30 DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms"
31 -HOMEPAGE="http://research.edm.uhasselt.be/jori/page/CS/Jthread.html"
32 -SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
33 +HOMEPAGE="https://research.edm.uhasselt.be/jori/page/CS/Jthread.html"
34 +SRC_URI="https://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
35
36 LICENSE="MIT"
37 SLOT="0/${PV}"