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:28:27
Message-Id: 1667068057.34477bc5e28a816fc3734189b030717d9a84f437.sam@gentoo
1 commit: 34477bc5e28a816fc3734189b030717d9a84f437
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 18:27:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 18:27:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34477bc5
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.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/coccinelle/coccinelle-1.1.1.ebuild b/dev-util/coccinelle/coccinelle-1.1.1.ebuild
16 index 4affa4aee5a6..2d56739523bb 100644
17 --- a/dev-util/coccinelle/coccinelle-1.1.1.ebuild
18 +++ b/dev-util/coccinelle/coccinelle-1.1.1.ebuild
19 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..11} )
20 inherit autotools bash-completion-r1 elisp-common python-single-r1
21
22 DESCRIPTION="Program matching and transformation engine"
23 -HOMEPAGE="http://coccinelle.lip6.fr/"
24 +HOMEPAGE="https://coccinelle.gitlabpages.inria.fr/website/"
25 SRC_URI="https://gitlab.inria.fr/coccinelle/coccinelle/-/archive/${PV}/${P}.tar.bz2"
26
27 LICENSE="GPL-2"