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/web-console/
Date: Sun, 23 Apr 2017 06:02:59 +0000 (UTC)	[thread overview]
Message-ID: <1492927294.515d9aa02512a232714572ff20a1d0bd5e295734.graaff@gentoo> (raw)

commit:     515d9aa02512a232714572ff20a1d0bd5e295734
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 06:01:34 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 06:01:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515d9aa0

dev-ruby/web-console: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/web-console/Manifest                    |  1 -
 dev-ruby/web-console/web-console-2.2.1-r1.ebuild | 41 ------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-ruby/web-console/Manifest b/dev-ruby/web-console/Manifest
index 4aba68e8e2c..1872eb5a930 100644
--- a/dev-ruby/web-console/Manifest
+++ b/dev-ruby/web-console/Manifest
@@ -1,4 +1,3 @@
-DIST web-console-2.2.1.tar.gz 37554 SHA256 147727d34bd4165a0c214a7f2761e2999dd4355f11661acb6da43f414fa33f9e SHA512 832838a975f805b8c35fb03233fc1a39c90ba5c36908b4e3fb355bcad3b7b7113cbbb2544474948453353a89953cdd2fecdd71bdbeab5ab06f71bd7f67a3be31 WHIRLPOOL d4d1e55a1864daab086e86e33debc800afb90c099556199c7cc13bfbd25098420df1756171f2722aecb449fec1df60a3f79725216ff3b28b8658de3369f0aa10
 DIST web-console-2.3.0.tar.gz 47641 SHA256 8caf3bc1a9c426bb5f1745ec23da191589af4dc8e8ca9d0a359ecc9f8bf68efb SHA512 36136242012053c2049b0faef682a8fe79f931904cd1007a6e08f36aca7a8923fc47fc058304f11cc0b205db876ca77b1cca65048c8ba4db401123ed9c05c834 WHIRLPOOL fce26e3ab6a11187c3cbeb25d6529fd60d83bdcd384e221b9e7c68e2a48639ee2c9a04c9ee7d91d7ba3bd77fbdaa05e4fe333f4f38637264e18536d4e8ce82a9
 DIST web-console-3.3.1.tar.gz 46556 SHA256 767c2aec4501d5b3bc81958ff374ea8a5367ea52606df1ea235b62fe36afbebe SHA512 8acb619b47c4b91fde647b83c01ae57f25a329b2597801e51c5e2d4dfec0a232e9335528672ff036a2391677ba88679ae69fc9aeebd960071b7a8541bfe9667f WHIRLPOOL 3717e6aebf6de9a759ac8f305c28e02c6acc46f4ff7f00fa294ce98f84f03069c64e566a1832babde4aee610fb5e20997d7fd136961ebc766481147a877a2609
 DIST web-console-3.4.0.tar.gz 51684 SHA256 3e9082320ef4297a824890df6e59b5497a76d8e370a7d267454a0e92f9552516 SHA512 2373c1b79b6feff46fd0883cf2da6fd7eab2db0f5070c383635567a36d3979ddc50ca3b32887e96c003df8fb9ed32e636d55dd72ed06630fe534a0224d7ce74b WHIRLPOOL 6fc066be04506ae69de3065bbb7ca2d4faa23630cd8d4872798fd49b522b6b62353c2b5f8c2ff48569975aa0d52e384adb266bf9fd4d3d232eefa0cd542cf18d

diff --git a/dev-ruby/web-console/web-console-2.2.1-r1.ebuild b/dev-ruby/web-console/web-console-2.2.1-r1.ebuild
deleted file mode 100644
index c8bf69ecec5..00000000000
--- a/dev-ruby/web-console/web-console-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown"
-
-RUBY_FAKEGEM_GEMSPEC="web-console.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A debugging tool for your Ruby on Rails applications"
-HOMEPAGE="https://github.com/rails/web-console"
-SRC_URI="https://github.com/rails/web-console/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/activemodel-4.0:*
-	>=dev-ruby/binding_of_caller-0.7.2
-	>=dev-ruby/railties-4.0:*
-	>=dev-ruby/sprockets-rails-2.0:* <dev-ruby/sprockets-rails-4.0:*
-"
-
-ruby_add_bdepend "test? (
-	dev-ruby/bundler
-	>=dev-ruby/rails-4.0
-	dev-ruby/sqlite3
-	dev-ruby/mocha
-	dev-ruby/simplecov
-)"
-
-all_ruby_prepare() {
-	# Use an installed rails version rather than live source from github.
-	sed -i -e '/rails/ s/,/#/' Gemfile || die
-}


             reply	other threads:[~2017-04-23  6:03 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-23  6:02 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-14  7:48 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/web-console/ Hans de Graaff
2024-05-23  6:13 Hans de Graaff
2023-09-06  5:34 Hans de Graaff
2023-07-08 20:22 Hans de Graaff
2023-04-27  7:42 Hans de Graaff
2022-04-16  7:08 Hans de Graaff
2022-03-26  7:48 Hans de Graaff
2021-11-22  6:37 Hans de Graaff
2021-07-07 19:15 Hans de Graaff
2021-07-03  6:26 Hans de Graaff
2021-07-02  7:23 Hans de Graaff
2020-09-19  5:59 Hans de Graaff
2020-09-19  5:59 Hans de Graaff
2020-06-06  8:04 Hans de Graaff
2020-05-05  8:06 Hans de Graaff
2019-09-04  5:34 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2018-12-18  5:58 Hans de Graaff
2018-09-03  5:07 Hans de Graaff
2018-06-06  4:44 Hans de Graaff
2018-06-06  4:44 Hans de Graaff
2018-05-03  4:42 Hans de Graaff
2018-04-22  4:30 Hans de Graaff
2018-04-13  6:20 Hans de Graaff
2018-03-02  9:57 Hans de Graaff
2018-01-23  6:53 Hans de Graaff
2018-01-23  6:53 Hans de Graaff
2017-06-15  5:58 Hans de Graaff
2017-05-06  7:52 Hans de Graaff
2016-11-24  6:12 Hans de Graaff
2016-09-11  6:54 Hans de Graaff
2016-03-13  6:41 Hans de Graaff
2015-10-08  8:13 Hans de Graaff

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=1492927294.515d9aa02512a232714572ff20a1d0bd5e295734.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