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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7644158090 for ; Wed, 25 May 2022 20:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98DA0E08EF; Wed, 25 May 2022 20:21:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83332E08EF for ; Wed, 25 May 2022 20:21:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52C363414E7 for ; Wed, 25 May 2022 20:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 510354C3 for ; Wed, 25 May 2022 20:21:33 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653508492.6aace7d0fbf0424abf6c0be1cf780d1df1e71c54.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/kactus2/kactus2-3.8.0.ebuild sci-electronics/kactus2/kactus2-9999.ebuild X-VCS-Directories: sci-electronics/kactus2/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6aace7d0fbf0424abf6c0be1cf780d1df1e71c54 X-VCS-Branch: dev Date: Wed, 25 May 2022 20:21:33 +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: b4775d66-2e98-4764-801b-b21deee17d99 X-Archives-Hash: 5d42a544f077ce8e6f0db0adad42cc6a commit: 6aace7d0fbf0424abf6c0be1cf780d1df1e71c54 Author: Alessandro Barbieri gmail com> AuthorDate: Wed May 25 19:54:52 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed May 25 19:54:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6aace7d0 sci-electronics/kactus2: fix homepage Signed-off-by: Alessandro Barbieri gmail.com> sci-electronics/kactus2/kactus2-3.8.0.ebuild | 4 ++-- sci-electronics/kactus2/kactus2-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild index 89cf1c254..e6a6e0224 100644 --- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild +++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,7 +7,7 @@ inherit xdg DESCRIPTION="A open source IP-XACT-based tool" HOMEPAGE=" - http://www.tkt.cs.tut.fi/research/funbase/Kactus2.htm + https://research.tuni.fi/system-on-chip/tools/ https://github.com/kactus2/kactus2dev " diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild index 589b04bd8..4ecae13d2 100644 --- a/sci-electronics/kactus2/kactus2-9999.ebuild +++ b/sci-electronics/kactus2/kactus2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,7 +7,7 @@ inherit xdg DESCRIPTION="A open source IP-XACT-based tool" HOMEPAGE=" - http://www.tkt.cs.tut.fi/research/funbase/Kactus2.htm + https://research.tuni.fi/system-on-chip/tools/ https://github.com/kactus2/kactus2dev "