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: dev-ruby/rouge/
Date: Wed, 28 Dec 2022 07:18:39 +0000 (UTC)	[thread overview]
Message-ID: <1672211279.9911d9614d9c46df09370a00c761c22478637586.graaff@gentoo> (raw)

commit:     9911d9614d9c46df09370a00c761c22478637586
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 07:07:59 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 07:07:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9911d961

dev-ruby/rouge: add 4.0.1

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

 dev-ruby/rouge/Manifest           |  1 +
 dev-ruby/rouge/rouge-4.0.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest
index 94c3dd399788..26aa13008b3d 100644
--- a/dev-ruby/rouge/Manifest
+++ b/dev-ruby/rouge/Manifest
@@ -1,3 +1,4 @@
 DIST rouge-3.29.0.tar.gz 1024187 BLAKE2B ee29f9d22211dec38ec2fdd49da4dbd28957876e2324c72e6d4d58748adc4fac8ad1b0788537e0e49fb80ca41a7e2c788ab91d435d71a85e8b42858c2a19d975 SHA512 632b8c5e1454981842984b42626139b2f0041449301b706d884f347ca247d40dccd9bbab9e30c1af379e1d47b8b5c29a1ba30d28c5ecd6f47d00a3ee5af8ce92
 DIST rouge-3.30.0.tar.gz 1036048 BLAKE2B 79dde9ed8a282b22aa044bef1a17cdde705e5361aa9298789d1de155260a69a200d8039c400d22db5719039d67f0d9179c31574190684da50ea64fba92c63ec8 SHA512 f21ff96d2d1f248dfffb02ea2312b4c01090b2b5664588e00763d0ede0d8af701efe0cdabb551a2debff26a301dfaffa7a07aa579d73806c6635f03dd15dcfe1
 DIST rouge-4.0.0.tar.gz 1036030 BLAKE2B 7f446bd6a84d8eed28faf5b873ede459aff5c7a73328b71ceb50bd939d76281daca77d60ab6ff47aee5f7e7b120f8c0ee0010364679196d7d41373b860e76920 SHA512 9917a9f913373371ba11abb90389273b5d97e7287fa6c265ce40dbaad040a29a900c6843cfc1688315a489c2e32d188840d23052190783eb353f5ffd098b895b
+DIST rouge-4.0.1.tar.gz 1041393 BLAKE2B f2c26a918b0365a1b65d938e8835fbe96cdedaeaad5d06e24972f79b0dd8b27bd301ec7ccc7de603f64fbdda5ddd06fdca870a06e0365eeb6adf7f0e7a4cfb2c SHA512 1a7f564d27c2c12c060eeb29f1fdb38e01c1c4c22424b78cfb7b0b19e61e50e9266f21aa6972694a654111cdf6205e2326650ac3e5ef4d0fa182732bd3609494

diff --git a/dev-ruby/rouge/rouge-4.0.1.ebuild b/dev-ruby/rouge/rouge-4.0.1.ebuild
new file mode 100644
index 000000000000..4d36fc3162b8
--- /dev/null
+++ b/dev-ruby/rouge/rouge-4.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+RUBY_FAKEGEM_GEMSPEC="rouge.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in pure Ruby"
+HOMEPAGE="https://github.com/jneen/rouge"
+SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/redcarpet )
+	test? ( dev-ruby/minitest-power_assert )
+	dev-ruby/yard
+"
+
+ruby_add_rdepend "dev-ruby/redcarpet !<dev-ruby/rouge-3.30.0-r1"
+
+all_ruby_prepare() {
+	rm -f tasks/{check/style,update/changelog}.rake || die
+
+	sed -i -e '/bundler/I s:^:#: ; 5irequire "minitest-power_assert"' spec/spec_helper.rb || die
+	sed -i -e '/\(changelog\|bundler\|rubocop\)/ s:^:#: ; 1irequire "pathname"' Rakefile || die
+}


             reply	other threads:[~2022-12-28  7:18 UTC|newest]

