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 5DF5B158095 for ; Sun, 26 Jun 2022 06:44:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97791E0886; Sun, 26 Jun 2022 06:44:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 75300E0886 for ; Sun, 26 Jun 2022 06:44:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 840D334175B for ; Sun, 26 Jun 2022 06:44:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15C4D516 for ; Sun, 26 Jun 2022 06:44:03 +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: <1656225839.89949b2d5e1648b6c796200a39883d1332f6b0ab.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/eventmachine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/eventmachine/eventmachine-1.2.7-r1.ebuild X-VCS-Directories: dev-ruby/eventmachine/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 89949b2d5e1648b6c796200a39883d1332f6b0ab X-VCS-Branch: master Date: Sun, 26 Jun 2022 06:44:03 +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: fd072a73-56e3-44ad-93f8-b11b881de761 X-Archives-Hash: cc8f45cbb8fce5ebe5965bc08ff17091 commit: 89949b2d5e1648b6c796200a39883d1332f6b0ab Author: Hans de Graaff gentoo org> AuthorDate: Sun Jun 26 06:25:28 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jun 26 06:43:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89949b2d dev-ruby/eventmachine: drop 1.2.7-r1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/eventmachine/eventmachine-1.2.7-r1.ebuild | 92 ---------------------- 1 file changed, 92 deletions(-) diff --git a/dev-ruby/eventmachine/eventmachine-1.2.7-r1.ebuild b/dev-ruby/eventmachine/eventmachine-1.2.7-r1.ebuild deleted file mode 100644 index b3220823080d..000000000000 --- a/dev-ruby/eventmachine/eventmachine-1.2.7-r1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="docs/*.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="EventMachine is a fast, simple event-processing library for Ruby programs" -HOMEPAGE="https://github.com/eventmachine/eventmachine" -SRC_URI="https://github.com/eventmachine/eventmachine/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( GPL-2 Ruby )" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="${DEPEND} - dev-libs/openssl:0" -RDEPEND="${RDEPEND} - dev-libs/openssl:0=" - -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" - -all_ruby_prepare() { - # Remove package tasks to avoid dependency on rake-compiler. - rm rakelib/package.rake || die - - # Remove the resolver tests since they require network access and - # the localhost test fails with an IPv6 localhost. - rm tests/test_resolver.rb || die - - # Needs a tty - rm tests/test_kb.rb || die - - # Avoid tests that require network access - sed -i -e '/test_bind_connect/,/^ end/ s:^:#:' \ - tests/test_basic.rb || die - sed -i -e '/test_\(cookie\|http_client\|version_1_0\)/,/^ end/ s:^:#:' \ - tests/test_httpclient.rb || die - sed -i -e '/test_\(get\|https_get\)/,/^ end/ s:^:#:' \ - tests/test_httpclient2.rb || die - sed -i -e '/test_connect_timeout/,/^ end/ s:^:#:' \ - tests/test_unbind_reason.rb || die - sed -i -e '/test_for_real/,/^ end/ s:^:#:' \ - tests/test_pending_connect_timeout.rb || die - rm -f tests/test_{get_sock_opt,set_sock_opt,idle_connection}.rb || die - - # Avoid tests for insecure SSL versions that may not be available - sed -i -e '/test_any_to_v3/,/^ end/ s:^:#:' \ - -e '/test_v3_/,/^ end/ s:^:#:' \ - -e '/test_tlsv1_required_with_external_client/aomit "sslv3"' \ - tests/test_ssl_protocols.rb || die - - # Avoid test that deliberately triggers a C++ exception which causes - # a SEGFAULT. This does not appear to happen upstream (on travis). - rm -f tests/test_exc.rb || die -} - -each_ruby_configure() { - for extdir in ext ext/fastfilereader; do - pushd $extdir - ${RUBY} extconf.rb || die "extconf.rb failed for ${extdir}" - popd - done -} - -each_ruby_compile() { - for extdir in ext ext/fastfilereader; do - pushd $extdir - # both extensions use C++, so use the CXXFLAGS not the CFLAGS - emake V=1 CFLAGS="${CXXFLAGS} -fPIC" archflag="${LDFLAGS}" - popd - cp $extdir/*.so lib/ || die "Unable to copy extensions for ${extdir}" - done -} - -each_ruby_test() { - ${RUBY} -Ilib -S testrb-2 tests/test_*.rb || die -} - -all_ruby_install() { - all_fakegem_install - - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples -}