# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 AG_PV="${PV}" CRATES=" addr2line-0.17.0 adler-1.0.2 ahash-0.7.6 aho-corasick-0.7.18 ansi_term-0.12.1 anyhow-1.0.53 arrayvec-0.4.12 atty-0.2.14 autocfg-1.0.1 backtrace-0.3.63 base64-0.13.0 bincode-1.3.3 bit-set-0.5.2 bit-vec-0.6.3 bitflags-1.3.2 bugreport-0.4.1 bytemuck-1.7.3 bytesize-1.1.0 cassowary-0.3.0 cc-1.0.72 cfg-if-1.0.0 chrono-0.4.19 clap-2.34.0 cpp_demangle-0.3.5 crc32fast-1.3.1 crossbeam-channel-0.5.2 crossbeam-deque-0.8.1 crossbeam-epoch-0.9.6 crossbeam-utils-0.8.6 crossterm-0.20.0 crossterm_winapi-0.8.0 ctor-0.1.21 debugid-0.7.2 diff-0.1.12 dirs-next-2.0.0 dirs-sys-next-0.1.2 easy-cast-0.4.4 either-1.6.1 fancy-regex-0.7.1 fastrand-1.7.0 filetreelist-0.4.0 findshlibs-0.10.2 flate2-1.0.22 fnv-1.0.7 form_urlencoded-1.0.1 fuzzy-matcher-0.3.7 getrandom-0.2.4 gh-emoji-1.0.6 gimli-0.26.1 git-version-0.3.5 git-version-macro-0.3.5 git2-0.14.0 hashbrown-0.11.2 hermit-abi-0.1.19 idna-0.2.3 indexmap-1.8.0 inferno-0.10.9 instant-0.1.12 itertools-0.10.3 itoa-0.4.8 jobserver-0.1.24 lazy_static-1.4.0 lazycell-1.3.0 libc-0.2.114 libgit2-sys-0.13.0+1.4.1 libssh2-sys-0.2.23 libz-sys-1.1.3 line-wrap-0.1.1 linked-hash-map-0.5.4 lock_api-0.4.5 log-0.4.14 matches-0.1.9 memchr-2.4.1 memmap-0.7.0 memoffset-0.6.5 miniz_oxide-0.4.4 mio-0.7.14 miow-0.3.7 nix-0.23.1 nodrop-0.1.14 ntapi-0.3.6 num-format-0.4.0 num-integer-0.1.44 num-traits-0.2.14 num_cpus-1.13.1 object-0.27.1 once_cell-1.9.0 openssl-probe-0.1.5 openssl-src-111.17.0+1.1.1m openssl-sys-0.9.72 output_vt100-0.1.2 parking_lot-0.11.2 parking_lot_core-0.8.5 percent-encoding-2.1.0 phf-0.10.1 phf_shared-0.10.0 pkg-config-0.3.24 plist-1.2.1 pprof-0.6.1 pretty_assertions-1.0.0 proc-macro-hack-0.5.19 proc-macro2-1.0.36 quick-xml-0.22.0 quote-1.0.15 rayon-core-1.9.1 redox_syscall-0.2.10 redox_users-0.4.0 regex-1.5.4 regex-syntax-0.6.25 remove_dir_all-0.5.3 rgb-0.8.31 ron-0.7.0 rustc-demangle-0.1.21 ryu-1.0.9 safemem-0.3.3 same-file-1.0.6 scopeguard-1.1.0 scopetime-0.1.1 serde-1.0.136 serde_derive-1.0.136 serde_json-1.0.72 serial_test-0.5.1 serial_test_derive-0.5.1 shell-escape-0.1.5 shellexpand-2.1.0 signal-hook-0.3.13 signal-hook-mio-0.2.1 signal-hook-registry-1.4.0 simplelog-0.11.2 siphasher-0.3.9 smallvec-1.8.0 smawk-0.3.1 stable_deref_trait-1.2.0 str_stack-0.1.0 symbolic-common-8.5.0 symbolic-demangle-8.5.0 syn-1.0.86 syntect-4.6.0 sys-info-0.9.1 tempfile-3.3.0 textwrap-0.11.0 textwrap-0.14.2 thiserror-1.0.30 thiserror-impl-1.0.30 thread_local-1.1.4 time-0.1.43 tinyvec-1.5.1 tinyvec_macros-0.1.0 tui-0.16.0 unicode-bidi-0.3.7 unicode-linebreak-0.1.2 unicode-normalization-0.1.19 unicode-segmentation-1.8.0 unicode-truncate-0.2.0 unicode-width-0.1.9 unicode-xid-0.2.2 url-2.2.2 uuid-0.8.2 vcpkg-0.2.15 version_check-0.9.4 walkdir-2.3.2 wasi-0.10.2+wasi-snapshot-preview1 which-4.2.4 winapi-0.3.9 winapi-i686-pc-windows-gnu-0.4.0 winapi-util-0.1.5 winapi-x86_64-pc-windows-gnu-0.4.0 xml-rs-0.8.4 yaml-rust-0.4.5 asyncgit-${AG_PV} " inherit cargo flag-o-matic DESCRIPTION="Blazing fast terminal-ui for git" HOMEPAGE="https://github.com/extrawurst/gitui" SRC_URI="$(cargo_crate_uris) https://github.com/extrawurst/${PN}/archive/refs/tags/v${PV}.tar.gz " LICENSE="BSD Apache-2.0 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="trace-libgit" RDEPEND=" >=dev-libs/libgit2-1.4.0:= trace-libgit? ( dev-libs/libgit2[trace(+)] ) dev-libs/openssl " DEPEND="${RDEPEND}" RESTRICT="mirror" src_prepare() { cd "${S}" sed -i -e 's!git2 = "0.13"!git2 = "0.14"!g' asyncgit/Cargo.toml filter-flags -flto* # building fails when compiling with LTO use trace-libgit || { sed -i src/main.rs \ -e '/register_tracing_logging/d' \ || die } default } src_install() { local DOCS=( {README,KEY_CONFIG,THEMES}.md ) dobin "target/release/${PN}" insinto "/usr/share/${P}/examples" doins vim_style_key_config.ron einstalldocs } pkg_postinst() { einfo "Example of vim keybindings config stored in '/usr/share/${P}/examples'" einfo 'to use it put example config in `$XDG_CONFIG_HOME/gitui/key_config.ron`' }