Thread overview: 147+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-28  7:18 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15  9:19 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rouge/ Arthur Zamarin
2024-11-14 18:41 Sam James
2024-11-14  4:35 Sam James
2024-11-14  4:35 Sam James
2024-11-14  3:39 Sam James
2024-11-14  3:17 Sam James
2024-11-14  3:17 Sam James
2024-11-13  6:45 Hans de Graaff
2024-11-03  7:27 Hans de Graaff
2024-10-13 11:06 Sam James
2024-10-09  2:53 Jakov Smolić
2024-10-06 14:27 Sam James
2024-10-06 13:48 Arthur Zamarin
2024-10-06 11:35 Sam James
2024-09-25  6:12 Hans de Graaff
2024-09-24  5:09 Hans de Graaff
2024-09-24  5:09 Hans de Graaff
2024-07-17 19:10 Sam James
2024-07-17 17:47 Sam James
2024-07-17 17:47 Sam James
2024-07-17 13:24 Arthur Zamarin
2024-07-17 13:24 Arthur Zamarin
2024-07-17 13:24 Arthur Zamarin
2024-07-17 11:26 Arthur Zamarin
2024-06-15  6:04 Hans de Graaff
2024-03-20 12:04 Hans de Graaff
2024-02-11  7:26 Hans de Graaff
2024-02-11  7:26 Hans de Graaff
2023-10-26  4:31 Hans de Graaff
2023-09-21 18:58 WANG Xuerui
2023-09-21 18:58 WANG Xuerui
2023-08-26 19:07 Hans de Graaff
2023-08-04  9:22 Sam James
2023-08-03 17:00 Hans de Graaff
2023-06-03  9:41 Hans de Graaff
2023-06-03  9:41 Hans de Graaff
2023-06-03  9:41 Hans de Graaff
2023-06-01  7:50 Arthur Zamarin
2023-06-01  6:23 Sam James
2023-06-01  5:40 Sam James
2023-04-23 23:13 Sam James
2023-04-08 10:47 Arthur Zamarin
2023-04-07  4:16 Sam James
2023-03-28 16:25 Sam James
2023-03-28 15:05 Sam James
2023-03-26  3:03 Sam James
2023-03-22  3:25 Sam James
2023-02-18  7:29 Hans de Graaff
2023-02-18  7:29 Hans de Graaff
2022-12-27  6:56 Hans de Graaff
2022-10-08 10:09 Agostino Sarubbo
2022-10-08 10:08 Agostino Sarubbo
2022-10-07  9:26 Arthur Zamarin
2022-10-07  9:26 Arthur Zamarin
2022-10-07  9:26 Arthur Zamarin
2022-10-07  6:12 Hans de Graaff
2022-10-07  6:12 Hans de Graaff
2022-07-31 11:08 Agostino Sarubbo
2022-07-31 11:05 Agostino Sarubbo
2022-07-30 14:11 Arthur Zamarin
2022-07-30  9:51 Arthur Zamarin
2022-07-30  9:51 Arthur Zamarin
2022-07-30  6:43 Hans de Graaff
2022-07-30  6:43 Hans de Graaff
2022-06-12  8:33 Hans de Graaff
2022-06-02  4:58 Hans de Graaff
2022-04-26 14:38 Sam James
2022-02-06  6:42 Hans de Graaff
2022-02-06  6:42 Hans de Graaff
2021-12-24 23:55 Sam James
2021-12-17  6:50 Hans de Graaff
2021-12-07 20:23 Sam James
2021-10-03  6:30 Hans de Graaff
2021-10-02 23:01 Sam James
2021-10-02 19:23 Sam James
2021-09-21 16:35 Sam James
2021-09-20  6:26 Agostino Sarubbo
2021-09-19 21:35 Agostino Sarubbo
2021-09-19  6:05 Hans de Graaff
2021-09-08 16:11 Marek Szuba
2021-04-28 17:49 Hans de Graaff
2021-01-03  8:05 Hans de Graaff
2021-01-03  8:05 Hans de Graaff
2020-11-18  5:32 Hans de Graaff
2020-10-23  5:09 Hans de Graaff
2020-09-11  4:32 Hans de Graaff
2020-08-19  3:54 Hans de Graaff
2020-07-15  3:24 Hans de Graaff
2020-07-15  3:24 Hans de Graaff
2020-06-29  6:24 Agostino Sarubbo
2020-06-29  6:22 Agostino Sarubbo
2020-06-29  6:19 Agostino Sarubbo
2020-06-28 20:37 Agostino Sarubbo
2020-06-20  6:05 Hans de Graaff
2020-06-13  4:27 Hans de Graaff
2020-05-17  5:10 Hans de Graaff
2020-04-15  4:16 Hans de Graaff
2020-04-15  4:16 Hans de Graaff
2020-03-11  9:05 Hans de Graaff
2020-03-11  9:05 Hans de Graaff
2020-02-17  6:04 Hans de Graaff
2020-01-19  6:52 Hans de Graaff
2019-12-26  6:30 Hans de Graaff
2019-12-25 20:32 Sergei Trofimovich
2019-12-12  6:39 Hans de Graaff
2019-12-01 13:59 Sergei Trofimovich
2019-11-19  5:40 Hans de Graaff
2019-11-19  5:40 Hans de Graaff
2019-10-24  5:41 Hans de Graaff
2019-10-02  6:16 Hans de Graaff
2019-09-20  5:52 Hans de Graaff
2019-09-20  5:52 Hans de Graaff
2019-09-20  5:52 Hans de Graaff
2019-09-20  5:52 Hans de Graaff
2019-09-13 18:49 Mikle Kolyada
2019-09-07 23:18 Thomas Deutschmann
2019-09-04  5:34 Hans de Graaff
2019-09-01 21:53 Aaron Bauman
2019-08-21  5:05 Hans de Graaff
2019-08-18  5:51 Hans de Graaff
2019-08-07  5:11 Hans de Graaff
2019-08-07  5:11 Hans de Graaff
2019-07-25  5:55 Hans de Graaff
2019-07-10  4:58 Hans de Graaff
2019-07-07  6:30 Hans de Graaff
2019-04-10 17:27 Hans de Graaff
2019-04-10 17:27 Hans de Graaff
2018-12-13  5:29 Hans de Graaff
2018-12-12 15:00 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2017-08-16  6:12 Hans de Graaff
2017-08-16  6:12 Hans de Graaff
2017-06-29  5:19 Hans de Graaff
2017-06-26  4:14 Hans de Graaff
2017-06-08  5:00 Hans de Graaff
2016-12-24  1:16 Manuel Rüger
2016-10-24 21:00 Manuel Rüger
2016-07-26  5:28 Hans de Graaff
2016-06-15  5:07 Hans de Graaff
2016-06-08  3:47 Hans de Graaff
2016-03-06 18:52 Manuel Rüger
2016-03-06 18:52 Manuel Rüger
2015-10-10  6:33 Jeroen Roovers
2015-09-11 21:19 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=1672211279.9911d9614d9c46df09370a00c761c22478637586.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