Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/fortify-headers/
Date: Fri, 27 Apr 2018 22:11:38
Message-Id: 1524867074.27b53eb1693da23f5b610b02e7862ec279fcaff0.blueness@gentoo
1 commit: 27b53eb1693da23f5b610b02e7862ec279fcaff0
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Apr 27 17:30:31 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 22:11:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b53eb1
7
8 sys-libs/fortify-headers: git-2->git-r3, EAPI=6
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 sys-libs/fortify-headers/fortify-headers-0.6.ebuild | 8 ++++----
14 sys-libs/fortify-headers/fortify-headers-0.7.ebuild | 8 ++++----
15 sys-libs/fortify-headers/fortify-headers-9999.ebuild | 8 ++++----
16 3 files changed, 12 insertions(+), 12 deletions(-)
17
18 diff --git a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
19 index fccc550aeab..d6ce9396cf9 100644
20 --- a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
21 +++ b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=6
29
30 -if [[ ${PV} == "9999" ]] ; then
31 +if [[ ${PV} == *9999* ]] ; then
32 EGIT_REPO_URI="git://git.2f30.org/fortify-headers"
33 - inherit git-2
34 + inherit git-r3
35 else
36 SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz"
37 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
38
39 diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
40 index fccc550aeab..d6ce9396cf9 100644
41 --- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
42 +++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
43 @@ -1,11 +1,11 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 -EAPI=5
49 +EAPI=6
50
51 -if [[ ${PV} == "9999" ]] ; then
52 +if [[ ${PV} == *9999* ]] ; then
53 EGIT_REPO_URI="git://git.2f30.org/fortify-headers"
54 - inherit git-2
55 + inherit git-r3
56 else
57 SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz"
58 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
59
60 diff --git a/sys-libs/fortify-headers/fortify-headers-9999.ebuild b/sys-libs/fortify-headers/fortify-headers-9999.ebuild
61 index fccc550aeab..d6ce9396cf9 100644
62 --- a/sys-libs/fortify-headers/fortify-headers-9999.ebuild
63 +++ b/sys-libs/fortify-headers/fortify-headers-9999.ebuild
64 @@ -1,11 +1,11 @@
65 -# Copyright 1999-2015 Gentoo Foundation
66 +# Copyright 1999-2018 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 -EAPI=5
70 +EAPI=6
71
72 -if [[ ${PV} == "9999" ]] ; then
73 +if [[ ${PV} == *9999* ]] ; then
74 EGIT_REPO_URI="git://git.2f30.org/fortify-headers"
75 - inherit git-2
76 + inherit git-r3
77 else
78 SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz"
79 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"