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-libs/fcgi/
Date: Thu, 22 Sep 2022 04:09:47
Message-Id: 1663819518.34fab81a6e50a721abd5fde148e9f33af27876df.sam@gentoo
1 commit: 34fab81a6e50a721abd5fde148e9f33af27876df
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:56:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fab81a
7
8 dev-libs/fcgi: use PV in SRC_URI
9
10 Avoids mistakes on bumping and why not?
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild b/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild
18 index 9c62e11a3867..248ec6df2914 100644
19 --- a/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild
20 +++ b/dev-libs/fcgi/fcgi-2.4.1_pre0910052249-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -7,7 +7,7 @@ inherit autotools
28
29 DESCRIPTION="FastCGI Developer's Kit"
30 HOMEPAGE="http://www.fastcgi.com/"
31 -SRC_URI="http://www.fastcgi.com/dist/fcgi-2.4.1-SNAP-0910052249.tar.gz"
32 +SRC_URI="http://www.fastcgi.com/dist/fcgi-$(ver_cut 1-3)-SNAP-$(ver_cut 5).tar.gz"
33
34 LICENSE="FastCGI"
35 SLOT="0"