commit:     f897dbb48ae66d5c7955865e48fcc395e476a8ae
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 16:12:54 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 16:12:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f897dbb4

sys-apps/install-xattr: update git URL

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/install-xattr/install-xattr-9999.ebuild | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild 
b/sys-apps/install-xattr/install-xattr-9999.ebuild
index a540fc53dadc..2f78b92df6de 100644
--- a/sys-apps/install-xattr/install-xattr-9999.ebuild
+++ b/sys-apps/install-xattr/install-xattr-9999.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/";
 inherit flag-o-matic toolchain-funcs
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git";
+       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/install-xattr.git";
        inherit git-r3
 else
        SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz";
@@ -24,18 +24,3 @@ src_configure() {
        tc-export CC
        append-lfs-flags
 }
-
-src_compile() {
-       if [[ ${PV} == "9999" ]] ; then
-               cd "${WORKDIR}/${P}/misc/${PN}" || die
-       fi
-       default
-}
-
-src_install() {
-       if [[ ${PV} == "9999" ]] ; then
-               cd "${WORKDIR}/${P}/misc/${PN}" || die
-       fi
-
-       emake DESTDIR="${ED}" install
-}

Reply via email to