From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1451276-garchives=archives.gentoo.org@lists.gentoo.org>
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 03525158020
	for <garchives@archives.gentoo.org>; Sat, 29 Oct 2022 18:52:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 52316E0858;
	Sat, 29 Oct 2022 18:52:50 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 39C07E0858
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Oct 2022 18:52:50 +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 4BBBF340FD1
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Oct 2022 18:52:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DDED2615
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Oct 2022 18:52:47 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1667069562.a549858d6a6987588803e731304d70baa812d9cf.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-r1.ebuild
X-VCS-Directories: dev-util/coccinelle/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a549858d6a6987588803e731304d70baa812d9cf
X-VCS-Branch: master
Date: Sat, 29 Oct 2022 18:52:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b6735a31-b92e-4cc0-8179-59b81f57e2e0
X-Archives-Hash: 31410053d9195dfcafc97a2a8d76438f

commit:     a549858d6a6987588803e731304d70baa812d9cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 18:52:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 18:52:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a549858d

dev-util/coccinelle: update HOMEPAGE

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild b/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild
index a8e567e69c5b..bd296f7e09d3 100644
--- a/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild
+++ b/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild
@@ -3,12 +3,11 @@
 
 EAPI=8
 
-DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..11} )
 inherit autotools bash-completion-r1 elisp-common python-single-r1
 
 DESCRIPTION="Program matching and transformation engine"
-HOMEPAGE="https://coccinelle.gitlabpages.inria.fr/website/"
+HOMEPAGE="https://coccinelle.gitlabpages.inria.fr/website/ https://gitlab.inria.fr/coccinelle/coccinelle"
 SRC_URI="https://gitlab.inria.fr/coccinelle/coccinelle/-/archive/${PV}/${P}.tar.bz2"
 
 LICENSE="GPL-2"