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/redcarpet/
Date: Mon, 30 Jan 2023 07:30:04 +0000 (UTC)	[thread overview]
Message-ID: <1675063798.6dabc27ce6578a2aece1d719102bf10c311ece23.graaff@gentoo> (raw)

commit:     6dabc27ce6578a2aece1d719102bf10c311ece23
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 07:24:34 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 07:29:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dabc27c

dev-ruby/redcarpet: add 3.6.0

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

 dev-ruby/redcarpet/Manifest               |  1 +
 dev-ruby/redcarpet/redcarpet-3.6.0.ebuild | 34 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/redcarpet/Manifest b/dev-ruby/redcarpet/Manifest
index a0a34baf2c31..868f93e23d19 100644
--- a/dev-ruby/redcarpet/Manifest
+++ b/dev-ruby/redcarpet/Manifest
@@ -1 +1,2 @@
 DIST redcarpet-3.5.1.tar.gz 106950 BLAKE2B 2f84e0dbadaa79827d9d244988b19161996e249e493208b20b6339f0eccf73160fe84d79f11a23419573693bbc9c1faae61e690ffe5ec133f8a0baddb69d92b5 SHA512 348ee8fc56b89bb1b9fe0b004cab08e9542f3806a885fb5fb0ff58c9a0fa704ad37611484e071951ad00d1d337988d5dae6d240cd65df890f8fe0865e242608d
+DIST redcarpet-3.6.0.tar.gz 108308 BLAKE2B 0dc15dc6ee17fdc8a0a171eb268315c4682b95145c5e79168e004c38cd856bd68f78e48b1b0c14a1d20676630d197fce86905cf15be5a1af0a83103855a63e6b SHA512 6d20340b10ee495319c6d3d24a42daf6ce78d5daafd1a650793f6743cc06b0523a560f2dd3d13030025e3592bbf05663e4b9393607b81b1d76b8a0da5be2dbce

diff --git a/dev-ruby/redcarpet/redcarpet-3.6.0.ebuild b/dev-ruby/redcarpet/redcarpet-3.6.0.ebuild
new file mode 100644
index 000000000000..408b5e2e2f60
--- /dev/null
+++ b/dev-ruby/redcarpet/redcarpet-3.6.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOCS="README.markdown CONTRIBUTING.md CHANGELOG.md doc"
+RUBY_FAKEGEM_TASK_TEST="test:unit"
+
+RUBY_FAKEGEM_GEMSPEC="redcarpet.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/redcarpet/extconf.rb)
+
+inherit ruby-fakegem
+
+SRC_URI="https://github.com/vmg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="A Ruby wrapper for Upskirt"
+HOMEPAGE="https://github.com/vmg/redcarpet"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/d' -e 's/=> :compile//'  Rakefile || die
+
+	# Avoid unneeded dependency on rake-compiler
+	sed -i -e '/extensiontask/I s:^:#:' Rakefile || die
+}
+
+each_ruby_prepare() {
+	sed -i -e "s#ruby#${RUBY}#" bin/redcarpet || die
+}


             reply	other threads:[~2023-01-30  7:30 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30  7:30 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-27 12:36 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/redcarpet/ Hans de Graaff
2023-08-26 19:07 Hans de Graaff
2023-04-23 22:17 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:22 Sam James
2023-04-23 20:00 Sam James
2023-04-23 20:00 Sam James
2023-04-23 19:53 Sam James
2023-04-23 19:53 Sam James
2023-03-28 16:25 Sam James
2023-03-22  3:25 Sam James
2023-01-30  7:30 Hans de Graaff
2023-01-16  8:55 Hans de Graaff
2022-12-04 15:59 WANG Xuerui
2022-04-26 14:38 Sam James
2022-04-04  5:41 Hans de Graaff
2021-12-07 20:23 Sam James
2021-10-24  8:05 Hans de Graaff
2021-09-08 16:11 Marek Szuba
2021-01-28  5:57 Hans de Graaff
2021-01-24 21:52 Sam James
2021-01-24 21:51 Sam James
2021-01-21  7:40 Agostino Sarubbo
2021-01-18  2:55 Sam James
2021-01-12 12:05 Sam James
2021-01-12  7:08 Hans de Graaff
2020-12-31  9:05 Hans de Graaff
2020-01-19  6:52 Hans de Graaff
2019-07-29 20:11 Hans de Graaff
2019-01-27 11:18 Hans de Graaff
2018-06-02 13:50 Mikle Kolyada
2018-03-22 20:23 Jeroen Roovers
2018-02-08 19:01 Hans de Graaff
2018-02-08 19:01 Hans de Graaff
2017-10-01  0:56 Thomas Deutschmann
2017-06-03  5:55 Hans de Graaff
2017-06-03  5:55 Hans de Graaff
2017-02-27 18:55 Michael Weber
2017-01-01  6:59 Hans de Graaff
2016-05-28  8:41 Hans de Graaff
2016-04-16 13:12 Manuel Rüger
2015-12-26 14:05 Manuel Rüger
2015-10-10  6:33 Jeroen Roovers
2015-09-29  5:03 Hans de Graaff

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=1675063798.6dabc27ce6578a2aece1d719102bf10c311ece23.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