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 A4477158020 for ; Sat, 29 Oct 2022 18:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC4A5E0825; Sat, 29 Oct 2022 18:28:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 972CAE0825 for ; Sat, 29 Oct 2022 18:28:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CE00341152 for ; Sat, 29 Oct 2022 18:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2FC15F6 for ; Sat, 29 Oct 2022 18:28:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667068057.34477bc5e28a816fc3734189b030717d9a84f437.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/coccinelle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/coccinelle/coccinelle-1.1.1.ebuild X-VCS-Directories: dev-util/coccinelle/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 34477bc5e28a816fc3734189b030717d9a84f437 X-VCS-Branch: master Date: Sat, 29 Oct 2022 18:28:23 +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: 501c7e93-6bdd-4e7a-9024-3a945d8935de X-Archives-Hash: 4b2185d4172a5421edfc45ddde5315e3 commit: 34477bc5e28a816fc3734189b030717d9a84f437 Author: Sam James gentoo org> AuthorDate: Sat Oct 29 18:27:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 29 18:27:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34477bc5 dev-util/coccinelle: update HOMEPAGE Signed-off-by: Sam James gentoo.org> dev-util/coccinelle/coccinelle-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/coccinelle/coccinelle-1.1.1.ebuild b/dev-util/coccinelle/coccinelle-1.1.1.ebuild index 4affa4aee5a6..2d56739523bb 100644 --- a/dev-util/coccinelle/coccinelle-1.1.1.ebuild +++ b/dev-util/coccinelle/coccinelle-1.1.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..11} ) inherit autotools bash-completion-r1 elisp-common python-single-r1 DESCRIPTION="Program matching and transformation engine" -HOMEPAGE="http://coccinelle.lip6.fr/" +HOMEPAGE="https://coccinelle.gitlabpages.inria.fr/website/" SRC_URI="https://gitlab.inria.fr/coccinelle/coccinelle/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2"