commit:     3b6fcf1260542c7b47f9be77d7b9206ca1823001
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 06:21:52 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 06:52:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6fcf12

dev-ruby/web-console: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/web-console/Manifest                 |  2 --
 dev-ruby/web-console/web-console-3.3.1.ebuild | 44 ---------------------------
 dev-ruby/web-console/web-console-3.4.0.ebuild | 44 ---------------------------
 3 files changed, 90 deletions(-)

diff --git a/dev-ruby/web-console/Manifest b/dev-ruby/web-console/Manifest
index 6b9097fbaa3..ace635f6aca 100644
--- a/dev-ruby/web-console/Manifest
+++ b/dev-ruby/web-console/Manifest
@@ -1,4 +1,2 @@
 DIST web-console-2.3.0.tar.gz 47641 BLAKE2B 
2756f3958ea77df7dbdf7e7bd79f64711b4f958433f347175a29db2272ba549c79f1f94e2be18c17ceb8f4f1e8d281cf09995354f6ccd21da314df14dde886ec
 SHA512 
36136242012053c2049b0faef682a8fe79f931904cd1007a6e08f36aca7a8923fc47fc058304f11cc0b205db876ca77b1cca65048c8ba4db401123ed9c05c834
-DIST web-console-3.3.1.tar.gz 46556 BLAKE2B 
632c83c27b86e812c4a8c76a891bbaa9623e976a01796b40b272db3d77a756ba564a90a5dc3569b780383a8d0ce42e4e45090ba1b53c7361fcca328d93b04360
 SHA512 
8acb619b47c4b91fde647b83c01ae57f25a329b2597801e51c5e2d4dfec0a232e9335528672ff036a2391677ba88679ae69fc9aeebd960071b7a8541bfe9667f
-DIST web-console-3.4.0.tar.gz 51684 BLAKE2B 
8fd4cd105472ec16b3ef12a25616f6c03b1555c1fc91de1c294f2cb731b3ceb40a42fcb8201052227f59ddbbc8911bee1c2d479ca812c7d9dd657d5211fb0447
 SHA512 
2373c1b79b6feff46fd0883cf2da6fd7eab2db0f5070c383635567a36d3979ddc50ca3b32887e96c003df8fb9ed32e636d55dd72ed06630fe534a0224d7ce74b
 DIST web-console-3.5.1.tar.gz 50779 BLAKE2B 
e94ebd0bb5ddea665849155bed0bf5a1c9025a48ebdf6a8ea7b032ee5397aa75d63a91e173ba03b49af7833d27950398f50fd189c20b8fdf53738ed4af7bf0cf
 SHA512 
0a28744f8d138a8900f368884cb65a3ab147e3f3fbabe194b15def5f05098a519692155e13a15a758b95c943e861057018b60c75e664b7dc4991a6c3803d1290

diff --git a/dev-ruby/web-console/web-console-3.3.1.ebuild 
b/dev-ruby/web-console/web-console-3.3.1.ebuild
deleted file mode 100644
index 8cd119d94ba..00000000000
--- a/dev-ruby/web-console/web-console-3.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23"
-
-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="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/actionview-5.0:*
-       >=dev-ruby/activemodel-5.0:*
-       dev-ruby/debug_inspector
-       >=dev-ruby/railties-5.0:*
-"
-
-ruby_add_bdepend "test? (
-       dev-ruby/bundler
-       >=dev-ruby/rails-5.0
-       dev-ruby/sqlite3
-       dev-ruby/mocha
-       www-servers/puma
-)"
-
-all_ruby_prepare() {
-       # Use an installed rails version rather than live source from github.
-       sed -i -e '/\(rack\|rails\|simplecov\)/ s/,/#/'  \
-               -e '/simplecov/d' Gemfile || die
-
-       sed -i -e '/simplecov/I s:^:#:' test/test_helper.rb || die
-}

diff --git a/dev-ruby/web-console/web-console-3.4.0.ebuild 
b/dev-ruby/web-console/web-console-3.4.0.ebuild
deleted file mode 100644
index 8cd119d94ba..00000000000
--- a/dev-ruby/web-console/web-console-3.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23"
-
-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="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/actionview-5.0:*
-       >=dev-ruby/activemodel-5.0:*
-       dev-ruby/debug_inspector
-       >=dev-ruby/railties-5.0:*
-"
-
-ruby_add_bdepend "test? (
-       dev-ruby/bundler
-       >=dev-ruby/rails-5.0
-       dev-ruby/sqlite3
-       dev-ruby/mocha
-       www-servers/puma
-)"
-
-all_ruby_prepare() {
-       # Use an installed rails version rather than live source from github.
-       sed -i -e '/\(rack\|rails\|simplecov\)/ s/,/#/'  \
-               -e '/simplecov/d' Gemfile || die
-
-       sed -i -e '/simplecov/I s:^:#:' test/test_helper.rb || die
-}

Reply via email to