commit: 895bd61078d5f5e3c79ca10b7498463f93e1f850 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 11:27:22 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 11:27:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895bd610
www-apps/jekyll-watch: drop 2.2.1-r1 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild b/www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild deleted file mode 100644 index 87a7a16aa60b..000000000000 --- a/www-apps/jekyll-watch/jekyll-watch-2.2.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby30 ruby31" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md History.markdown" -RUBY_FAKEGEM_GEMSPEC="jekyll-watch.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Rebuild your Jekyll site when a file changes with the --watch switch" -HOMEPAGE="https://github.com/jekyll/jekyll-watch" -SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -ruby_add_rdepend "dev-ruby/listen:3" -ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )" - -all_ruby_prepare() { - rm Rakefile || die - - sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die -}
