Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/flex/
Date: Mon, 17 May 2021 22:36:10
Message-Id: 1621290866.714bfa983da16c9ab6cb10ce87cc135846e9ce61.sam@gentoo
1 commit: 714bfa983da16c9ab6cb10ce87cc135846e9ce61
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 23:06:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 22:34:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714bfa98
7
8 sys-devel/flex: drop dead sourceforge HOMEPAGE
9
10 Still keeping the remote-id for the (outdated)
11 site which is referenced in the README on github, though.
12
13 Closes: https://bugs.gentoo.org/708496
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-devel/flex/flex-2.6.4-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-devel/flex/flex-2.6.4-r1.ebuild b/sys-devel/flex/flex-2.6.4-r1.ebuild
20 index 9c73a8e03c3..592b017eec1 100644
21 --- a/sys-devel/flex/flex-2.6.4-r1.ebuild
22 +++ b/sys-devel/flex/flex-2.6.4-r1.ebuild
23 @@ -6,7 +6,7 @@ EAPI=7
24 inherit flag-o-matic libtool multilib-minimal toolchain-funcs
25
26 DESCRIPTION="The Fast Lexical Analyzer"
27 -HOMEPAGE="https://flex.sourceforge.net/ https://github.com/westes/flex"
28 +HOMEPAGE="https://github.com/westes/flex"
29 SRC_URI="https://github.com/westes/${PN}/releases/download/v${PV}/${P}.tar.gz"
30
31 LICENSE="FLEX"