diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-shells/fzf-tab | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'app-shells/fzf-tab')
| -rw-r--r-- | app-shells/fzf-tab/Manifest | 1 | ||||
| -rw-r--r-- | app-shells/fzf-tab/fzf-tab-0_pre20230611.ebuild | 76 | ||||
| -rw-r--r-- | app-shells/fzf-tab/metadata.xml | 11 |
3 files changed, 0 insertions, 88 deletions
diff --git a/app-shells/fzf-tab/Manifest b/app-shells/fzf-tab/Manifest deleted file mode 100644 index 21a290d1bed9..000000000000 --- a/app-shells/fzf-tab/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fzf-tab-0_pre20230611.tar.gz 774797 BLAKE2B 81c1bdb6d5a6fbb2d8ac686821a5b80e953e4cbf4072853190a9c7bb370edc2e87cff1ce17d632c5554f46906335ed1e6cda8ff8c46cb8fbe2177f6da50afc71 SHA512 091fbc1a185a51ee74025d3b431e225ee0d2ffaa1e8c5a7c45ba4fe629ccc335cab118989f2bfc0e143ce3424cc290f97a78ad3da7ae1ed19500c27b6d4e0267 diff --git a/app-shells/fzf-tab/fzf-tab-0_pre20230611.ebuild b/app-shells/fzf-tab/fzf-tab-0_pre20230611.ebuild deleted file mode 100644 index 5cccc4a22189..000000000000 --- a/app-shells/fzf-tab/fzf-tab-0_pre20230611.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 2022,2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic readme.gentoo-r1 - -MY_COMMIT="c2b4aa5ad2532cca91f23908ac7f00efb7ff09c9" -DESCRIPTION="Replace zsh's default completion selection menu with fzf" -HOMEPAGE="https://github.com/Aloxaf/fzf-tab" -SRC_URI="https://github.com/Aloxaf/fzf-tab/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_COMMIT}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=" - app-shells/fzf - app-shells/zsh -" -BDEPEND=" - test? ( - app-shells/zsh - dev-vcs/git - ) -" - -RESTRICT="!test? ( test )" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-functions/${PN}.zsh -to your ~/.zshrc after compinit, but before plugins which will wrap -widgets, such as zsh-autosuggestions or fast-syntax-highlighting" - -src_configure() { - # Test fails if we modify FZF_TAB_HOME in place - sed -E "s|^(FZF_TAB_HOME=\"[^\"]+)\"$|\1/${PN}\"|" \ - ${PN}.zsh > ${PN}-patched.zsh || die "Modifying FZF_TAB_HOME failed" - - pushd modules || die "Changing directory failed" - append-cflags -Wno-error=implicit-function-declaration -Wno-error=implicit-int - default_src_configure -} - -src_compile() { - pushd modules || die "Changing directory failed" - default_src_compile -} - -src_test() { - pushd test || die "Changing directory failed" - ZTST_verbose=1 zsh -f ./runtests.zsh fzftab.ztst || die "One or more tests failed" -} - -src_install() { - local zsh_libdir="/usr/share/zsh/site-functions" - - insinto ${zsh_libdir} - newins ${PN}{-patched,}.zsh - - insinto ${zsh_libdir}/${PN} - doins -r lib - - insinto ${zsh_libdir}/${PN}/modules/Src/aloxaf - doins modules/Src/aloxaf/fzftab.so - - readme.gentoo_create_doc - einstalldocs -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/app-shells/fzf-tab/metadata.xml b/app-shells/fzf-tab/metadata.xml deleted file mode 100644 index 9d75ab4b73ea..000000000000 --- a/app-shells/fzf-tab/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tea+gentoo@cuddleslut.fr</email> - <name>tea</name> - </maintainer> - <upstream> - <remote-id type="github">Aloxaf/fzf-tab</remote-id> - </upstream> -</pkgmetadata> |
