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/prism/
Date: Sat, 21 Jun 2025 07:53:16 +0000 (UTC)	[thread overview]
Message-ID: <1750492387.8d8c0258fd761cf90d70138206859d49dadd07a4.graaff@gentoo> (raw)

commit:     8d8c0258fd761cf90d70138206859d49dadd07a4
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 07:51:34 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 07:53:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8c0258

dev-ruby/prism: drop 1.3.0

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

 dev-ruby/prism/Manifest           |  1 -
 dev-ruby/prism/prism-1.3.0.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/prism/Manifest b/dev-ruby/prism/Manifest
index 7bd12d3f5aea..eb23576db7e5 100644
--- a/dev-ruby/prism/Manifest
+++ b/dev-ruby/prism/Manifest
@@ -1,2 +1 @@
-DIST prism-1.3.0.tar.gz 1503686 BLAKE2B 6fa7e474509debc4f7f1f5f6c96fbbfe8c57cb7e8f946e23ab64dabfbecb825164704862dc2b56e61927d5330882f735cf1e10c77287b115686f213164f6019a SHA512 b1aefaa84f03ac74edf9edb09d72a3ea680a6772cd4490692742d6679e690ad47382784e1523febc2f74d360c44cf5e9d387cf4872613503b656154645e880b5
 DIST prism-1.4.0.tar.gz 1553218 BLAKE2B d936e2a44026bfb23000061e3eb9e2d6f885a93b56e776f5a78e995e3857d413718603799352d6666da98c27f8ee94cf69b6db8c4cb2cdb8e027ea12d52a973c SHA512 46288329239c7b5f42e4fed3e096c54a15403f1d5520449300250c88718b29678de2b992f9cda5cbc81c9d4499264be1fd37e9e37c95cda1294e845bca0ca256

diff --git a/dev-ruby/prism/prism-1.3.0.ebuild b/dev-ruby/prism/prism-1.3.0.ebuild
deleted file mode 100644
index 33ff67921cec..000000000000
--- a/dev-ruby/prism/prism-1.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTENSIONS=( ext/prism/extconf.rb )
-RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/prism"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/*"
-RUBY_FAKEGEM_GEMSPEC="prism.gemspec"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Prism Ruby parser"
-HOMEPAGE="https://github.com/ruby/prism"
-SRC_URI="https://github.com/ruby/prism/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-ruby_add_bdepend "dev-ruby/bundler"
-
-all_ruby_prepare() {
-	# Avoid a dependency on rake-compiler
-	sed -e '/PRISM_FFI_BACKEND/ s/$/ and false/' \
-		-i Rakefile || die
-}
-
-each_ruby_prepare() {
-	# rake imports all rakelib/* (bug #947054)
-	rm rakelib/rdoc.rake || die
-	${RUBY} -S rake templates || die
-}


             reply	other threads:[~2025-06-21  7:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-21  7:53 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-17  7:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/prism/ Hans de Graaff
2025-10-10  7:09 Hans de Graaff
2025-09-14  6:56 Hans de Graaff
2025-09-14  6:56 Hans de Graaff
2025-05-20 19:07 Sam James
2025-05-20 16:17 Sam James
2025-05-18 12:13 Arthur Zamarin
2025-03-24 11:41 Hans de Graaff
2025-03-19  7:52 Hans de Graaff
2025-02-23  3:09 Sam James
2024-12-30 21:48 Sam James
2024-12-29  9:06 Hans de Graaff
2024-12-26  9:22 Hans de Graaff
2024-12-25 15:08 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=1750492387.8d8c0258fd761cf90d70138206859d49dadd07a4.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