commit: 7980b8e8bd35ada1ad2e38b5b107a307bf43c1b2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Dec 3 16:57:56 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Dec 4 02:54:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7980b8e8
app-shells/mcfly: version bump (0.5.10) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> app-shells/mcfly/Manifest | 1 + app-shells/mcfly/mcfly-0.5.10.ebuild | 115 +++++++++++++++++++++++++++++++++++ 2 files changed, 116 insertions(+) diff --git a/app-shells/mcfly/Manifest b/app-shells/mcfly/Manifest index 425e2fa64b17..f7ce90bb8b91 100644 --- a/app-shells/mcfly/Manifest +++ b/app-shells/mcfly/Manifest @@ -30,6 +30,7 @@ DIST libc-0.2.69.crate 472393 BLAKE2B 41a9cd242ccc994c69da10f091061b2c31ed6a9c52 DIST libsqlite3-sys-0.10.0.crate 2175426 BLAKE2B dc7cbbcb632e2de1e8fcd6372cb0a82ed044db1d8634fa88b4294efb01470528fc86cece8c1ba6c4800a97c39d78bebb4b858efaf7c3c74510f5cf675ca2a1f0 SHA512 df030105952e8e0ca9def15d914a2eb7fb81754c85465788f7a3df5626b647d4af7f93b11f2f6d6e3dba286fd101c779dd51de7f2732084ba9542120cbc0e299 DIST linked-hash-map-0.5.3.crate 16130 BLAKE2B 20ca73044271533d2da6bb6ca863a192b61231760fddb82ac373a34fe63d92efe5b841fa401b9aa509cc1e05b86cf672eae3f26ab5c07c7b0c25e764e128344e SHA512 90ec22fcd830ccfdefd1f7c480c5cebd5e95c822e0c28fff9ccf00bfbdda080c17a722697fdc991ee04a4a32e974309440a91284bc13c9ee70284e4e247d33b1 DIST lru-cache-0.1.2.crate 9307 BLAKE2B 606072bc5390a13cf24b4c64c77ba7f84c4c2b1a73c4abe8ead4e1d19067b063888d5cbe478dc9108d193f0a66aa5fb2ddc073f3edfac466de34f85a52a15ef2 SHA512 ecc67b4b2ed8d3596816c47e9c6aa242c7bdd1ee8087646e90c27a60d59175f661ec3ef82058c196bef2abdd302d429b7ea4279169689254a9f322dfd5697bf1 +DIST mcfly-0.5.10.tar.gz 207639 BLAKE2B 90ad658fca16201b541cb45a01919170371ed8435e846d971a213c8890c703fe707607241ef4533bb728a136cc58d2a78b2de4dd15e2de1d0697df9790aa3539 SHA512 7f9da24ad27d95d2e073bf31550f957c70d5f3f800a1473beb4da49d59b579056c4b097b29e79612b57f18fa0e5639d0de44f4074c652f0e5a3daeef28b72562 DIST mcfly-0.5.8.tar.gz 207343 BLAKE2B 7d00868fd76866a4ef1b8f41d1563513bf37b9873bb265e33ff9d67e65b36fa8a916f4c6c503bf60a694e670a4bab152bd2935ea36ce75564ef66b91c3c7a20c SHA512 82a834059cdf5b9b2f8136dbede2cd31ed071961d759d35ee8cb6e2283f1a6b0b7633daf834f7387c4bd627e894d530d9f99309d827538137179cc0994103f9a DIST mcfly-0.5.9.tar.gz 207655 BLAKE2B d230768c5606df795ab79c89d35e183016c684e68478bddba2483a744a139ddd3cfce82cde5df431ffa0da19c9f1b7049338800331261668b711d9863b091b52 SHA512 d0b42ed4f870f81550aaf4884d338bc5e65866a8640438de6c233af6cf580819ad4f1712e44e4567b8363ada7cbf86224a0d4fc571b06c0e6f6e993f104c865b DIST memchr-2.3.3.crate 22566 BLAKE2B f952070b98ef30f0d2780a6efbeb36d295710734f678517d913a8002cafebbd3cfc38975fc4546d306efc11bc815764d14320af3b7a2360bd46fc2ab3db9efa5 SHA512 922e05da920d0d94226857788878ee5e31518cd80d95ae57e1d7ecd233942c37d01565525db2f1dfdfd5b3b1f81b2c73eee058cbfd745cb4e1519518318df248 diff --git a/app-shells/mcfly/mcfly-0.5.10.ebuild b/app-shells/mcfly/mcfly-0.5.10.ebuild new file mode 100644 index 000000000000..f47b455fb35d --- /dev/null +++ b/app-shells/mcfly/mcfly-0.5.10.ebuild @@ -0,0 +1,115 @@ +# Copyright 2017-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CRATES=" + aho-corasick-0.7.10 + ansi_term-0.11.0 + arrayref-0.3.6 + arrayvec-0.5.1 + atty-0.2.14 + autocfg-1.0.0 + base64-0.11.0 + bitflags-1.2.1 + blake2b_simd-0.5.10 + bstr-0.2.12 + byteorder-1.3.4 + cc-1.0.52 + cfg-if-0.1.10 + chrono-0.4.19 + clap-2.33.0 + constant_time_eq-0.1.5 + crossbeam-utils-0.7.2 + csv-1.1.3 + csv-core-0.1.10 + dirs-2.0.2 + dirs-sys-0.3.4 + either-1.6.1 + getrandom-0.1.14 + hermit-abi-0.1.12 + humantime-2.1.0 + itertools-0.9.0 + itoa-0.4.5 + lazy_static-1.4.0 + libc-0.2.69 + libsqlite3-sys-0.10.0 + linked-hash-map-0.5.3 + lru-cache-0.1.2 + memchr-2.3.3 + num-integer-0.1.44 + num-traits-0.2.14 + numtoa-0.1.0 + pkg-config-0.3.17 + ppv-lite86-0.2.6 + rand-0.7.3 + rand_chacha-0.2.2 + rand_core-0.5.1 + rand_hc-0.2.0 + redox_syscall-0.1.56 + redox_termios-0.1.1 + redox_users-0.3.4 + regex-1.3.7 + regex-automata-0.1.9 + regex-syntax-0.6.17 + relative-path-1.0.0 + rusqlite-0.15.0 + rust-argon2-0.7.0 + ryu-1.0.4 + serde-1.0.106 + shellexpand-2.0.0 + strsim-0.8.0 + termion-1.5.5 + textwrap-0.11.0 + thread_local-1.0.1 + time-0.1.43 + unicode-segmentation-1.6.0 + unicode-width-0.1.7 + vcpkg-0.2.8 + vec_map-0.8.2 + wasi-0.9.0+wasi-snapshot-preview1 + winapi-0.3.8 + winapi-i686-pc-windows-gnu-0.4.0 + winapi-x86_64-pc-windows-gnu-0.4.0 +" + +inherit cargo readme.gentoo-r1 + +DESCRIPTION="Context-aware bash history search replacement (ctrl-r)" +HOMEPAGE="https://github.com/cantino/mcfly" +SRC_URI="https://github.com/cantino/mcfly/archive/v${PV}.tar.gz -> ${P}.tar.gz + $(cargo_crate_uris)" + +LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 CC0-1.0 MIT Unlicense" +SLOT="0" +KEYWORDS="~amd64" + +QA_FLAGS_IGNORED="usr/bin/mcfly" + +src_install() { + cargo_src_install + + insinto /usr/share/${PN} + doins ${PN}.{bash,fish,zsh} + + # create README.gentoo + local DISABLE_AUTOFORMATTING="yes" + local DOC_CONTENTS=\ +"To start using ${PN}, add the following to your shell: + +~/.bashrc +eval \"$(mcfly init bash)\" + +~/.config/fish/config.fish +mcfly init fish | source + +~/.zsh +eval \"$(mcfly init zsh)\"" + readme.gentoo_create_doc + + einstalldocs +} + +pkg_postinst() { + readme.gentoo_print_elog +}
