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/yajl-ruby/
Date: Fri, 15 Apr 2022 14:00:16 +0000 (UTC)	[thread overview]
Message-ID: <1650030492.05faaf0cc5e05984b65fb688fd0564dd38c5f67a.graaff@gentoo> (raw)

commit:     05faaf0cc5e05984b65fb688fd0564dd38c5f67a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 13:47:39 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 13:48:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05faaf0c

dev-ruby/yajl-ruby: drop 1.4.1, 1.4.1-r1

Closes: https://bugs.gentoo.org/837542
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/yajl-ruby/Manifest                  |  1 -
 dev-ruby/yajl-ruby/yajl-ruby-1.4.1-r1.ebuild | 39 ------------------------
 dev-ruby/yajl-ruby/yajl-ruby-1.4.1.ebuild    | 45 ----------------------------
 3 files changed, 85 deletions(-)

diff --git a/dev-ruby/yajl-ruby/Manifest b/dev-ruby/yajl-ruby/Manifest
index ff08d0db0119..b71d72557203 100644
--- a/dev-ruby/yajl-ruby/Manifest
+++ b/dev-ruby/yajl-ruby/Manifest
@@ -1,2 +1 @@
-DIST yajl-ruby-1.4.1.gem 557056 BLAKE2B ade1c18bff1d95a733a1981f7898f1ebaecaed6e9a0354af2a6b4d0190a37e613830f77d5e57178b622c32e2d8688aaa11a7edd543c17a30a16f9045d21ea4aa SHA512 24cd82380658d784bbf0a7a16d4048125cc5a856b0e0b4d3bdec29a550a9131d3959f9a75eba0d18d5db8d0a23158fb7ef6ea6f60d221a7bc3d8efc437d52df5
 DIST yajl-ruby-1.4.2.gem 558592 BLAKE2B 620db8f9c5ef4b010143382a2641793bc7a59f30d35a759470aa85b50e8b0e587e7442cb0727e2fe03a98c7aa3cd1f5bb05d173294743bc8fdf2d646176e11b8 SHA512 faf775367eb3143fe659064569a235b34557b84b21bf55f9e9fc6f815dce04c8c1b58832056f367fc4c9ebc0e4389d1e55dd79b5fbb773f845860e4652269d4e

diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.4.1-r1.ebuild b/dev-ruby/yajl-ruby/yajl-ruby-1.4.1-r1.ebuild
deleted file mode 100644
index cd06b79e5b39..000000000000
--- a/dev-ruby/yajl-ruby/yajl-ruby-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/yajl/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/yajl"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby C bindings to the Yajl JSON stream-based parser library"
-HOMEPAGE="https://github.com/brianmario/yajl-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="${RDEPEND} dev-libs/yajl"
-DEPEND="${DEPEND} dev-libs/yajl"
-
-each_ruby_prepare() {
-	# Make sure the right ruby interpreter is used
-	sed -e '/capture/ s:ruby:'${RUBY}':' -i spec/parsing/large_number_spec.rb || die
-}
-
-each_ruby_test() {
-	# Set RUBYLIB to pass search path on to additional interpreters that
-	# are started.
-	RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec || die
-}

diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.4.1.ebuild b/dev-ruby/yajl-ruby/yajl-ruby-1.4.1.ebuild
deleted file mode 100644
index 740fb58ca514..000000000000
--- a/dev-ruby/yajl-ruby/yajl-ruby-1.4.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby C bindings to the Yajl JSON stream-based parser library"
-HOMEPAGE="https://github.com/brianmario/yajl-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="${RDEPEND} dev-libs/yajl"
-DEPEND="${DEPEND} dev-libs/yajl"
-
-each_ruby_prepare() {
-	# Make sure the right ruby interpreter is used
-	sed -e '/capture/ s:ruby:'${RUBY}':' -i spec/parsing/large_number_spec.rb || die
-}
-
-each_ruby_configure() {
-	${RUBY} -Cext/yajl extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-	emake -Cext/yajl CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" V=1
-	cp ext/yajl/yajl$(get_modname) lib/yajl/ || die
-}
-
-each_ruby_test() {
-	# Set RUBYLIB to pass search path on to additional interpreters that
-	# are started.
-	RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec || die
-}


             reply	other threads:[~2022-04-15 14:00 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-15 14:00 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31  8:05 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/yajl-ruby/ Hans de Graaff
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:05 Sam James
2023-03-10 20:29 Hans de Graaff
2022-05-27  5:39 Hans de Graaff
2022-04-13  9:32 Jakov Smolić
2022-04-11  6:50 Agostino Sarubbo
2022-04-11  6:35 Jakov Smolić
2022-04-10 17:54 Arthur Zamarin
2022-04-10 17:54 Arthur Zamarin
2022-04-10 17:51 Arthur Zamarin
2022-04-10 17:47 Arthur Zamarin
2022-04-06  5:48 Hans de Graaff
2021-07-07  8:31 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
2020-12-17  7:51 Sam James
2020-11-06  3:21 Sam James
2020-07-19  6:15 Hans de Graaff
2020-06-19  6:40 Sergei Trofimovich
2020-06-15 15:16 Agostino Sarubbo
2020-06-15 15:12 Agostino Sarubbo
2020-06-15 15:03 Agostino Sarubbo
2020-06-14 20:19 Sergei Trofimovich
2020-06-14 20:08 Sergei Trofimovich
2020-01-19  6:52 Hans de Graaff
2019-11-02  5:55 Hans de Graaff
2019-04-27 15:20 Sergei Trofimovich
2019-01-12  7:42 Hans de Graaff
2018-07-28  4:47 Hans de Graaff
2018-07-20  5:33 Hans de Graaff
2018-07-13 19:04 Hans de Graaff
2018-07-13 18:46 Sergei Trofimovich
2018-07-11 23:55 Mikle Kolyada
2018-04-30  5:15 Hans de Graaff
2018-04-28  7:23 Mikle Kolyada
2018-04-11 20:43 Thomas Deutschmann
2018-04-06 22:44 Sergei Trofimovich
2018-04-06 17:13 Tobias Klausmann
2018-04-06 14:26 Aaron Bauman
2018-04-06  4:54 Hans de Graaff
2017-12-22  6:00 Hans de Graaff
2017-12-21 19:28 Markus Meier
2017-12-06 22:44 Sergei Trofimovich
2017-11-08  6:37 Hans de Graaff
2017-10-22 21:34 Thomas Deutschmann
2017-10-22  9:21 Hans de Graaff
2017-10-22  9:21 Hans de Graaff
2017-10-14 22:00 Sergei Trofimovich
2017-09-24 16:16 Sergei Trofimovich
2017-08-23 21:43 Sergei Trofimovich
2017-08-23  6:14 Hans de Graaff
2017-06-05  8:44 Hans de Graaff
2016-12-11  7:26 Hans de Graaff
2016-11-02  5:52 Hans de Graaff
2016-07-21 19:39 Hans de Graaff
2016-03-28 10:21 Hans de Graaff
2016-03-06 18:25 Manuel Rüger
2016-03-06 18:25 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=1650030492.05faaf0cc5e05984b65fb688fd0564dd38c5f67a.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