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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DB9E158086 for ; Thu, 25 Nov 2021 13:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B5142BC020; Thu, 25 Nov 2021 13:03:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 776522BC020 for ; Thu, 25 Nov 2021 13:03:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33FF034306B for ; Thu, 25 Nov 2021 13:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 529941E4 for ; Thu, 25 Nov 2021 13:03:20 +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: <1637845396.912fda7be8ba85ffd36c27db8f77bfd012db0d0a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/http-parser/Manifest dev-ruby/http-parser/http-parser-1.2.2.ebuild X-VCS-Directories: dev-ruby/http-parser/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 912fda7be8ba85ffd36c27db8f77bfd012db0d0a X-VCS-Branch: master Date: Thu, 25 Nov 2021 13:03:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d151e48-2516-4f4e-9503-845eaeecbe37 X-Archives-Hash: ec652e748090ecc476cc284fcd27ea5e commit: 912fda7be8ba85ffd36c27db8f77bfd012db0d0a Author: Hans de Graaff gentoo org> AuthorDate: Thu Nov 25 12:33:45 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Nov 25 13:03:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912fda7b dev-ruby/http-parser: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/http-parser/Manifest | 1 - dev-ruby/http-parser/http-parser-1.2.2.ebuild | 29 --------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ruby/http-parser/Manifest b/dev-ruby/http-parser/Manifest index 11f8cc4b2a22..6a1da6e8cd85 100644 --- a/dev-ruby/http-parser/Manifest +++ b/dev-ruby/http-parser/Manifest @@ -1,2 +1 @@ -DIST http-parser-1.2.2.gem 32256 BLAKE2B bc1600497db7c0ae9ee9311a6eae6494090b190b49d37809671d0c2fbb3b56ab4709dd16b68c7bfe8fc75609fc6f01d31c21c92681b9adbb4c83e521991d9172 SHA512 cffc1561657b7cb50c446e54da20176870ffe5f1acfe5e9fadfeacbea421fcc89243dd8f4a04d7933e19c155662fcd47db950c3743968d7981c52aa6c0a43ab5 DIST http-parser-1.2.3.gem 31232 BLAKE2B 055ab9ccb42bb85f87b65eeaa59f645ec390f0751eb379b22b1a2c83920ef1c482a3bed8f5105843c341fe92ba0c8d44272688b929bca13c690945f7e37b282f SHA512 03c34c3e8174d9010440483af34800b74a7bbddd5daa63607e6aa2254d9c91cf36d90854ea65827b32680432de278aeeb7b8878f788f124c150f163409fa5107 diff --git a/dev-ruby/http-parser/http-parser-1.2.2.ebuild b/dev-ruby/http-parser/http-parser-1.2.2.ebuild deleted file mode 100644 index e3227ecbebf8..000000000000 --- a/dev-ruby/http-parser/http-parser-1.2.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A super fast http parser for ruby" -HOMEPAGE="https://github.com/cotag/http-parser" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" -IUSE="" - -DEPEND+=" >=net-libs/http-parser-2.8.1" -RDEPEND+=" >=net-libs/http-parser-2.8.1" - -ruby_add_bdepend "dev-ruby/ffi-compiler" - -each_ruby_compile() { - ${RUBY} -C ext -S rake || die - mv ext/*/libhttp-parser-ext.so lib/http-parser/ || die -}