* [gentoo-commits] gentoo-x86 commit in dev-ruby/bundler: bundler-1.1.5.ebuild ChangeLog
@ 2012-08-14 3:10 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-08-14 3:10 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/08/14 03:10:38
Modified: bundler-1.1.5.ebuild ChangeLog
Log:
Bump to EAPI 4; use the compact syntax to add dependencies; add a patch to not fail tests when running them without userpriv; remove each_ruby_prepare that is pointless right now.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/bundler/bundler-1.1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.1.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.1.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.1.5.ebuild?r1=1.1&r2=1.2
Index: bundler-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bundler-1.1.5.ebuild 30 Jul 2012 19:38:31 -0000 1.1
+++ bundler-1.1.5.ebuild 14 Aug 2012 03:10:38 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.1.5.ebuild,v 1.1 2012/07/30 19:38:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.1.5.ebuild,v 1.2 2012/08/14 03:10:38 flameeyes Exp $
-EAPI=2
+EAPI=4
# jruby → needs to be tested because jruby-1.5.1 fails in multiple
# ways unrelated to this package.
@@ -28,10 +28,10 @@
ruby_add_bdepend "test? ( app-text/ronn )"
-RDEPEND="${RDEPEND}
- dev-vcs/git"
-DEPEND="${DEPEND}
- test? ( dev-vcs/git )"
+RDEPEND+=" dev-vcs/git"
+DEPEND+=" test? ( dev-vcs/git )"
+
+RUBY_PATCHES=( "${P}-nouserpriv.patch" )
all_ruby_prepare() {
# Bundler only supports running the specs from git:
@@ -44,14 +44,3 @@
# regression.
sed -i -e '/works when you bundle exec bundle/,/^ end/ s:^:#:' spec/install/deploy_spec.rb || die
}
-
-each_ruby_prepare() {
- case ${RUBY} in
- *ruby19)
- # Account for different wording in ruby 1.9.3.
-# sed -i -e 's/no such file to load/cannot load such file/' spec/runtime/require_spec.rb spec/install/gems/groups_spec.rb || die
- ;;
- *)
- ;;
- esac
-}
1.41 dev-ruby/bundler/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 30 Jul 2012 19:38:31 -0000 1.40
+++ ChangeLog 14 Aug 2012 03:10:38 -0000 1.41
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/bundler
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.40 2012/07/30 19:38:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.41 2012/08/14 03:10:38 flameeyes Exp $
+
+ 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ +files/bundler-1.1.5-nouserpriv.patch, bundler-1.1.5.ebuild:
+ Bump to EAPI 4; use the compact syntax to add dependencies; add a patch to not
+ fail tests when running them without userpriv; remove each_ruby_prepare that
+ is pointless right now.
*bundler-1.1.5 (30 Jul 2012)
@@ -172,4 +178,3 @@
+bundler-0.8.1.ebuild, +metadata.xml:
Initial import of bundler, that might not be too nice for us but it's
still a decent tool for developers.
-
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-14 3:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 3:10 [gentoo-commits] gentoo-x86 commit in dev-ruby/bundler: bundler-1.1.5.ebuild ChangeLog Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox