From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC220158042 for ; Sat, 16 Nov 2024 08:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25328E08C4; Sat, 16 Nov 2024 08:12:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FE2BE08C4 for ; Sat, 16 Nov 2024 08:12:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 478BA335D2B for ; Sat, 16 Nov 2024 08:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2638AE7 for ; Sat, 16 Nov 2024 08:12:28 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1731744730.2e09720be3987b66d66277e9e818f52eea62a4b9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll/Manifest www-apps/jekyll/jekyll-4.3.2-r2.ebuild X-VCS-Directories: www-apps/jekyll/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2e09720be3987b66d66277e9e818f52eea62a4b9 X-VCS-Branch: master Date: Sat, 16 Nov 2024 08:12:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 456964bd-cc20-4f0e-9fe3-d33f8a4cf5cc X-Archives-Hash: fac9a80d1063d0252004ccd7620399a0 commit: 2e09720be3987b66d66277e9e818f52eea62a4b9 Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 15 13:53:32 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Nov 16 08:12:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e09720b www-apps/jekyll: drop 4.3.2-r2 Signed-off-by: Hans de Graaff gentoo.org> www-apps/jekyll/Manifest | 1 - www-apps/jekyll/jekyll-4.3.2-r2.ebuild | 108 --------------------------------- 2 files changed, 109 deletions(-) diff --git a/www-apps/jekyll/Manifest b/www-apps/jekyll/Manifest index 663e45912941..ede89487d602 100644 --- a/www-apps/jekyll/Manifest +++ b/www-apps/jekyll/Manifest @@ -1,2 +1 @@ -DIST jekyll-4.3.2.tar.gz 1447970 BLAKE2B 8f722c363483d937198f5ac1abbca3aa59f754f66106d4355c59da541cce218704ee3976af2842e6b2f58d367eb80caa376612f73c84032ac5a2aa3076f6d007 SHA512 865bffe97683a4765a16b6eb9ec1bbbb5d2567699ad343360e101d3cae81187ea0f218b67d13a1121213fc49269475935fe0322d8b0f052c868536d5aaa0f7ab DIST jekyll-4.3.3.tar.gz 1448000 BLAKE2B 1b9688ea7ca3991ac65b9be2b1f195c1ad68b840964579b111791b7e4e0491651570e61caed70a6a9fd748a79ecbf8c159cbf7487cc0e9ea35ae7219fb28f9ea SHA512 af3f82d172e187f2d279d8d50b69dedb384ad6d199f5e1feec7eecdfd7f6c78f43c4adc041757e2747800a12ca3ce1c084d462916ad83bb82c0281dd000dc1c2 diff --git a/www-apps/jekyll/jekyll-4.3.2-r2.ebuild b/www-apps/jekyll/jekyll-4.3.2-r2.ebuild deleted file mode 100644 index 84ba36456c6e..000000000000 --- a/www-apps/jekyll/jekyll-4.3.2-r2.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby30 ruby31" - -inherit ruby-fakegem - -RUBY_FAKEGEM_EXTRADOC="README.markdown History.markdown" -RUBY_FAKEGEM_EXTRAINSTALL="features" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" -RUBY_FAKEGEM_BINDIR="exe" - -DESCRIPTION="Simple, blog aware, static site generator" -HOMEPAGE="https://jekyllrb.com https://github.com/jekyll/jekyll" -SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="test" - -ruby_add_rdepend " - >=dev-ruby/addressable-2.4 - >=dev-ruby/colorator-1.0 - >=dev-ruby/em-websocket-0.5 - dev-ruby/i18n:1 - >=dev-ruby/kramdown-2.3:2 - dev-ruby/kramdown-parser-gfm:1 - dev-ruby/liquid:4 - >=dev-ruby/mercenary-0.4.0 - >=dev-ruby/pathutil-0.9 - || ( dev-ruby/rouge:4 dev-ruby/rouge:2 ) - || ( dev-ruby/terminal-table:3 dev-ruby/terminal-table:2 ) - >=dev-ruby/webrick-1.7:0 - >=www-apps/jekyll-sass-converter-2.0 - >=www-apps/jekyll-watch-2.2.1-r1 -" -ruby_add_bdepend " - test? ( - dev-ruby/kramdown-syntax-coderay - dev-ruby/launchy - dev-ruby/nokogiri - >=dev-ruby/rdiscount-2.0 - >=dev-ruby/redcarpet-3.2.3 - dev-ruby/rspec-mocks - >=dev-ruby/shoulda-3 - dev-ruby/test-unit:2 - www-apps/jekyll-coffeescript - ) -" - -all_ruby_prepare() { - eapply "${FILESDIR}"/jekyll-3.6.0-test-helper.patch - eapply -R "${FILESDIR}/${P}-sass.patch" - eapply "${FILESDIR}"/jekyll-4.3.2-no-safe_yaml.patch - - # Drop tests requiring bundler - sed -i -e '/bundle_message/d' test/test_new_command.rb || die - rm test/test_plugin_manager.rb || die - - # Drop tests requiring classifier-reborn (ruby27-only package) - rm -f test/test_related_posts.rb || die - - # Replace git command in gemspec - sed -e 's/git ls-files/find -not -type d -print/' \ - -e 's:_relative ": "./:' \ - -i $RUBY_FAKEGEM_GEMSPEC || die - - # FIXMEs: - # fails to find fixtures because this requires bundler - rm -f test/test_theme.rb || die - rm -f test/test_theme_{assets_reader,data_reader,drop}.rb || die - sed -i -e '/^ should.*theme/,/^ end$/d' \ - -e '/^ should.*theme/,/^ end$/d' test/test_site.rb || die - sed -i -e '/context "with a theme"/,/^ end/ s:^:#:' test/test_layout_reader.rb || die - sed -i -e '/normalize paths of rendered items/askip "test-theme"' test/test_liquid_renderer.rb || die - # partially requires 'toml' - rm test/test_configuration.rb || die - # pygments tests fail because of line numbering - sed -i -e '/^ context.*pygments/,/^ end$/d' test/test_tags.rb || die - #sed -i -e '/^ context.*pygments/,/^ end$/d' test/test_redcarpet.rb || die - - # Tries to use bundler and install packages. - rm -f test/test_new_command.rb || die - - # Fails due to ordering differences in ruby 3.0 - sed -e '/convert drop to json/askip "hash ordering with ruby 3"' \ - -i test/test_filters.rb || die - - # Avoid a test failing due to TZ differences - sed -e '/contain the proper page data to mimic the post liquid/askip "TZ difference"' \ - -i test/test_excerpt.rb || die - - # Confused by network-sandbox - sed -e "/return true if there's internet/askip \"Confused by network-sandbox\"" \ - -i test/test_utils.rb || die - - # Avoid tests requiring unmaintained and broken httpclient - rm -f test/test_commands_serve.rb || die -} - -src_test() { - local -x JEKYLL_NO_BUNDLER_REQUIRE=true - - ruby-ng_src_test -}