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 D4E671382C5 for ; Sat, 24 Feb 2018 08:50:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E270E085E; Sat, 24 Feb 2018 08:50:13 +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 EF581E0837 for ; Sat, 24 Feb 2018 08:50:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 46BC7335C4B for ; Sat, 24 Feb 2018 08:50:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B20723F for ; Sat, 24 Feb 2018 08:49:59 +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: <1519462105.4c31079265bb0203f2083cb151d28e6b2831d8c0.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/postgres_ext-2.4.1.ebuild X-VCS-Directories: dev-ruby/postgres_ext/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4c31079265bb0203f2083cb151d28e6b2831d8c0 X-VCS-Branch: master Date: Sat, 24 Feb 2018 08:49:59 +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: ff0d64fa-0c64-44ce-88c8-ee32828cfdf9 X-Archives-Hash: 6b4c6349c66f2a9669e0f6f908c9ac2a commit: 4c31079265bb0203f2083cb151d28e6b2831d8c0 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 24 08:37:26 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 24 08:48:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c310792 dev-ruby/postgres_ext: remove masked version Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/postgres_ext/Manifest | 1 - dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild | 54 ------------------------- 2 files changed, 55 deletions(-) diff --git a/dev-ruby/postgres_ext/Manifest b/dev-ruby/postgres_ext/Manifest index 8d1b4a302dd..c6a23c438ad 100644 --- a/dev-ruby/postgres_ext/Manifest +++ b/dev-ruby/postgres_ext/Manifest @@ -1,2 +1 @@ -DIST postgres_ext-2.4.1.gem 20992 BLAKE2B cd678aaf94cf56d511e1650a36427a0bc71f776e3a19bc5486e5197c6aff5c8b3e7e98da3a7ccf7451b75a62a37965641020a7b070c9cba7d951e7d493fe25f4 SHA512 e8a0b2990e2939f600c92bfae70ebfb142875ca3b86d6d6ad95bc8bbaf350df8c2fde5173f51ff71616e5b68d7d852d1f4b201573c05afa39aa4134c9cb4ef75 DIST postgres_ext-3.0.0.gem 21504 BLAKE2B 8fa38e78bd182e8c89746492d7082383b3411d987b95b6f01ca0fe961913aa74f3e32923150e3ce8d9dc0bf7377a65c6f2f926681b7dce0cf25873a8537c9ad0 SHA512 3d17a0f6ed98badf5c196ddc78e50d47c6a24edc19276f3939255f3d23490e30a3abc344da020d0480a8ec73586c6084349caf472f735461c4f9b6084d4d2c52 diff --git a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild deleted file mode 100644 index 2656b0f4076..00000000000 --- a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem versionator - -DESCRIPTION="Native PostgreSQL data types and querying extensions for ActiveRecord and Arel" -HOMEPAGE="https://github.com/dockyard/postgres_ext" -SRC_URI="mirror://rubygems/${P}.gem" - -LICENSE="BSD" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm" -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 -}