public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2015-12-09  6:30 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2015-12-09  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d904c72efcccdeb46e073fc93de11debf10fc1d0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 06:04:46 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec  9 06:04:46 2015 +0000
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 5296392d2534e8eb7c01eeee36530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd 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 0000000..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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2016-05-09 22:24 Manuel Rüger
  0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2016-05-09 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     89ec94e32bb8bcc8fcb637b32b499bdd57a24c7f
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 22:23:56 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May  9 22:23:56 2016 +0000
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"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2016-08-01  5:41 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2016-08-01  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     02476bdf95c38e2adf476faf1a0a97b652b18886
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 06:05:14 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 05:41:09 2016 +0000
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 5296392d2534e8eb7c01eeee36530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd 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..0000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2017-05-10  6:11 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2017-05-10  6:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a714865b6fe8423bada60e0c82247cf58f47367f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 06:11:30 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed May 10 06:11:30 2017 +0000
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() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2017-06-06  4:57 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2017-06-06  4:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ae91288541092627b0b2bfc4631d34234ed0cf21
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 04:53:49 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 04:53:49 2017 +0000
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 5296392d2534e8eb7c01eeee36530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2017-09-23  7:51 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2017-09-23  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     b88db2b4981891004d5822e554c8d3ed943a9ca0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 06:39:06 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 07:50:54 2017 +0000
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 5296392d2534e8eb7c01eeee36530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2018-05-05  9:36 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2018-05-05  9:36 UTC (permalink / raw
  To: gentoo-commits

commit:     eeb3ee533f79df7affc8001776a1bf76a53f28f2
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May  5 09:11:10 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May  5 09:35:09 2018 +0000
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"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2018-12-13  8:09 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2018-12-13  8:09 UTC (permalink / raw
  To: gentoo-commits

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

dev-ruby/best_in_place: add ruby25

Signed-off-by: Hans de Graaff <graaff <AT> 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"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2019-05-06 17:58 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2019-05-06 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e505d611ccfe4eca62f0173da667f5184b1121c6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 17:35:45 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May  6 17:58:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e505d611

dev-ruby/best_in_place: add ruby26

Signed-off-by: Hans de Graaff <graaff <AT> 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() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2020-08-23  6:24 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2020-08-23  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     54e13ebfce5717f68cb3850738f51b0bd07f1325
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 06:02:55 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 06:24:24 2020 +0000
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 <graaff <AT> 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() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/
@ 2022-07-19  6:14 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2022-07-19  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a1c02db13e981bb4daf9765659d2039e5aeac260
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 06:08:06 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 06:08:06 2022 +0000
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 <graaff <AT> 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..000000000000
--- 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..000000000000
--- 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..000000000000
--- a/dev-ruby/best_in_place/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>ruby@gentoo.org</email>
-    <name>Gentoo Ruby Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">bernat/best_in_place</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-07-19  6:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-23  7:51 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/best_in_place/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2022-07-19  6:14 Hans de Graaff
2020-08-23  6:24 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2018-12-13  8:09 Hans de Graaff
2018-05-05  9:36 Hans de Graaff
2017-06-06  4:57 Hans de Graaff
2017-05-10  6:11 Hans de Graaff
2016-08-01  5:41 Hans de Graaff
2016-05-09 22:24 Manuel Rüger
2015-12-09  6:30 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox