[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2022-07-19 Thread Hans de Graaff
commit: a1c02db13e981bb4daf9765659d2039e5aeac260
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 19 06:08:06 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 19 06:08:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c02db1

dev-ruby/best_in_place: remove masked package

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/best_in_place/Manifest   |  1 -
 dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 69 ---
 dev-ruby/best_in_place/metadata.xml   | 11 
 3 files changed, 81 deletions(-)

diff --git a/dev-ruby/best_in_place/Manifest b/dev-ruby/best_in_place/Manifest
deleted file mode 100644
index 96287f000a3d..
--- a/dev-ruby/best_in_place/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST best_in_place-3.1.1.gem 75264 BLAKE2B 
9d37d42f44430bd4d51c3cbeff2a95a3ba9552bda1c9650c4abf2996cfa4bbe1a36b627dea61c7a0bf861b27f4e88f7c70f6859cc5bf12c705eaf1c184690fd3
 SHA512 
f6a26590769f8d6ab6b6bf9ef955e2c26b6116ab82ccaf3bc26cfae435cb0bc594facae6dcb052bafdaaeb5806f7091eb9ad21e51940030eadd437ae342f1d33

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
deleted file mode 100644
index e76561a0d155..
--- a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-# if ever needed
-#GITHUB_USER="bernat"
-#GITHUB_PROJECT="${PN}"
-#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
-
-inherit virtualx ruby-fakegem
-
-DESCRIPTION="In-place editor helper for Rails 3"
-HOMEPAGE="https://github.com/bernat/best_in_place;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/actionpack-3.2:*
-   >=dev-ruby/railties-3.2:*
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rdiscount
-   dev-ruby/rspec-rails:3
-   >=dev-ruby/nokogiri-1.5.0
-   >=dev-ruby/capybara-1.1.2
-   >=dev-ruby/rails-3.2
-   >=dev-ruby/sqlite3-1.3.4-r1
-   dev-ruby/bundler
-   dev-ruby/combustion
-   dev-ruby/jquery-rails
-   dev-ruby/jquery-ui-rails
-   dev-ruby/sprockets-rails
-   )"
-
-all_ruby_prepare() {
-   sed -i \
-   -e '/git ls-files/d' \
-   ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Tweak Gemfile so we can use it to run specs but can avoid missing
-   # dependencies. Also use packaged versions of jquery and jquery-ui.
-   sed -i -e '/\(rails-assets\|appraisal\)/ s:^:#:' \
-   -e '2agem "rspec", "~>3.0"' \
-   -e '2agem "jquery-rails"' -e '2agem "jquery-ui-rails"' \
-   -e '/byebug/ s:^:#:' \
-   -e '/\(launchy\|poltergeist\)/d' \
-   Gemfile
-   sed -i -e '/poltergeist/,/javascript_driver/ s:^:#:' 
spec/rails_helper.rb || die
-
-   # Remove integration tests. They fail to run and depend on obsolete
-   # poltergeist/phantomjs.
-   rm -rf spec/integration || die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bundle exec rspec-3 spec || die
-}

diff --git a/dev-ruby/best_in_place/metadata.xml 
b/dev-ruby/best_in_place/metadata.xml
deleted file mode 100644
index 63d6b68154d9..
--- a/dev-ruby/best_in_place/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-bernat/best_in_place
-  
-



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2020-08-23 Thread Hans de Graaff
commit: 54e13ebfce5717f68cb3850738f51b0bd07f1325
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 23 06:02:55 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 23 06:24:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e13ebf

dev-ruby/best_in_place: add missing test dep

Closes: https://bugs.gentoo.org/738664
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
index ebeece79995..e76561a0d15 100644
--- a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
+++ b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -41,6 +41,7 @@ ruby_add_bdepend "
dev-ruby/combustion
dev-ruby/jquery-rails
dev-ruby/jquery-ui-rails
+   dev-ruby/sprockets-rails
)"
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2019-05-06 Thread Hans de Graaff
commit: e505d611ccfe4eca62f0173da667f5184b1121c6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  6 17:35:45 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  6 17:58:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e505d611

dev-ruby/best_in_place: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
index 799960989b6..ebeece79995 100644
--- a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
+++ b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -38,6 +38,9 @@ ruby_add_bdepend "
>=dev-ruby/rails-3.2
>=dev-ruby/sqlite3-1.3.4-r1
dev-ruby/bundler
+   dev-ruby/combustion
+   dev-ruby/jquery-rails
+   dev-ruby/jquery-ui-rails
)"
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2018-12-13 Thread Hans de Graaff
commit: bfbf7f69f110c958248a0b9b0adcccef732e5a18
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 07:39:53 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 08:09:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfbf7f69

dev-ruby/best_in_place: add ruby25

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
index e79597b0417..799960989b6 100644
--- a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
+++ b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2018-05-05 Thread Hans de Graaff
commit: eeb3ee533f79df7affc8001776a1bf76a53f28f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  5 09:11:10 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  5 09:35:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb3ee53

dev-ruby/best_in_place: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
index ec12f4326dc..e79597b0417 100644
--- a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
+++ b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2017-09-23 Thread Hans de Graaff
commit: b88db2b4981891004d5822e554c8d3ed943a9ca0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 23 06:39:06 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 23 07:50:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88db2b4

dev-ruby/best_in_place: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/best_in_place/Manifest   |  1 -
 dev-ruby/best_in_place/best_in_place-3.1.0.ebuild | 65 ---
 2 files changed, 66 deletions(-)

diff --git a/dev-ruby/best_in_place/Manifest b/dev-ruby/best_in_place/Manifest
index 89a68fde282..b725d0f4ca7 100644
--- a/dev-ruby/best_in_place/Manifest
+++ b/dev-ruby/best_in_place/Manifest
@@ -1,2 +1 @@
-DIST best_in_place-3.1.0.gem 73728 SHA256 
4bc57e238e2a4f4b01b7c464fec4ea814189b180431deb603cc1db3fe00bc33c SHA512 
5296392d2534e8eb7c0136530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd
 WHIRLPOOL 
84f262964e42d767d5f355eb0236fbe2c8e948ff98292e7ddd3fe2315eb3707a900f2691dce6c0301da2b170828ce75767b2aac633c057b145a4d69e4438b317
 DIST best_in_place-3.1.1.gem 75264 SHA256 
5a682a28b001a0f3bc557ea82085bc2bc29122115d662c8707b040a192aa2765 SHA512 
f6a26590769f8d6ab6b6bf9ef955e2c26b6116ab82ccaf3bc26cfae435cb0bc594facae6dcb052bafdaaeb5806f7091eb9ad21e51940030eadd437ae342f1d33
 WHIRLPOOL 
b3f4549b4ba2219376b759858637ccc4f3dbf277f0fc31e50d8c92506c35429fb07e2ac7d6d10c4f004ac45eec91bdb125b44afc5dc551da976b5293581c4c12

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild
deleted file mode 100644
index 40a701276a5..000
--- a/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-# if ever needed
-#GITHUB_USER="bernat"
-#GITHUB_PROJECT="${PN}"
-#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
-
-inherit virtualx ruby-fakegem
-
-DESCRIPTION="In-place editor helper for Rails 3"
-HOMEPAGE="https://github.com/bernat/best_in_place;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/actionpack-3.2:*
-   >=dev-ruby/railties-3.2:*
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rdiscount
-   dev-ruby/rspec-rails:3
-   >=dev-ruby/nokogiri-1.5.0
-   >=dev-ruby/capybara-1.1.2:0
-   >=dev-ruby/rails-3.2
-   >=dev-ruby/sqlite3-1.3.4-r1
-   dev-ruby/bundler
-   )"
-
-all_ruby_prepare() {
-   sed -i \
-   -e '/git ls-files/d' \
-   ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Tweak Gemfile so we can use it to run specs but can avoid missing
-   # dependencies. Also use packaged versions of jquery and jquery-ui.
-   sed -i -e '/\(rails-assets\|appraisal\)/ s:^:#:' \
-   -e '2agem "rspec", "~>3.0"' \
-   -e '2agem "jquery-rails"' -e '2agem "jquery-ui-rails"' \
-   -e '/byebug/ s:^:#:' \
-   -e '/\(launchy\|poltergeist\)/d' \
-   Gemfile
-   sed -i -e '/poltergeist/,/javascript_driver/ s:^:#:' 
spec/rails_helper.rb || die
-
-   # Remove integration tests. They fail to run and depend on obsolete
-   # poltergeist/phantomjs.
-   rm -rf spec/integration || die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bundle exec rspec-3 spec || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2017-06-05 Thread Hans de Graaff
commit: ae91288541092627b0b2bfc4631d34234ed0cf21
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  6 04:53:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  6 04:53:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae912885

dev-ruby/best_in_place: add 3.1.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/best_in_place/Manifest   |  1 +
 dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/dev-ruby/best_in_place/Manifest b/dev-ruby/best_in_place/Manifest
index ca025539597..89a68fde282 100644
--- a/dev-ruby/best_in_place/Manifest
+++ b/dev-ruby/best_in_place/Manifest
@@ -1 +1,2 @@
 DIST best_in_place-3.1.0.gem 73728 SHA256 
4bc57e238e2a4f4b01b7c464fec4ea814189b180431deb603cc1db3fe00bc33c SHA512 
5296392d2534e8eb7c0136530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd
 WHIRLPOOL 
84f262964e42d767d5f355eb0236fbe2c8e948ff98292e7ddd3fe2315eb3707a900f2691dce6c0301da2b170828ce75767b2aac633c057b145a4d69e4438b317
+DIST best_in_place-3.1.1.gem 75264 SHA256 
5a682a28b001a0f3bc557ea82085bc2bc29122115d662c8707b040a192aa2765 SHA512 
f6a26590769f8d6ab6b6bf9ef955e2c26b6116ab82ccaf3bc26cfae435cb0bc594facae6dcb052bafdaaeb5806f7091eb9ad21e51940030eadd437ae342f1d33
 WHIRLPOOL 
b3f4549b4ba2219376b759858637ccc4f3dbf277f0fc31e50d8c92506c35429fb07e2ac7d6d10c4f004ac45eec91bdb125b44afc5dc551da976b5293581c4c12

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
new file mode 100644
index 000..ec12f4326dc
--- /dev/null
+++ b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+# if ever needed
+#GITHUB_USER="bernat"
+#GITHUB_PROJECT="${PN}"
+#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
+
+inherit virtualx ruby-fakegem
+
+DESCRIPTION="In-place editor helper for Rails 3"
+HOMEPAGE="https://github.com/bernat/best_in_place;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/actionpack-3.2:*
+   >=dev-ruby/railties-3.2:*
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rdiscount
+   dev-ruby/rspec-rails:3
+   >=dev-ruby/nokogiri-1.5.0
+   >=dev-ruby/capybara-1.1.2
+   >=dev-ruby/rails-3.2
+   >=dev-ruby/sqlite3-1.3.4-r1
+   dev-ruby/bundler
+   )"
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/git ls-files/d' \
+   ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Tweak Gemfile so we can use it to run specs but can avoid missing
+   # dependencies. Also use packaged versions of jquery and jquery-ui.
+   sed -i -e '/\(rails-assets\|appraisal\)/ s:^:#:' \
+   -e '2agem "rspec", "~>3.0"' \
+   -e '2agem "jquery-rails"' -e '2agem "jquery-ui-rails"' \
+   -e '/byebug/ s:^:#:' \
+   -e '/\(launchy\|poltergeist\)/d' \
+   Gemfile
+   sed -i -e '/poltergeist/,/javascript_driver/ s:^:#:' 
spec/rails_helper.rb || die
+
+   # Remove integration tests. They fail to run and depend on obsolete
+   # poltergeist/phantomjs.
+   rm -rf spec/integration || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rspec-3 spec || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2017-05-10 Thread Hans de Graaff
commit: a714865b6fe8423bada60e0c82247cf58f47367f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 10 06:11:30 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 10 06:11:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a714865b

dev-ruby/best_in_place: add ruby22, drop integration tests

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/best_in_place/best_in_place-3.1.0.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild
index 9bb8d317920..40a701276a5 100644
--- a/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild
+++ b/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -35,10 +35,8 @@ ruby_add_bdepend "
dev-ruby/rspec-rails:3
>=dev-ruby/nokogiri-1.5.0
>=dev-ruby/capybara-1.1.2:0
-   dev-ruby/poltergeist
>=dev-ruby/rails-3.2
>=dev-ruby/sqlite3-1.3.4-r1
-   dev-ruby/launchy
dev-ruby/bundler
)"
 
@@ -53,7 +51,13 @@ all_ruby_prepare() {
-e '2agem "rspec", "~>3.0"' \
-e '2agem "jquery-rails"' -e '2agem "jquery-ui-rails"' \
-e '/byebug/ s:^:#:' \
+   -e '/\(launchy\|poltergeist\)/d' \
Gemfile
+   sed -i -e '/poltergeist/,/javascript_driver/ s:^:#:' 
spec/rails_helper.rb || die
+
+   # Remove integration tests. They fail to run and depend on obsolete
+   # poltergeist/phantomjs.
+   rm -rf spec/integration || die
 }
 
 each_ruby_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/files/

2016-10-31 Thread Patrice Clement
commit: 09796e648984bbc12242feedd9c895b97196adb5
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 26 16:12:01 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 31 12:00:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09796e64

dev-ruby/best_in_place: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/2417

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/best_in_place-1.1.0-kramdown.patch   | 35 --
 1 file changed, 35 deletions(-)

diff --git a/dev-ruby/best_in_place/files/best_in_place-1.1.0-kramdown.patch 
b/dev-ruby/best_in_place/files/best_in_place-1.1.0-kramdown.patch
deleted file mode 100644
index 33ae5e0..
--- a/dev-ruby/best_in_place/files/best_in_place-1.1.0-kramdown.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/Gemfile b/Gemfile
-index 7ae9d6a..5858f12 100644
 a/Gemfile
-+++ b/Gemfile
-@@ -5,4 +5,4 @@ gemspec
- 
- gem 'sqlite3'
- gem 'jquery-rails'
--gem 'rdiscount'
-+gem 'kramdown'
-diff --git a/test_app/Gemfile b/test_app/Gemfile
-index 6d53037..32676b2 100644
 a/test_app/Gemfile
-+++ b/test_app/Gemfile
-@@ -7,7 +7,7 @@ gem 'best_in_place', :path => ".."
- 
- gem 'jquery-rails'
- 
--gem 'rdiscount'
-+gem 'kramdown'
- 
- group :assets do
-   gem 'sass-rails',   '~> 3.2.3'
-diff --git a/test_app/app/models/user.rb b/test_app/app/models/user.rb
-index 604f5ba..7cc9248 100644
 a/test_app/app/models/user.rb
-+++ b/test_app/app/models/user.rb
-@@ -19,6 +19,6 @@ class User < ActiveRecord::Base
-   end
- 
-   def markdown_desc
--RDiscount.new(description).to_html.html_safe
-+Kramdown::Document.new(description).to_html.html_safe
-   end
- end



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2016-07-31 Thread Hans de Graaff
commit: 02476bdf95c38e2adf476faf1a0a97b652b18886
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 31 06:05:14 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug  1 05:41:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02476bdf

dev-ruby/best_in_place: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/best_in_place/Manifest   |  1 -
 dev-ruby/best_in_place/best_in_place-3.0.3.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/dev-ruby/best_in_place/Manifest b/dev-ruby/best_in_place/Manifest
index 054a80a..ca02553 100644
--- a/dev-ruby/best_in_place/Manifest
+++ b/dev-ruby/best_in_place/Manifest
@@ -1,2 +1 @@
-DIST best_in_place-3.0.3.gem 73216 SHA256 
495226571d111d1a1a65ac96b853b4560028e2c06d57e67929241a255c8a5b59 SHA512 
61a48e36debb611a4055fec071cfc124fd862b695f7d4b991a1c66403a24576abd45f6ab0d065d92b2bce45cdd6397d68f4d10627360696bf1ebee02e89fd1ed
 WHIRLPOOL 
2855200530ea107d1b7d5377e839f12960a50eab8339916ade003297f3e6221fb04a8b7695cf941c84ed60f2ee9bd63d668c0f95e7d551b99bb5e203f60471b0
 DIST best_in_place-3.1.0.gem 73728 SHA256 
4bc57e238e2a4f4b01b7c464fec4ea814189b180431deb603cc1db3fe00bc33c SHA512 
5296392d2534e8eb7c0136530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd
 WHIRLPOOL 
84f262964e42d767d5f355eb0236fbe2c8e948ff98292e7ddd3fe2315eb3707a900f2691dce6c0301da2b170828ce75767b2aac633c057b145a4d69e4438b317

diff --git a/dev-ruby/best_in_place/best_in_place-3.0.3.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.0.3.ebuild
deleted file mode 100644
index 6ec89aa..000
--- a/dev-ruby/best_in_place/best_in_place-3.0.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-# if ever needed
-#GITHUB_USER="bernat"
-#GITHUB_PROJECT="${PN}"
-#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
-
-inherit virtualx ruby-fakegem
-
-DESCRIPTION="In-place editor helper for Rails 3"
-HOMEPAGE="https://github.com/bernat/best_in_place;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/actionpack-3.2:*
-   >=dev-ruby/railties-3.2:*
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/rdiscount
-   dev-ruby/rspec-rails:3
-   >=dev-ruby/nokogiri-1.5.0
-   >=dev-ruby/capybara-1.1.2:0
-   dev-ruby/poltergeist
-   >=dev-ruby/rails-3.2
-   >=dev-ruby/sqlite3-1.3.4-r1
-   dev-ruby/launchy
-   dev-ruby/bundler
-   )"
-
-all_ruby_prepare() {
-   sed -i \
-   -e '/git ls-files/d' \
-   ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Tweak Gemfile so we can use it to run specs but can avoid missing
-   # dependencies. Also use packaged versions of jquery and jquery-ui.
-   sed -i -e '/\(rails-assets\|appraisal\)/ s:^:#:' \
-   -e '2agem "rspec", "~>3.0"' \
-   -e '2agem "jquery-rails"' -e '2agem "jquery-ui-rails"' \
-   Gemfile
-}
-
-each_ruby_test() {
-   ${RUBY} -S bundle exec rspec-3 spec || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2016-05-09 Thread Manuel Rüger
commit: 89ec94e32bb8bcc8fcb637b32b499bdd57a24c7f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May  9 22:23:56 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May  9 22:23:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ec94e3

dev-ruby/best_in_place: Drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/best_in_place/best_in_place-3.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/best_in_place/best_in_place-3.0.3.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.0.3.ebuild
index 295ecef..6ec89aa 100644
--- a/dev-ruby/best_in_place/best_in_place-3.0.3.ebuild
+++ b/dev-ruby/best_in_place/best_in_place-3.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/

2015-12-08 Thread Hans de Graaff
commit: d904c72efcccdeb46e073fc93de11debf10fc1d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  9 06:04:46 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  9 06:04:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d904c72e

dev-ruby/best_in_place: add 3.1.0

Package-Manager: portage-2.2.20.1

 dev-ruby/best_in_place/Manifest   |  1 +
 dev-ruby/best_in_place/best_in_place-3.1.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-ruby/best_in_place/Manifest b/dev-ruby/best_in_place/Manifest
index 27869b1..054a80a 100644
--- a/dev-ruby/best_in_place/Manifest
+++ b/dev-ruby/best_in_place/Manifest
@@ -1 +1,2 @@
 DIST best_in_place-3.0.3.gem 73216 SHA256 
495226571d111d1a1a65ac96b853b4560028e2c06d57e67929241a255c8a5b59 SHA512 
61a48e36debb611a4055fec071cfc124fd862b695f7d4b991a1c66403a24576abd45f6ab0d065d92b2bce45cdd6397d68f4d10627360696bf1ebee02e89fd1ed
 WHIRLPOOL 
2855200530ea107d1b7d5377e839f12960a50eab8339916ade003297f3e6221fb04a8b7695cf941c84ed60f2ee9bd63d668c0f95e7d551b99bb5e203f60471b0
+DIST best_in_place-3.1.0.gem 73728 SHA256 
4bc57e238e2a4f4b01b7c464fec4ea814189b180431deb603cc1db3fe00bc33c SHA512 
5296392d2534e8eb7c0136530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd
 WHIRLPOOL 
84f262964e42d767d5f355eb0236fbe2c8e948ff98292e7ddd3fe2315eb3707a900f2691dce6c0301da2b170828ce75767b2aac633c057b145a4d69e4438b317

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild
new file mode 100644
index 000..d2386e9
--- /dev/null
+++ b/dev-ruby/best_in_place/best_in_place-3.1.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+# if ever needed
+#GITHUB_USER="bernat"
+#GITHUB_PROJECT="${PN}"
+#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
+
+inherit virtualx ruby-fakegem
+
+DESCRIPTION="In-place editor helper for Rails 3"
+HOMEPAGE="https://github.com/bernat/best_in_place;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/actionpack-3.2:*
+   >=dev-ruby/railties-3.2:*
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rdiscount
+   dev-ruby/rspec-rails:3
+   >=dev-ruby/nokogiri-1.5.0
+   >=dev-ruby/capybara-1.1.2:0
+   dev-ruby/poltergeist
+   >=dev-ruby/rails-3.2
+   >=dev-ruby/sqlite3-1.3.4-r1
+   dev-ruby/launchy
+   dev-ruby/bundler
+   )"
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/git ls-files/d' \
+   ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Tweak Gemfile so we can use it to run specs but can avoid missing
+   # dependencies. Also use packaged versions of jquery and jquery-ui.
+   sed -i -e '/\(rails-assets\|appraisal\)/ s:^:#:' \
+   -e '2agem "rspec", "~>3.0"' \
+   -e '2agem "jquery-rails"' -e '2agem "jquery-ui-rails"' \
+   -e '/byebug/ s:^:#:' \
+   Gemfile
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rspec-3 spec || die
+}