From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86170138334 for ; Fri, 13 Jul 2018 19:04:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EEB1E0827; Fri, 13 Jul 2018 19:04:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0BB8E0827 for ; Fri, 13 Jul 2018 19:04:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75DAD335CAC for ; Fri, 13 Jul 2018 19:04:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76D502E5 for ; Fri, 13 Jul 2018 19:04:01 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1531508628.a444c508d402399846327e75c64b653b21755863.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/yajl-ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/yajl-ruby/Manifest dev-ruby/yajl-ruby/yajl-ruby-1.3.0.ebuild X-VCS-Directories: dev-ruby/yajl-ruby/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: a444c508d402399846327e75c64b653b21755863 X-VCS-Branch: master Date: Fri, 13 Jul 2018 19:04:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 82ed0c9c-69a8-4702-aac1-3bb2b6d7643d X-Archives-Hash: a8834370f34689aed423d8d8e87c2da8 commit: a444c508d402399846327e75c64b653b21755863 Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 13 19:03:48 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 13 19:03:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a444c508 dev-ruby/yajl-ruby: remove vulnerable version Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/yajl-ruby/Manifest | 1 - dev-ruby/yajl-ruby/yajl-ruby-1.3.0.ebuild | 45 ------------------------------- 2 files changed, 46 deletions(-) diff --git a/dev-ruby/yajl-ruby/Manifest b/dev-ruby/yajl-ruby/Manifest index 2ea732ab4ee..6050426d0d9 100644 --- a/dev-ruby/yajl-ruby/Manifest +++ b/dev-ruby/yajl-ruby/Manifest @@ -1,3 +1,2 @@ -DIST yajl-ruby-1.3.0.gem 550912 BLAKE2B 1fe5fd43809fec2bf06d8db14cb6cc6ac5fe59dea8afc12d4c8ca6d0ba7c1095f307575c86cdd6954ce0b5756de3fc2232fbd60398bdf1902da005c6d8242031 SHA512 351e46fb7037541096172bac5c3dcadaa6ac9650ac6aae46de2b4ba31b82427f596bade2b233d0d8e916927800e83b7930b5ceeb9d7340edd02c323f9c0b3116 DIST yajl-ruby-1.3.1.gem 550912 BLAKE2B 809608b5c767c560cf40a0a8d4160f17092762788af9c66e729762ade50fbb0cccd266f1bbd411076ef4b2dc7a4cdfcdeeb552b6d86a58a0d9a38ebf1bad638c SHA512 f18b47f1fd0b039bfec01db0ee298296199fbf91b22a00042e1220a1d8471f72424c082b696829e48ce7dee7514510dd731c2bc36fe29bd08ba7246c820621f4 DIST yajl-ruby-1.4.0.gem 556544 BLAKE2B 8eea447ef98cdd9b48fe6c91f2a385740339e78e6395b2f63add8757fe437dfd4ae721b604ca5b381c59e36412e1807c930730bcc1a7c7f921c50ccd7f03857b SHA512 63407542a58231305d1cf326de09e8fdb0f4f5bbf28d3b83a3d8f4099db2a425b7a310fc23c62a37681cb24b50d2ce9d10a6641e07be16b52783ea7401ec7ca5 diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.3.0.ebuild b/dev-ruby/yajl-ruby/yajl-ruby-1.3.0.ebuild deleted file mode 100644 index e699c6e690d..00000000000 --- a/dev-ruby/yajl-ruby/yajl-ruby-1.3.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby22 ruby23 ruby24" - -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="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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 ruby-ng_rspec || die -}