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 7D9441382C5 for ; Fri, 19 Feb 2021 19:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0625E0823; Fri, 19 Feb 2021 18:59:59 +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 9686FE0823 for ; Fri, 19 Feb 2021 18:59:59 +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 6624C340E3A for ; Fri, 19 Feb 2021 18:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1285B9 for ; Fri, 19 Feb 2021 18:59:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1613761182.86f4bd874ca8e6b5c3364f73d6753ae480eae971.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/GeoRuby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild X-VCS-Directories: dev-ruby/GeoRuby/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 86f4bd874ca8e6b5c3364f73d6753ae480eae971 X-VCS-Branch: master Date: Fri, 19 Feb 2021 18:59:56 +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: cb3c126d-01a3-42c9-95a3-3d8e27d26260 X-Archives-Hash: aac902bada24e6ba30d3d14b87122684 commit: 86f4bd874ca8e6b5c3364f73d6753ae480eae971 Author: Jakov Smolic sartura hr> AuthorDate: Fri Feb 19 18:59:42 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 19 18:59:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f4bd87 dev-ruby/GeoRuby: Remove old Closes: https://github.com/gentoo/gentoo/pull/19547 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild deleted file mode 100644 index ac12330a2fc..00000000000 --- a/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_NAME="georuby" - -inherit ruby-fakegem - -DESCRIPTION="Ruby data holder for OGC Simple Features" -HOMEPAGE="https://github.com/nofxx/georuby" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -all_ruby_prepare() { - # Avoid specs that are also failing in upstream Travis. - rm spec/geo_ruby/shp4r/shp_spec.rb || die -} - -ruby_add_bdepend "test? ( dev-ruby/dbf - dev-ruby/nokogiri )"