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/coccigrep/
Date: Sat, 29 Oct 2022 18:28:27
Message-Id: 1667068009.bfe3ee779f9ef54afca99d2ada883732cea4ca6d.sam@gentoo
1 commit: bfe3ee779f9ef54afca99d2ada883732cea4ca6d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 18:26:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 18:26:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe3ee77
7
8 dev-util/coccigrep: update HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/coccigrep/coccigrep-1.20.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/coccigrep/coccigrep-1.20.ebuild b/dev-util/coccigrep/coccigrep-1.20.ebuild
16 index f439caae2e86..5a30a6669a76 100644
17 --- a/dev-util/coccigrep/coccigrep-1.20.ebuild
18 +++ b/dev-util/coccigrep/coccigrep-1.20.ebuild
19 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8..11} )
20 inherit distutils-r1 elisp-common optfeature
21
22 DESCRIPTION="A semantic grep for the C language"
23 -HOMEPAGE="http://home.regit.org/software/coccigrep/"
24 +HOMEPAGE="https://home.regit.org/software/coccigrep/"
25 SRC_URI="https://github.com/regit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-3"