public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/fzf-tab/
Date: Wed,  6 Apr 2022 21:25:27 +0000 (UTC)	[thread overview]
Message-ID: <1649274420.64951fbc93db511b36e33f932282f9d0ef0ab25b.tastytea@gentoo> (raw)

commit:     64951fbc93db511b36e33f932282f9d0ef0ab25b
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Apr  6 19:45:59 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr  6 19:47:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64951fbc

app-shells/fzf-tab: drop 0_pre20220331

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 app-shells/fzf-tab/fzf-tab-0_pre20220331.ebuild | 75 -------------------------
 1 file changed, 75 deletions(-)

diff --git a/app-shells/fzf-tab/fzf-tab-0_pre20220331.ebuild b/app-shells/fzf-tab/fzf-tab-0_pre20220331.ebuild
deleted file mode 100644
index b16dfa3d2..000000000
--- a/app-shells/fzf-tab/fzf-tab-0_pre20220331.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit readme.gentoo-r1
-
-MY_COMMIT="103330fdbeba07416d5f90b391eee680cd20d2d6"
-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/zsh
-	app-shells/fzf
-"
-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"
-
-MY_ZSH_LIBDIR="/usr/share/zsh/site-functions"
-
-src_configure() {
-	# Test fails if we modify FZF_TAB_HOME in place
-	sed -E "s|^FZF_TAB_HOME=\"[^\"]+\"$|FZF_TAB_HOME=\"${MY_ZSH_LIBDIR}/${PN}\"|" \
-		${PN}.zsh > ${PN}-patched.zsh || die "Modifying FZF_TAB_HOME failed"
-
-	pushd modules || die "Changing directory failed"
-	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() {
-	insinto ${MY_ZSH_LIBDIR}
-	newins ${PN}{-patched,}.zsh
-
-	insinto ${MY_ZSH_LIBDIR}/${PN}
-	doins -r lib
-
-	insinto ${MY_ZSH_LIBDIR}/${PN}/modules/Src/aloxaf
-	doins modules/Src/aloxaf/fzftab.so
-
-	readme.gentoo_create_doc
-	einstalldocs
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}


WARNING: multiple messages have this Message-ID (diff)
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fzf-tab/
Date: Wed,  6 Apr 2022 19:50:51 +0000 (UTC)	[thread overview]
Message-ID: <1649274420.64951fbc93db511b36e33f932282f9d0ef0ab25b.tastytea@gentoo> (raw)
Message-ID: <20220406195051.EYQFnSofu70d_FQ2EHOPuzHCwVC0DQzUX5nFVGzzLUQ@z> (raw)

commit:     64951fbc93db511b36e33f932282f9d0ef0ab25b
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Apr  6 19:45:59 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr  6 19:47:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64951fbc

app-shells/fzf-tab: drop 0_pre20220331

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 app-shells/fzf-tab/fzf-tab-0_pre20220331.ebuild | 75 -------------------------
 1 file changed, 75 deletions(-)

diff --git a/app-shells/fzf-tab/fzf-tab-0_pre20220331.ebuild b/app-shells/fzf-tab/fzf-tab-0_pre20220331.ebuild
deleted file mode 100644
index b16dfa3d2..000000000
--- a/app-shells/fzf-tab/fzf-tab-0_pre20220331.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit readme.gentoo-r1
-
-MY_COMMIT="103330fdbeba07416d5f90b391eee680cd20d2d6"
-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/zsh
-	app-shells/fzf
-"
-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"
-
-MY_ZSH_LIBDIR="/usr/share/zsh/site-functions"
-
-src_configure() {
-	# Test fails if we modify FZF_TAB_HOME in place
-	sed -E "s|^FZF_TAB_HOME=\"[^\"]+\"$|FZF_TAB_HOME=\"${MY_ZSH_LIBDIR}/${PN}\"|" \
-		${PN}.zsh > ${PN}-patched.zsh || die "Modifying FZF_TAB_HOME failed"
-
-	pushd modules || die "Changing directory failed"
-	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() {
-	insinto ${MY_ZSH_LIBDIR}
-	newins ${PN}{-patched,}.zsh
-
-	insinto ${MY_ZSH_LIBDIR}/${PN}
-	doins -r lib
-
-	insinto ${MY_ZSH_LIBDIR}/${PN}/modules/Src/aloxaf
-	doins modules/Src/aloxaf/fzftab.so
-
-	readme.gentoo_create_doc
-	einstalldocs
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}


             reply	other threads:[~2022-04-06 21:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 21:25 Ronny Gutbrod [this message]
2022-04-06 19:50 ` [gentoo-commits] repo/proj/guru:dev commit in: app-shells/fzf-tab/ Ronny Gutbrod
  -- strict thread matches above, loose matches on Subject: below --
2024-01-30 11:33 [gentoo-commits] repo/proj/guru:master " David Roman
2024-01-30 11:33 David Roman
2022-11-26 10:54 Florian Schmaus
2022-11-26 10:54 Florian Schmaus
2022-09-30  2:12 Haelwenn Monnier
2022-09-30  2:12 Haelwenn Monnier
2022-04-06 19:50 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-04-06 21:25 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-04-06  0:07 Ronny Gutbrod

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1649274420.64951fbc93db511b36e33f932282f9d0ef0ab25b.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox