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 A0A63138350 for ; Tue, 5 May 2020 08:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D4F2E08C3; Tue, 5 May 2020 08:06:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 57CF7E08BF for ; Tue, 5 May 2020 08:06: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 5899634F618 for ; Tue, 5 May 2020 08:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 843AB22B for ; Tue, 5 May 2020 08:06: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: <1588665946.17ab1a07c32cbbb4d08592e322aad7cc9b7546f0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/postgres_ext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/postgres_ext/Manifest dev-ruby/postgres_ext/metadata.xml dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild X-VCS-Directories: dev-ruby/postgres_ext/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 17ab1a07c32cbbb4d08592e322aad7cc9b7546f0 X-VCS-Branch: master Date: Tue, 5 May 2020 08:06: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44dc9262-f7e0-409c-9658-59f99967491e X-Archives-Hash: 4aaca1cb09e1492b91555eb147be7646 commit: 17ab1a07c32cbbb4d08592e322aad7cc9b7546f0 Author: Hans de Graaff gentoo org> AuthorDate: Tue May 5 07:55:00 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue May 5 08:05:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ab1a07 dev-ruby/postgres_ext: remove masked package Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/postgres_ext/Manifest | 1 - dev-ruby/postgres_ext/metadata.xml | 11 ----- dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild | 53 ------------------------- 3 files changed, 65 deletions(-) diff --git a/dev-ruby/postgres_ext/Manifest b/dev-ruby/postgres_ext/Manifest deleted file mode 100644 index 03c18a592bd..00000000000 --- a/dev-ruby/postgres_ext/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST postgres_ext-3.0.1.gem 24064 BLAKE2B 013a5b146474006f5bf15c5336b84b279a2d92afa632faa8e2c237f02bd4d899fb7ce7f7bda401df7b686ee7e952248db1278aeced9067a15343d13f5a5f832d SHA512 da1f47e90e12229f675955491d21eea56a349213db963e7a6e29886c1f5b8773a1988ca224be4abf5163e66e4189d98e9adf85d61e201488e5c13b36bc6f7b4f diff --git a/dev-ruby/postgres_ext/metadata.xml b/dev-ruby/postgres_ext/metadata.xml deleted file mode 100644 index 3d9ac2a2fc5..00000000000 --- a/dev-ruby/postgres_ext/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - zerochaos@gentoo.org - Rick Farina - - - dockyard/postgres_ext - - diff --git a/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild b/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild deleted file mode 100644 index 907385a5ddb..00000000000 --- a/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem eapi7-ver - -DESCRIPTION="Native PostgreSQL data types and querying extensions for ActiveRecord and Arel" -HOMEPAGE="https://github.com/dockyard/postgres_ext" - -LICENSE="BSD" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -# Requires live database connection -RESTRICT=test - -ruby_add_rdepend " - dev-ruby/activerecord:4.2 - >=dev-ruby/arel-4.0.1:* - dev-ruby/pg_array_parser:0.0.9" - -ruby_add_bdepend "dev-ruby/bundler" - -all_ruby_prepare() { - [ -f Gemfile.lock ] && rm Gemfile.lock - #if ! use development; then - sed -i -e "/^group :development do/,/^end$/d" Gemfile || die - sed -i -e "/s.add_development_dependency/d" "${PN}".gemspec || die - sed -i -e "/gem.add_development_dependency/d" "${PN}".gemspec || die - #fi - #if ! use test; then - sed -i -e "/^group :test do/,/^end$/d" Gemfile || die - #fi - #if ! use test && ! use development; then - sed -i -e "/^group :development, :test do/,/^end$/d" Gemfile || die - #fi - #https://github.com/dockyard/postgres_ext/issues/166 - #ugh, thanks - sed -i -e "/byebug/d" Gemfile || die - sed -i -e "/fivemat/d" Gemfile || die -} - -each_ruby_prepare() { - if [ -f Gemfile ]; then - BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die - BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die - fi -}