Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/
Date: Sun, 18 Jun 2017 16:23:06
Message-Id: 1497802956.d5156f8f6ef82e3b49eb6ac586c2749d2a154e8c.mattst88@gentoo
1 commit: d5156f8f6ef82e3b49eb6ac586c2749d2a154e8c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 15:59:03 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 16:22:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5156f8f
7
8 www-misc/fcgiwrap: Use git-r3 eclass
9
10 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 4 ++--
11 www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
15 index 8a117b663a9..d7bf8afae19 100644
16 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
17 +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
18 @@ -1,9 +1,9 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="5"
24
25 -[[ ${PV} = *9999* ]] && VCS_ECLASS="git" || VCS_ECLASS=""
26 +[[ ${PV} = *9999* ]] && VCS_ECLASS="git-r3" || VCS_ECLASS=""
27 inherit autotools systemd toolchain-funcs ${VCS_ECLASS}
28
29 DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)"
30
31 diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
32 index ba90e0c6270..33cef8e6ed1 100644
33 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
34 +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
35 @@ -1,9 +1,9 @@
36 -# Copyright 1999-2014 Gentoo Foundation
37 +# Copyright 1999-2017 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI="4"
41
42 -[[ ${PV} = *9999* ]] && VCS_ECLASS="git-2" || VCS_ECLASS=""
43 +[[ ${PV} = *9999* ]] && VCS_ECLASS="git-r3" || VCS_ECLASS=""
44 inherit autotools ${VCS_ECLASS}
45
46 DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)"