commit: 74987fc66ccd1a8e1a598e669daefb1a579b4db2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Apr 19 18:55:13 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Apr 19 18:57:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74987fc6
sys-apps/install-xattr: add 0.9 Closes: https://bugs.gentoo.org/769359 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/install-xattr/Manifest | 1 + .../{install-xattr-9999.ebuild => install-xattr-0.9.ebuild} | 12 +++--------- sys-apps/install-xattr/install-xattr-9999.ebuild | 12 +++--------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/sys-apps/install-xattr/Manifest b/sys-apps/install-xattr/Manifest index d5dd03eb3c20..9b8d1a16acaf 100644 --- a/sys-apps/install-xattr/Manifest +++ b/sys-apps/install-xattr/Manifest @@ -1 +1,2 @@ DIST install-xattr-0.8.tar.bz2 16359 BLAKE2B 25c483211ea6d01f46d9739fd3f1327e543e8b986a252d97e8b012ff6169a9b6430dc0ab7c184bf04c6665182c242eb37f7059d2d23cecececea723bde74cb56 SHA512 3af95a724d95286854767fe28679b024de8d257ce2d21addecbd40906e10bf48cfd4263609c6c2f436c6a807e91d24118110fda041091fadbefd848c892af778 +DIST install-xattr-0.9.tar.gz 33047 BLAKE2B 50b979eb94ff056c114b2b20e0d8c5ad24c4e761586eb79810d20a598fe2f64230ab41f31f7c176538b30435a72d9e734556131cd324c811e57875bce3c223db SHA512 08d614a519cc6d7547d9ec114d93dcdf2dccbf03f9c34eebf63fd77b17a8da8065798cdc05bda07b4779056876e1192ed0fab531c8028f12def728145ab2cb55 diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-0.9.ebuild similarity index 82% copy from sys-apps/install-xattr/install-xattr-9999.ebuild copy to sys-apps/install-xattr/install-xattr-0.9.ebuild index eeba07f649ec..a540fc53dadc 100644 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then 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" + SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}"/${PN} fi @@ -20,13 +20,7 @@ fi LICENSE="GPL-3" SLOT="0" -PATCHES=( - "${FILESDIR}"/${PV} -) - -src_prepare() { - default - +src_configure() { tc-export CC append-lfs-flags } diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild index eeba07f649ec..a540fc53dadc 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-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then 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" + SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}"/${PN} fi @@ -20,13 +20,7 @@ fi LICENSE="GPL-3" SLOT="0" -PATCHES=( - "${FILESDIR}"/${PV} -) - -src_prepare() { - default - +src_configure() { tc-export CC append-lfs-flags }
