summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-27 04:38:52 -0500
committerMike Gilbert <floppym@gentoo.org>2018-05-18 11:59:12 -0400
commit9c262297a5049b2169ca19ede735e446f1a85df2 (patch)
treee9f8ea25d5cfc6e3371f9d0478d8b0dba82417b6 /sys-apps/install-xattr
parentnet-fs/libnfs: git-2->git-r3 (diff)
downloadgentoo-9c262297a5049b2169ca19ede735e446f1a85df2.tar.gz
gentoo-9c262297a5049b2169ca19ede735e446f1a85df2.tar.bz2
gentoo-9c262297a5049b2169ca19ede735e446f1a85df2.zip
sys-apps/install-xattr: git-2->git-r3, git://->https://
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sys-apps/install-xattr')
-rw-r--r--sys-apps/install-xattr/install-xattr-0.5-r1.ebuild6
-rw-r--r--sys-apps/install-xattr/install-xattr-0.5.ebuild7
-rw-r--r--sys-apps/install-xattr/install-xattr-9999.ebuild6
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 99350e7047f1..830b2d6cd4f9 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 0305dcfe468d..dd1a1669be23 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 99350e7047f1..830b2d6cd4f9 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() {