commit:     2fbb3e5375c1390aadc4285db995f911de501099
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 18:02:45 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 18:16:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fbb3e53

app-emacs/magit: sync live 9999 version

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/magit/magit-9999.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/app-emacs/magit/magit-9999.ebuild 
b/app-emacs/magit/magit-9999.ebuild
index 31188d0515ae..19d51447f288 100644
--- a/app-emacs/magit/magit-9999.ebuild
+++ b/app-emacs/magit/magit-9999.ebuild
@@ -12,12 +12,12 @@ HOMEPAGE="https://magit.vc/
 if [[ "${PV}" == *9999* ]] ; then
        inherit git-r3
 
-       EGIT_REPO_URI="https://github.com/magit/magit.git";
+       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
 else
-       SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz
+       SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
                -> ${P}.tar.gz"
 
-       KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+       KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 S="${WORKDIR}/${P}/lisp"
@@ -30,22 +30,21 @@ ELISP_TEXINFO="../docs/*.texi"
 SITEFILE="50${PN}-gentoo.el"
 
 RDEPEND="
-       >=app-emacs/compat-29.1.4.5
+       >=app-emacs/compat-30.0.0.0
        >=app-emacs/dash-2.19.1
-       >=app-emacs/transient-0.6.0
-       >=app-emacs/with-editor-3.3.2
+       >=app-emacs/transient-0.7.4
+       >=app-emacs/with-editor-3.4.1
 "
 BDEPEND="
        ${RDEPEND}
        sys-apps/texinfo
 "
 RDEPEND+="
-       >=dev-vcs/git-2.0.0
+       >=dev-vcs/git-2.44.2
 "
 
 src_prepare() {
        default
 
-       rm magit-libgit.el || die
-       echo "(setq magit-version \"${PV}\")" > ./magit-version.el || die
+       echo "(setq ${PN}-version \"${PV}\")" > ./${PN}-version.el || die
 }

Reply via email to