From: "Ronny Gutbrod" <gentoo@tastytea.de> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autosuggestions/ Date: Wed, 6 Apr 2022 21:25:27 +0000 (UTC) [thread overview] Message-ID: <1649274408.69f1edbd96d9bf63b263aff711626740a3b71fcb.tastytea@gentoo> (raw) commit: 69f1edbd96d9bf63b263aff711626740a3b71fcb Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Wed Apr 6 19:36:42 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Wed Apr 6 19:46:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69f1edbd app-shells/zsh-autosuggestions: drop 0.7.0 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> .../zsh-autosuggestions-0.7.0.ebuild | 57 ---------------------- 1 file changed, 57 deletions(-) diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0.ebuild deleted file mode 100644 index 924f2c04d..000000000 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -USE_RUBY="ruby26 ruby27 ruby30" - -inherit readme.gentoo-r1 ruby-fakegem - -DESCRIPTION="Fish-like autosuggestions for zsh" -HOMEPAGE="https://github.com/zsh-users/zsh-autosuggestions" -SRC_URI="https://github.com/zsh-users/zsh-autosuggestions/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/all/${P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=">=app-shells/zsh-4.3.11" -BDEPEND=" - test? ( - ${RDEPEND} - app-misc/tmux - dev-ruby/bundler - dev-ruby/pry - dev-ruby/pry-byebug - dev-ruby/rspec-wait - ) -" - -RESTRICT="!test? ( test )" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-functions/${PN}.zsh -at the end of your ~/.zshrc" - -src_prepare() { - # FIXME: Disable failing tests - rm "spec/options/buffer_max_size_spec.rb" \ - || die "Could not remove tests" - ruby-ng_src_prepare -} - -src_install() { - insinto "/usr/share/zsh/site-functions/" - doins "${PN}.zsh" - - 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/zsh-autosuggestions/ Date: Wed, 6 Apr 2022 19:50:51 +0000 (UTC) [thread overview] Message-ID: <1649274408.69f1edbd96d9bf63b263aff711626740a3b71fcb.tastytea@gentoo> (raw) Message-ID: <20220406195051.1LyzeGfvgmL7awR9jC38ZsLepvxMUb9ZDiqOHW-ivKI@z> (raw) commit: 69f1edbd96d9bf63b263aff711626740a3b71fcb Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Wed Apr 6 19:36:42 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Wed Apr 6 19:46:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69f1edbd app-shells/zsh-autosuggestions: drop 0.7.0 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> .../zsh-autosuggestions-0.7.0.ebuild | 57 ---------------------- 1 file changed, 57 deletions(-) diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0.ebuild deleted file mode 100644 index 924f2c04d..000000000 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -USE_RUBY="ruby26 ruby27 ruby30" - -inherit readme.gentoo-r1 ruby-fakegem - -DESCRIPTION="Fish-like autosuggestions for zsh" -HOMEPAGE="https://github.com/zsh-users/zsh-autosuggestions" -SRC_URI="https://github.com/zsh-users/zsh-autosuggestions/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/all/${P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=">=app-shells/zsh-4.3.11" -BDEPEND=" - test? ( - ${RDEPEND} - app-misc/tmux - dev-ruby/bundler - dev-ruby/pry - dev-ruby/pry-byebug - dev-ruby/rspec-wait - ) -" - -RESTRICT="!test? ( test )" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-functions/${PN}.zsh -at the end of your ~/.zshrc" - -src_prepare() { - # FIXME: Disable failing tests - rm "spec/options/buffer_max_size_spec.rb" \ - || die "Could not remove tests" - ruby-ng_src_prepare -} - -src_install() { - insinto "/usr/share/zsh/site-functions/" - doins "${PN}.zsh" - - readme.gentoo_create_doc - einstalldocs -} - -pkg_postinst() { - readme.gentoo_print_elog -}
next reply other threads:[~2022-04-06 21:25 UTC|newest] Thread overview: 14+ 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/zsh-autosuggestions/ Ronny Gutbrod -- strict thread matches above, loose matches on Subject: below -- 2023-09-25 10:00 [gentoo-commits] repo/proj/guru:master " Florian Schmaus 2023-09-25 10:00 Florian Schmaus 2023-09-25 10:00 Florian Schmaus 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 10:48 Andrew Ammerlaan 2021-07-13 9:09 Andrew Ammerlaan 2021-04-20 10:42 Andrew Ammerlaan 2021-04-20 10:42 Andrew Ammerlaan 2021-04-20 10:42 Andrew Ammerlaan 2021-04-20 9:43 Andrew Ammerlaan 2021-04-19 13:43 Andrew Ammerlaan 2021-02-16 21:10 Theo Anderson
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=1649274408.69f1edbd96d9bf63b263aff711626740a3b71fcb.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: linkBe 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