commit:     53c20941b82308aaa8bfa8cd2e96295b0bb09c5a
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 11:26:23 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 11:26:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c20941

www-apps/jekyll-coffeescript: drop 2.0.0

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 .../jekyll-coffeescript-2.0.0.ebuild               | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/www-apps/jekyll-coffeescript/jekyll-coffeescript-2.0.0.ebuild 
b/www-apps/jekyll-coffeescript/jekyll-coffeescript-2.0.0.ebuild
deleted file mode 100644
index fefe0ab957b2..000000000000
--- a/www-apps/jekyll-coffeescript/jekyll-coffeescript-2.0.0.ebuild
+++ /dev/null
@@ -1,35 +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_EXTRADOC="README.md History.markdown"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_GEMSPEC="jekyll-coffeescript.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A CoffeeScript Converter for Jekyll"
-HOMEPAGE="https://github.com/jekyll/jekyll-coffeescript";
-SRC_URI="https://github.com/jekyll/jekyll-coffeescript/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/coffee-script-2.2
-       >=dev-ruby/coffee-script-source-1.12"
-ruby_add_bdepend "test? ( www-apps/jekyll )"
-
-all_ruby_prepare() {
-       sed -i -e '/bundler/d' Rakefile || die
-       sed -i -e "/^RSpec/i \
-               require 'jekyll'"\
-               -e "/^RSpec/i \
-               require 'jekyll-coffeescript'" spec/spec_helper.rb || die
-       sed -i -e 's/git ls-files/find -type f -print/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}

Reply via email to