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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB2BC15808B for ; Sat, 19 Mar 2022 12:00:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF9C22BC005; Sat, 19 Mar 2022 12:00:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B2F812BC005 for ; Sat, 19 Mar 2022 12:00:53 +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 B7FF23438AE for ; Sat, 19 Mar 2022 12:00:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E927532E for ; Sat, 19 Mar 2022 12:00:50 +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: <1647691244.74e3f578fff26fd9faf5cd13c351d79e9d2d25c1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/webgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/webgen/Manifest app-text/webgen/webgen-1.7.1.ebuild X-VCS-Directories: app-text/webgen/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 74e3f578fff26fd9faf5cd13c351d79e9d2d25c1 X-VCS-Branch: master Date: Sat, 19 Mar 2022 12:00:50 +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: 5c715c1c-f69c-4f86-9be1-c5992930e9f6 X-Archives-Hash: 7bdbc20056ace2b68b8ba6bd553a3e00 commit: 74e3f578fff26fd9faf5cd13c351d79e9d2d25c1 Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 19 08:35:56 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Mar 19 12:00:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e3f578 app-text/webgen: cleanup Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> app-text/webgen/Manifest | 1 - app-text/webgen/webgen-1.7.1.ebuild | 52 ------------------------------------- 2 files changed, 53 deletions(-) diff --git a/app-text/webgen/Manifest b/app-text/webgen/Manifest index 2941facea4bf..f80e35d2fba4 100644 --- a/app-text/webgen/Manifest +++ b/app-text/webgen/Manifest @@ -1,2 +1 @@ -DIST webgen-1.7.1.gem 201728 BLAKE2B 2ea7d7911b4edf29cb7310a676593a77956b3fffd1a4ca5f69731270e648365fb8293a292b8fdd717444ed8f690dd5f095ac5dd77f5c950253b5de7d6086f966 SHA512 7b58c7d2b8ff6a4feabc1435e6bddbf25b3e4695517c2bd8d97b698a49b6fd61538f1a77bdd4e13f7368fdfbeae9f007dfc09ecfcde4eb75a366b8e0ccc8c58a DIST webgen-1.7.2.gem 201728 BLAKE2B abd3a8a9accfbc1a1e0070b7cbd4d0cc24796540ce1c8c0cfd3dc50882bf953b1e794971a90e2a429b3ecd64b1cb009b16c96ce1e6cfa05516ce48c10e39cd95 SHA512 806303f56319b6f55d8457b0b68438a9732bc1adc95ea50a955ad02b184814d0b878d618fc0547831cac53292208f1d0837d190b078ebb2ba42641dbaa5ffd93 diff --git a/app-text/webgen/webgen-1.7.1.ebuild b/app-text/webgen/webgen-1.7.1.ebuild deleted file mode 100644 index 143a53059e74..000000000000 --- a/app-text/webgen/webgen-1.7.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="task" -RUBY_FAKEGEM_DOCDIR="htmldoc/rdoc" -RUBY_FAKEGEM_EXTRADOC="AUTHORS THANKS" -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="A template-based static website generator" -HOMEPAGE="https://webgen.gettalong.org" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="builder doc highlight markdown" - -ruby_add_bdepend "doc? ( dev-ruby/rdoc ) - test? ( - dev-ruby/minitest:5 - dev-ruby/rdiscount - >=dev-ruby/sass-3.2:* )" - -ruby_add_rdepend ">=dev-ruby/cmdparse-3.0.1:3 - >=dev-ruby/systemu-2.5 =dev-ruby/systemu-2* - >=dev-ruby/kramdown-2.3:2 - builder? ( >=dev-ruby/builder-2.1.0:* ) - highlight? ( >=dev-ruby/coderay-1.0 ) - markdown? ( dev-ruby/maruku )" - -all_ruby_prepare() { - # Avoid a test fragile for sass version differences - sed -i -e '/test_static_call/,/^ end/ s:^:#:' test/webgen/content_processor/test_sass.rb || die - # Avoid a test with fragile whitespace tests - rm -f test/webgen/content_processor/test_haml.rb || die - - # Avoid tests for rdoc since that requires an obsolete version - sed -i -e '/def test_create_nodes/askip' test/webgen/path_handler/test_api.rb || die - - # Avoid tests for unpackaged dependencies - rm -f test/webgen/content_processor/test_{css_minify,tikz}.rb || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/man1/webgen.1 -}