public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel-helpers/
Date: Fri, 19 Jan 2018 06:12:56 +0000 (UTC)	[thread overview]
Message-ID: <1516341972.729fcbd747f1e223dc00b990acf1fdb3138507a1.graaff@gentoo> (raw)

commit:     729fcbd747f1e223dc00b990acf1fdb3138507a1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 06:06:12 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 06:06:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729fcbd7

dev-ruby/arel-helpers: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/arel-helpers/Manifest                  |  2 --
 dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild | 31 ------------------------
 dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild | 32 -------------------------
 3 files changed, 65 deletions(-)

diff --git a/dev-ruby/arel-helpers/Manifest b/dev-ruby/arel-helpers/Manifest
index 618eb16b583..525f1eba581 100644
--- a/dev-ruby/arel-helpers/Manifest
+++ b/dev-ruby/arel-helpers/Manifest
@@ -1,3 +1 @@
-DIST arel-helpers-2.3.0.gem 11776 BLAKE2B 405afd6f0d2bebd8de597282ef11fb5ccc48258e64517fb544b884aba0477f19a3e3bd5486092a2bae42792f2a342ca734f3e50280ed1b67e62196b98efe2906 SHA512 658494d50fb94b598d015370a118541d4409f1adbc90489793ab219d55444681e0ba52c4525d3c064f8f28311b8ed5dee9a611fd803b2750c99250e37434b7d3
-DIST arel-helpers-2.4.0.gem 11776 BLAKE2B c100b1ce7b47f91c4a8325643c626aee986318cba340bd6a8c8880c734a18d4b4d14f3379b7a4b93bb101a23aefa1557ef69127fa888210701666dc949fab3f4 SHA512 3f1517b4b027728c2939314ecdd283af98d3616ebcfe2de8d819d64d78ec68dbdfbc2d26b07fb5df5345721cba8db446e2bea135f38c656e6366b560eedb8fd2
 DIST arel-helpers-2.5.0.gem 11776 BLAKE2B 1c5edb20d5c6029efa8b52ba1eb59b939b7209126a3961a77ebd92524b1da3998cf6497364cedeb0b3976cbe30b6e99e993280618d2ad88f021b8e88930742d8 SHA512 501d2820d69419c732edef1d9dbfa136d27f886a55a8d10f0dd351dfe7f0b06f0b338b665487afc87d6a34769b1ac2d55a70081529262bcc75d7cd73d98cce4e

diff --git a/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild
deleted file mode 100644
index 89ac5157701..00000000000
--- a/dev-ruby/arel-helpers/arel-helpers-2.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tools to help construct database queries"
-HOMEPAGE="https://github.com/camertron/arel-helpers"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend "|| (
-			dev-ruby/activerecord:5.0
-			dev-ruby/activerecord:4.2 )"
-
-ruby_add_bdepend "test? (
-	dev-ruby/rr
-	dev-ruby/activerecord[sqlite]
-)"
-
-all_ruby_prepare() {
-	sed -i -e '/pry-nav/ s:^:#:' spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild
deleted file mode 100644
index 1010c5893b4..00000000000
--- a/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tools to help construct database queries"
-HOMEPAGE="https://github.com/camertron/arel-helpers"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend "|| (
-			dev-ruby/activerecord:5.1
-			dev-ruby/activerecord:5.0
-			dev-ruby/activerecord:4.2 )"
-
-ruby_add_bdepend "test? (
-	dev-ruby/rr
-	dev-ruby/activerecord[sqlite]
-)"
-
-all_ruby_prepare() {
-	sed -i -e '/pry-nav/ s:^:#:' spec/spec_helper.rb || die
-}


             reply	other threads:[~2018-01-19  6:13 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-19  6:12 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10  5:51 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel-helpers/ Hans de Graaff
2024-03-04 18:33 Rick Farina
2023-10-25  5:22 Hans de Graaff
2023-08-26 15:39 Hans de Graaff
2023-07-17  4:55 Hans de Graaff
2023-04-07 18:11 Sam James
2023-03-28 20:20 Sam James
2023-03-27 11:59 Hans de Graaff
2023-03-26  3:03 Sam James
2023-03-13  7:14 Hans de Graaff
2022-05-08  5:44 Hans de Graaff
2021-12-07  6:42 Hans de Graaff
2021-08-28  6:46 Hans de Graaff
2021-06-18  3:48 Hans de Graaff
2021-02-16  5:45 Hans de Graaff
2020-05-06  5:30 Hans de Graaff
2020-05-06  5:30 Hans de Graaff
2019-12-21  7:24 Hans de Graaff
2019-12-02  8:28 Hans de Graaff
2019-12-02  8:28 Hans de Graaff
2019-07-31 18:58 Hans de Graaff
2019-06-12  4:10 Hans de Graaff
2019-05-04 18:32 Hans de Graaff
2018-12-01  7:30 Hans de Graaff
2018-12-01  7:12 Hans de Graaff
2018-11-21 18:21 Rick Farina
2018-08-17  5:25 Hans de Graaff
2018-08-07 18:12 Hans de Graaff
2018-05-13  4:46 Hans de Graaff
2018-01-19  6:12 Hans de Graaff
2017-10-08  6:48 Hans de Graaff
2017-08-16  6:12 Hans de Graaff
2017-05-17  4:51 Hans de Graaff
2017-02-09  6:03 Hans de Graaff
2016-08-13  6:43 Hans de Graaff
2016-07-01  4:43 Hans de Graaff
2016-07-01  4:43 Hans de Graaff
2016-03-27  6:30 Hans de Graaff
2016-01-23  7:47 Hans de Graaff
2015-12-31  8:29 Hans de Graaff
2015-11-01  6:26 Hans de Graaff
2015-09-08  5:35 Hans de Graaff
2015-09-05  6:06 Hans de Graaff
2015-09-04 21:22 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1516341972.729fcbd747f1e223dc00b990acf1fdb3138507a1.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox