diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-27 12:30:31 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-04-27 18:11:14 -0400 |
commit | 27b53eb1693da23f5b610b02e7862ec279fcaff0 (patch) | |
tree | 34b5dee431282b6c52139161553d43b1ae62a2f8 /sys-libs/fortify-headers | |
parent | sys-apps/elfix: git-2->git-r3, git://->https:// (diff) | |
download | gentoo-27b53eb1693da23f5b610b02e7862ec279fcaff0.tar.gz gentoo-27b53eb1693da23f5b610b02e7862ec279fcaff0.tar.bz2 gentoo-27b53eb1693da23f5b610b02e7862ec279fcaff0.zip |
sys-libs/fortify-headers: git-2->git-r3, EAPI=6
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs/fortify-headers')
-rw-r--r-- | sys-libs/fortify-headers/fortify-headers-0.6.ebuild | 8 | ||||
-rw-r--r-- | sys-libs/fortify-headers/fortify-headers-0.7.ebuild | 8 | ||||
-rw-r--r-- | sys-libs/fortify-headers/fortify-headers-9999.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild index fccc550aeab3..d6ce9396cf99 100644 --- a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild +++ b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="git://git.2f30.org/fortify-headers" - inherit git-2 + inherit git-r3 else SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild index fccc550aeab3..d6ce9396cf99 100644 --- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild +++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="git://git.2f30.org/fortify-headers" - inherit git-2 + inherit git-r3 else SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" diff --git a/sys-libs/fortify-headers/fortify-headers-9999.ebuild b/sys-libs/fortify-headers/fortify-headers-9999.ebuild index fccc550aeab3..d6ce9396cf99 100644 --- a/sys-libs/fortify-headers/fortify-headers-9999.ebuild +++ b/sys-libs/fortify-headers/fortify-headers-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="git://git.2f30.org/fortify-headers" - inherit git-2 + inherit git-r3 else SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" |