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: Sun, 24 Oct 2021 08:05:53 +0000 (UTC)	[thread overview]
Message-ID: <1635062748.309dabff0c2ea96123975c64a3f8e9e499685401.graaff@gentoo> (raw)

commit:     309dabff0c2ea96123975c64a3f8e9e499685401
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 07:58:51 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 08:05:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309dabff

dev-ruby/redcarpet: add ruby30; fix extension install

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild | 34 ++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild b/dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild
new file mode 100644
index 00000000000..9372c2e1321
--- /dev/null
+++ b/dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+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 multilib 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 ~ppc ~ppc64 ~riscv ~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:[~2021-10-24  8:05 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-24  8:05 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 12:06 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/redcarpet/ Hans de Graaff
2024-12-31  9:38 Hans de Graaff
2023-12-27 12:36 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-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-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=1635062748.309dabff0c2ea96123975c64a3f8e9e499685401.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