diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-08 03:04:52 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-08 03:04:52 -0500 |
| commit | 23850c0a8390d403a1fe131e47265df579818dd5 (patch) | |
| tree | e7ae85db09fa5d472795ee07ec0632e45b9bee0e /dev-util/juliaup | |
| parent | 8453817910bc2afbb7ab1fbf61c3f06fb7320f35 (diff) | |
| download | baldeagleos-repo-23850c0a8390d403a1fe131e47265df579818dd5.tar.gz baldeagleos-repo-23850c0a8390d403a1fe131e47265df579818dd5.tar.xz baldeagleos-repo-23850c0a8390d403a1fe131e47265df579818dd5.zip | |
Adding metadata
Diffstat (limited to 'dev-util/juliaup')
| -rw-r--r-- | dev-util/juliaup/Manifest | 4 | ||||
| -rw-r--r-- | dev-util/juliaup/juliaup-1.22.2.ebuild (renamed from dev-util/juliaup/juliaup-1.21.0.ebuild) | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-util/juliaup/Manifest b/dev-util/juliaup/Manifest index f250a09d17ae..b8558e474a08 100644 --- a/dev-util/juliaup/Manifest +++ b/dev-util/juliaup/Manifest @@ -1,2 +1,2 @@ -DIST juliaup-1.21.0-crates.tar.xz 32375216 BLAKE2B c1ca687067649a4f8786361d59d2eb6ce6670215e7bf4917eb9a27a8ddf6b8f2b38389e3502bfb8b31030f1ad35a6808a3c21e1cc131370b7b3ca1849ba5ed26 SHA512 f2fed43d7e1182f6784b5cb3bed9084f83ed4bcd75794f9a093285215445b93151966bca56f698de542c817f96074e2d0bc57d3bc8047a2fd53d4f6fa131cf34 -DIST juliaup-1.21.0.tar.gz 908547 BLAKE2B d3f90211dd05433f6264f5afed36160093db7248a0346d445b080b718aca011ab40d3a48fc321cd60f03d9f5cec140cac87634c1e82f32edfd5d115e9f9b6af6 SHA512 a09280510605bd31896b331d7bc16cb00f758a8ff436e934fc855c9ec11acbb20fd5661270081fa6e803a7ef8731792123bd39d592bf3760a7003e89d855ddef +DIST juliaup-1.22.2-crates.tar.xz 46838028 BLAKE2B 02f4aa57de1c0da66ea3273e2dc3e92622d1dd9ef32c7af4a5493690600bc51075e45cf28373a5b40fc5719b5a810e8b8c174cb79ef22127c910ff504ee4ff4c SHA512 d99a92acd33a01b14d5fce8bb1a18e38d7351004ca01ffc5ca74bc6e14b1204b9826bdd582226e6a75f26ab83610ba18ba9cc68e619c290f064e329d57fa3ed6 +DIST juliaup-1.22.2.tar.gz 960418 BLAKE2B 50d840835dcc89b2386ba753d77a301c7c9a0ce6b60d84ec98dcc49e3ea6a72035c6aeb70da973d93d81e07e57875f9be7d5842353227951091aa239f8657e9c SHA512 b3d40dc14fb1bb4e83d8671bd39a5fcb0561d727b26c68842bd720750c6014f0601b2ea72d9ec27d76014d7e36883a36ce34f64908eb9d13c3070ab0e3cae968 diff --git a/dev-util/juliaup/juliaup-1.21.0.ebuild b/dev-util/juliaup/juliaup-1.22.2.ebuild index 3623609e174b..0560a28ba189 100644 --- a/dev-util/juliaup/juliaup-1.21.0.ebuild +++ b/dev-util/juliaup/juliaup-1.22.2.ebuild @@ -8,7 +8,7 @@ EAPI=8 CRATES=" " -RUST_MIN_VER="1.88" +RUST_MIN_VER="1.95" inherit cargo shell-completion toolchain-funcs @@ -22,7 +22,8 @@ SRC_URI=" LICENSE="MIT" # Dependent crate licenses LICENSE+=" - Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 + Apache-2.0 BSD-2 BSD Boost-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 + OFL-1.1 UbuntuFontLicense-1.0 Unicode-3.0 ZLIB " SLOT="0" KEYWORDS="~amd64" @@ -59,15 +60,15 @@ src_install() { einfo "generating shell completion files" "${ED}"/usr/bin/juliaup completions bash > "${T}/${PN}" || die - ed -s "${T}/${PN}" <<< $'$s:^:#:\nw\nq' || die # comment out completion for `julia` command (#974972) + sed -i '$s:^:#:' "${T}/${PN}" || die # comment out completion for `julia` command (#974972) dobashcomp "${T}/${PN}" "${ED}"/usr/bin/juliaup completions zsh > "${T}/_${PN}" || die - ed -s "${T}/_${PN}" <<< $'$s:^:#:\nw\nq' || die + sed -i '$s:^:#:' "${T}/_${PN}" || die dozshcomp "${T}/_${PN}" "${ED}"/usr/bin/juliaup completions fish > "${T}/${PN}.fish" || die - ed -s "${T}/${PN}.fish" <<< $'$s:^:#:\nw\nq' || die + sed -i '$s:^:#:' "${T}/${PN}.fish" || die dofishcomp "${T}/${PN}.fish" else ewarn "Shell completion files not installed! Install them manually with '${PN} completions --help'" |
