* [gentoo-commits] gentoo-x86 commit in dev-ruby/best_in_place: ChangeLog best_in_place-2.1.0.ebuild
@ 2014-12-30 10:10 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2014-12-30 10:10 UTC (permalink / raw
To: gentoo-commits
graaff 14/12/30 10:10:09
Modified: ChangeLog best_in_place-2.1.0.ebuild
Log:
Fix versioning issues to make all test pass again.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.15 dev-ruby/best_in_place/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 21 May 2014 01:52:07 -0000 1.14
+++ ChangeLog 30 Dec 2014 10:10:09 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/best_in_place
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.14 2014/05/21 01:52:07 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.15 2014/12/30 10:10:09 graaff Exp $
+
+ 30 Dec 2014; Hans de Graaff <graaff@gentoo.org> best_in_place-2.1.0.ebuild:
+ Fix versioning issues to make all test pass again.
21 May 2014; Manuel Rüger <mrueg@gentoo.org> best_in_place-2.1.0.ebuild:
Remove ruby18 target. EAPI bump.
1.3 dev-ruby/best_in_place/best_in_place-2.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?r1=1.2&r2=1.3
Index: best_in_place-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- best_in_place-2.1.0.ebuild 21 May 2014 01:52:07 -0000 1.2
+++ best_in_place-2.1.0.ebuild 30 Dec 2014 10:10:09 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v 1.2 2014/05/21 01:52:07 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v 1.3 2014/12/30 10:10:09 graaff Exp $
EAPI=5
USE_RUBY="ruby19"
@@ -26,13 +26,13 @@
IUSE=""
ruby_add_rdepend ">=dev-ruby/rails-3.1
- dev-ruby/jquery-rails"
+ dev-ruby/jquery-rails:0"
ruby_add_bdepend "
test? (
- dev-ruby/rspec-rails
+ dev-ruby/rspec-rails:2
>=dev-ruby/nokogiri-1.5.0
- >=dev-ruby/capybara-1.1.2
+ >=dev-ruby/capybara-1.1.2:0
>=dev-ruby/rails-3.2
>=dev-ruby/sqlite3-1.3.4-r1
dev-ruby/kramdown
@@ -45,16 +45,18 @@
sed -i \
-e '/git ls-files/d' \
- -e '/rspec-rails/s:,.*::' \
+ -e '/rspec-rails/ s:2.8.0:2.8:' \
+ -e 's/"jquery-rails"/"jquery-rails", "~>2.0"/' \
${RUBY_FAKEGEM_GEMSPEC} || die
sed -i \
-e '/gem .rails/s:3.2: ~> 3.2:' \
- -e '/group :assets/,/^end/ d' \
test_app/Gemfile || die
+
+ sed -i -e '8agem "rspec", "~> 2.8"' Gemfile || die
}
each_ruby_test() {
RAILS_ENV=test ${RUBY} -C test_app -S rake db:migrate || die "test_app migration failed"
- VIRTUALX_COMMAND="${RUBY}" virtualmake -S bundle exec rspec spec || die "Specs failed"
+ VIRTUALX_COMMAND="${RUBY}" virtualmake -S bundle exec rspec-2 spec || die "Specs failed"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/best_in_place: ChangeLog best_in_place-2.1.0.ebuild
@ 2014-12-30 10:50 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2014-12-30 10:50 UTC (permalink / raw
To: gentoo-commits
graaff 14/12/30 10:50:16
Modified: ChangeLog best_in_place-2.1.0.ebuild
Log:
Add ruby20. Use correct slot for jquery-rails.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.16 dev-ruby/best_in_place/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 30 Dec 2014 10:10:09 -0000 1.15
+++ ChangeLog 30 Dec 2014 10:50:16 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/best_in_place
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.15 2014/12/30 10:10:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.16 2014/12/30 10:50:16 graaff Exp $
+
+ 30 Dec 2014; Hans de Graaff <graaff@gentoo.org> best_in_place-2.1.0.ebuild:
+ Add ruby20. Use correct slot for jquery-rails.
30 Dec 2014; Hans de Graaff <graaff@gentoo.org> best_in_place-2.1.0.ebuild:
Fix versioning issues to make all test pass again.
1.4 dev-ruby/best_in_place/best_in_place-2.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild?r1=1.3&r2=1.4
Index: best_in_place-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- best_in_place-2.1.0.ebuild 30 Dec 2014 10:10:09 -0000 1.3
+++ best_in_place-2.1.0.ebuild 30 Dec 2014 10:50:16 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v 1.3 2014/12/30 10:10:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-2.1.0.ebuild,v 1.4 2014/12/30 10:50:16 graaff Exp $
EAPI=5
-USE_RUBY="ruby19"
+USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -26,7 +26,7 @@
IUSE=""
ruby_add_rdepend ">=dev-ruby/rails-3.1
- dev-ruby/jquery-rails:0"
+ dev-ruby/jquery-rails:2"
ruby_add_bdepend "
test? (
@@ -58,5 +58,5 @@
each_ruby_test() {
RAILS_ENV=test ${RUBY} -C test_app -S rake db:migrate || die "test_app migration failed"
- VIRTUALX_COMMAND="${RUBY}" virtualmake -S bundle exec rspec-2 spec || die "Specs failed"
+ VIRTUALX_COMMAND="${RUBY}" virtualmake -S bundle exec ${RUBY} -S rspec-2 spec || die "Specs failed"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/best_in_place: ChangeLog best_in_place-2.1.0.ebuild
@ 2015-07-04 19:48 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2015-07-04 19:48 UTC (permalink / raw
To: gentoo-commits
graaff 15/07/04 19:48:41
Modified: ChangeLog
Removed: best_in_place-2.1.0.ebuild
Log:
Cleanup for security bug 552326.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.19 dev-ruby/best_in_place/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/best_in_place/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 4 Jul 2015 19:46:43 -0000 1.18
+++ ChangeLog 4 Jul 2015 19:48:41 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/best_in_place
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.18 2015/07/04 19:46:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/ChangeLog,v 1.19 2015/07/04 19:48:41 graaff Exp $
+
+ 04 Jul 2015; Hans de Graaff <graaff@gentoo.org> -best_in_place-2.1.0.ebuild:
+ Cleanup for security bug 552326.
*best_in_place-3.0.3 (04 Jul 2015)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-04 19:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30 10:50 [gentoo-commits] gentoo-x86 commit in dev-ruby/best_in_place: ChangeLog best_in_place-2.1.0.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2015-07-04 19:48 Hans de Graaff (graaff)
2014-12-30 10:10 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox