diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-07-06 10:12:04 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-07-06 10:37:36 +0200 |
commit | abf3414b11ef2cd31bbaec710c85eea95e395ea5 (patch) | |
tree | d4d34748f71cf9f121905d18eaf0293c7414ea4a /www-apps | |
parent | www-apps/nanoc-core: cleanup (diff) | |
download | gentoo-abf3414b11ef2cd31bbaec710c85eea95e395ea5.tar.gz gentoo-abf3414b11ef2cd31bbaec710c85eea95e395ea5.tar.bz2 gentoo-abf3414b11ef2cd31bbaec710c85eea95e395ea5.zip |
www-apps/jekyll-watch: cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild b/www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild deleted file mode 100644 index 00fa650ff7b0..000000000000 --- a/www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md History.markdown" - -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" -IUSE="" - -ruby_add_rdepend "dev-ruby/listen:3" -ruby_add_bdepend "test? ( >=www-apps/jekyll-2 )" - -all_ruby_prepare() { - rm Rakefile || die -} |