Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/coccinelle/
Date: Sat, 29 Oct 2022 18:52:51
Message-Id: 1667069562.a549858d6a6987588803e731304d70baa812d9cf.sam@gentoo
1 commit: a549858d6a6987588803e731304d70baa812d9cf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 18:52:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 18:52:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a549858d
7
8 dev-util/coccinelle: update HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild b/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild
16 index a8e567e69c5b..bd296f7e09d3 100644
17 --- a/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild
18 +++ b/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild
19 @@ -3,12 +3,11 @@
20
21 EAPI=8
22
23 -DISTUTILS_USE_PEP517=setuptools
24 PYTHON_COMPAT=( python3_{8..11} )
25 inherit autotools bash-completion-r1 elisp-common python-single-r1
26
27 DESCRIPTION="Program matching and transformation engine"
28 -HOMEPAGE="https://coccinelle.gitlabpages.inria.fr/website/"
29 +HOMEPAGE="https://coccinelle.gitlabpages.inria.fr/website/ https://gitlab.inria.fr/coccinelle/coccinelle"
30 SRC_URI="https://gitlab.inria.fr/coccinelle/coccinelle/-/archive/${PV}/${P}.tar.bz2"
31
32 LICENSE="GPL-2"