summaryrefslogtreecommitdiff
path: root/app-emacs/julia-repl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-31 03:00:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-31 03:00:52 +0000
commit4b70b249bd1fe7302633ca0b4f7abd22dd269d02 (patch)
treec39fc6439ab9c72db6a0f070fe02312591ccc963 /app-emacs/julia-repl
parent182063dd85a03f2086258946276c8967945ffe95 (diff)
gentoo auto-resync : 31:01:2023 - 03:00:52
Diffstat (limited to 'app-emacs/julia-repl')
-rw-r--r--app-emacs/julia-repl/Manifest2
-rw-r--r--app-emacs/julia-repl/julia-repl-1.3.0_p20220225.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-emacs/julia-repl/Manifest b/app-emacs/julia-repl/Manifest
index b8650dabd2ce..71846d74b460 100644
--- a/app-emacs/julia-repl/Manifest
+++ b/app-emacs/julia-repl/Manifest
@@ -1,5 +1,5 @@
AUX 50julia-repl-gentoo.el 198 BLAKE2B 0b355f7563dcf226f9b6cf6984e51cc5f2c333a00e31a929972da3afb1c9bbe0de3062837a6c4763cc0edb8488ffa9c34e5adc07bbc7ea55e2be8bf51225255e SHA512 5de7d0b1972eaf4a3e4d43b54774f88cf2d34abfbaf78c018641df6ff3f0b36540bc44300592e5d89052a57988beb81d272d229049f76d82b13475f1aa8b0abd
AUX julia-repl-force-compile.patch 346 BLAKE2B 5ffe058f6b3c201a0b7cbef373959c71d5ab3e59f62126680681b39ca506cafbe2bb5c559749e7257b632fe479781171a49949f27a2587a5d45caf0307df8195 SHA512 14220f9d62b24f5d9b3d73d705f93f75b7c5056690f7668e163d3bc59b4e9622e9914e0a95e0f9dd114517a2d14ec88303cbe439c4ad8e8129458b6e8d2fc917
DIST julia-repl-1.3.0_p20220225.tar.gz 183305 BLAKE2B 65b07101008e0548041084f50bec3022789363d8e33c6870382166c2989f56c908a7f7df378d49f55b64479d562594ff14e518a66bd36a907714214521add31f SHA512 12d9445432158c12e857c71683ea39b0bd8a76fa415ebe1d85b682d65b53c456518d88b08f98d900211c04f5d1bf12f50e4ce70ff28d4c4a657b072731968a14
-EBUILD julia-repl-1.3.0_p20220225.ebuild 964 BLAKE2B 66cda15fdf5d18f1a00c3cb927752a1d822d8f61c6e630931bbc1f2bdb8b38ed80d78dd5560f3100dba61434cadbe557be5e29c27f599b3fa3a363f9ec3c8371 SHA512 a5711e2716d99f7fdbbd0e493c45fc43e38727b16c6b82aff3fb439fc7678c4b5a259ab1a3fc5bebaf7e50f22ede0de0c97cb560559e87f20ba814335fe7a798
+EBUILD julia-repl-1.3.0_p20220225.ebuild 979 BLAKE2B 5007c412db50bc5f340b3c91f982a09ccdb4043b49cf49775fee3bfe3e5047af29717a32a9b26695e164ee62866de3d49ca13562f90fa0c7b90e58ae7062aacd SHA512 61f433ce2f52a5abf4847eeb89c5629b7cb39f0bd7061c0d615e0a822ab00261877e0d1f0becdf1d8748976e77caf208643adbd45272ebe93d60c56291b8bb80
MISC metadata.xml 886 BLAKE2B ff4b7b2936dbccb530df87681e54ddc98a703a7a233e8b48c4e1b9c52c78f150dc81c12e8e5aee119d5d8ca43bdec61032118f64981beec60856e1202ab72cae SHA512 7eea298533262ceaf712159f915d971080f84babaccf940365b83a128aaff3df79a0fc2c19736016fc31f35c87f9ca84ec31aa0a61c24dc1a7b0809a1c9d7a89
diff --git a/app-emacs/julia-repl/julia-repl-1.3.0_p20220225.ebuild b/app-emacs/julia-repl/julia-repl-1.3.0_p20220225.ebuild
index b52af57974bd..c4ae8349fa38 100644
--- a/app-emacs/julia-repl/julia-repl-1.3.0_p20220225.ebuild
+++ b/app-emacs/julia-repl/julia-repl-1.3.0_p20220225.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-H=6c1d63511fb2b3b3f2e342eff6a375d78be6c12c
+COMMIT=6c1d63511fb2b3b3f2e342eff6a375d78be6c12c
NEED_EMACS=25.1
inherit optfeature elisp
DESCRIPTION="Run an inferior Julia REPL in a terminal inside Emacs"
HOMEPAGE="https://github.com/tpapp/julia-repl/"
-SRC_URI="https://github.com/tpapp/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${H}
+SRC_URI="https://github.com/tpapp/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="MIT"
SLOT="0"