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: Tue, 12 Jan 2021 07:08:01 +0000 (UTC)	[thread overview]
Message-ID: <1610434914.6a18495241ffb1142d6d03a7c1e254e06ddabd0b.graaff@gentoo> (raw)

commit:     6a18495241ffb1142d6d03a7c1e254e06ddabd0b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 07:01:54 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 07:01:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a184952

dev-ruby/redcarpet: cleanup

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

 dev-ruby/redcarpet/Manifest               |  1 -
 dev-ruby/redcarpet/redcarpet-3.5.0.ebuild | 44 -------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/redcarpet/Manifest b/dev-ruby/redcarpet/Manifest
index 3fa182f42dc..2f347bb5bc0 100644
--- a/dev-ruby/redcarpet/Manifest
+++ b/dev-ruby/redcarpet/Manifest
@@ -1,3 +1,2 @@
 DIST redcarpet-3.4.0.tar.gz 105525 BLAKE2B 38b28f400b7300ea49cebda9b4739193b54c322c1c20ecba50938893286ad87e44ba9e9da83eab8433af0790d76bc0db4189fc0b70a4438480fe784570809e1a SHA512 25ed1fd35ebf815f396ed819baec69aae366bafab3983a53d364b1ef0d3f18cecaa523953d12cb0e5b896c30ac86e000318f33c633047bd271362474b9b8f877
-DIST redcarpet-3.5.0.tar.gz 106773 BLAKE2B 34c72d21c8ea4d841c9728e3c7e66be02c69943e5e0ee091688992c400748cf0a0900fa15de7bbaf18db8a89bc0309160fd5c2b2ca83ee86f6d46dd5d13d9770 SHA512 8d48f1b437297aa556d7f3c5e69c8dde04c63388e78ffe15ea3c36e4764790b5cb75a8baaf75ad64317bccc63384fa0a42251d05718902096229f9f6a24f06c9
 DIST redcarpet-3.5.1.tar.gz 106950 BLAKE2B 2f84e0dbadaa79827d9d244988b19161996e249e493208b20b6339f0eccf73160fe84d79f11a23419573693bbc9c1faae61e690ffe5ec133f8a0baddb69d92b5 SHA512 348ee8fc56b89bb1b9fe0b004cab08e9542f3806a885fb5fb0ff58c9a0fa704ad37611484e071951ad00d1d337988d5dae6d240cd65df890f8fe0865e242608d

diff --git a/dev-ruby/redcarpet/redcarpet-3.5.0.ebuild b/dev-ruby/redcarpet/redcarpet-3.5.0.ebuild
deleted file mode 100644
index a72215a5115..00000000000
--- a/dev-ruby/redcarpet/redcarpet-3.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOCS="README.markdown CONTRIBUTING.md CHANGELOG.md doc"
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_GEMSPEC="redcarpet.gemspec"
-
-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 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
-
-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
-}
-
-each_ruby_configure() {
-	${RUBY} -Cext/redcarpet extconf.rb || die
-}
-
-each_ruby_compile() {
-	emake V=1 -Cext/${PN}
-	cp ext/${PN}/*$(get_modname) lib || die
-}


             reply	other threads:[~2021-01-12  7:08 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-12  7:08 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-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
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=1610434914.6a18495241ffb1142d6d03a7c1e254e06ddabd0b.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