commit: 9c262297a5049b2169ca19ede735e446f1a85df2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Fri Apr 27 09:38:52 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri May 18 15:59:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c262297
sys-apps/install-xattr: git-2->git-r3, git://->https:// Package-Manager: Portage-2.3.31, Repoman-2.3.9 sys-apps/install-xattr/install-xattr-0.5-r1.ebuild | 6 +++--- sys-apps/install-xattr/install-xattr-0.5.ebuild | 7 ++++--- sys-apps/install-xattr/install-xattr-9999.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild index 99350e7047f..830b2d6cd4f 100644 --- a/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/" inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git" + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git" inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" @@ -21,8 +21,8 @@ LICENSE="GPL-3" SLOT="0" src_prepare() { + default tc-export CC - eapply_user } src_compile() { diff --git a/sys-apps/install-xattr/install-xattr-0.5.ebuild b/sys-apps/install-xattr/install-xattr-0.5.ebuild index 0305dcfe468..dd1a1669be2 100644 --- a/sys-apps/install-xattr/install-xattr-0.5.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.5.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 + DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes" HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/" inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git" - inherit git-2 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git" + inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild index 99350e7047f..830b2d6cd4f 100644 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild +++ b/sys-apps/install-xattr/install-xattr-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/" inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git" + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git" inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" @@ -21,8 +21,8 @@ LICENSE="GPL-3" SLOT="0" src_prepare() { + default tc-export CC - eapply_user } src_compile() {