public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/webgen/
Date: Sun,  6 Oct 2024 07:40:28 +0000 (UTC)	[thread overview]
Message-ID: <1728200411.0c26d48dcfa33115d3f38eb3a2e6c5d895d17986.graaff@gentoo> (raw)

commit:     0c26d48dcfa33115d3f38eb3a2e6c5d895d17986
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 06:31:16 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 07:40:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c26d48d

app-text/webgen: drop 1.7.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 app-text/webgen/Manifest            |  1 -
 app-text/webgen/webgen-1.7.2.ebuild | 58 -------------------------------------
 2 files changed, 59 deletions(-)

diff --git a/app-text/webgen/Manifest b/app-text/webgen/Manifest
index 2b0b1f67a3c7..48875304eb05 100644
--- a/app-text/webgen/Manifest
+++ b/app-text/webgen/Manifest
@@ -1,2 +1 @@
-DIST webgen-1.7.2.gem 201728 BLAKE2B abd3a8a9accfbc1a1e0070b7cbd4d0cc24796540ce1c8c0cfd3dc50882bf953b1e794971a90e2a429b3ecd64b1cb009b16c96ce1e6cfa05516ce48c10e39cd95 SHA512 806303f56319b6f55d8457b0b68438a9732bc1adc95ea50a955ad02b184814d0b878d618fc0547831cac53292208f1d0837d190b078ebb2ba42641dbaa5ffd93
 DIST webgen-1.7.3.gem 201728 BLAKE2B fc3c63d12b547c14e7900dfe881c95150de2f4783bfcbdd3f9a0bff6cd88d8278f1f2b0d7281394b35c3032e0cec639e01911807ddcc8b8114890bb4e404e2a4 SHA512 7e5738f66a2095fbfde922cf6711735273109bd10ebf12e2ebbbf4aa72cd54a8d4d50057d5aba8a428c154654000b718850e8c23391736123ea38f2f3b75cf50

diff --git a/app-text/webgen/webgen-1.7.2.ebuild b/app-text/webgen/webgen-1.7.2.ebuild
deleted file mode 100644
index f6e1b0bec434..000000000000
--- a/app-text/webgen/webgen-1.7.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby30 ruby31 ruby32"
-
-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
-
-	# Avoid tests failing with newer Psych versions
-	rm -f test/test_documentation.rb || die
-
-	# Fix minitest deprecation
-	sed -i -e 's/MiniTest/Minitest/' $(find test -type f -print) || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-
-	doman man/man1/webgen.1
-}


             reply	other threads:[~2024-10-06  7:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-06  7:40 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06  7:40 [gentoo-commits] repo/gentoo:master commit in: app-text/webgen/ Hans de Graaff
2024-01-04  6:54 Hans de Graaff
2023-09-16  4:23 Hans de Graaff
2023-04-07 18:11 Sam James
2023-03-22  3:25 Sam James
2022-12-17  8:37 Hans de Graaff
2022-03-19 12:00 Hans de Graaff
2021-03-08  7:18 Hans de Graaff
2020-08-07  4:35 Hans de Graaff
2020-07-22  4:30 Hans de Graaff
2020-03-14  7:48 Hans de Graaff
2019-10-27  5:44 Hans de Graaff
2019-07-17  7:17 Hans de Graaff
2019-06-03 19:15 Hans de Graaff
2018-04-22  9:37 Hans de Graaff
2018-03-01 18:43 Michał Górny
2018-01-24 15:56 Hans de Graaff
2018-01-22 20:25 Hans de Graaff
2017-02-04 15:38 Hans de Graaff
2016-07-23 19:09 Hans de Graaff
2016-03-20 22:48 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1728200411.0c26d48dcfa33115d3f38eb3a2e6c5d895d17986.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox