From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E6F2D59CA3 for ; Sun, 13 Mar 2016 06:42:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 421C021C007; Sun, 13 Mar 2016 06:42:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CA5721C007 for ; Sun, 13 Mar 2016 06:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D78A7340B9C for ; Sun, 13 Mar 2016 06:42:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD1662098 for ; Sun, 13 Mar 2016 06:41:58 +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: <1457851301.6f775fd31a4398189c1fd5ccf700d54cec3d7d6d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/web-console/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/web-console/Manifest dev-ruby/web-console/web-console-2.3.0.ebuild X-VCS-Directories: dev-ruby/web-console/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6f775fd31a4398189c1fd5ccf700d54cec3d7d6d X-VCS-Branch: master Date: Sun, 13 Mar 2016 06:41:58 +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: 9595bdde-88b4-4ca0-a9fc-45fb52eed77d X-Archives-Hash: d99bf0ab72d621655c4e796a6215e6f3 commit: 6f775fd31a4398189c1fd5ccf700d54cec3d7d6d Author: Hans de Graaff gentoo org> AuthorDate: Sun Mar 13 06:41:41 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Mar 13 06:41:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f775fd3 dev-ruby/web-console: add 2.3.0 Package-Manager: portage-2.2.26 dev-ruby/web-console/Manifest | 1 + dev-ruby/web-console/web-console-2.3.0.ebuild | 42 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-ruby/web-console/Manifest b/dev-ruby/web-console/Manifest index e8ee71f..d7665f6 100644 --- a/dev-ruby/web-console/Manifest +++ b/dev-ruby/web-console/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-ruby/web-console/web-console-2.3.0.ebuild b/dev-ruby/web-console/web-console-2.3.0.ebuild new file mode 100644 index 0000000..4f38228 --- /dev/null +++ b/dev-ruby/web-console/web-console-2.3.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +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/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 +}