Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/origin: origin-1.0.1.ebuild ChangeLog
Date: Thu, 21 Jun 2012 13:28:51
Message-Id: 20120621132839.AADF22004B@flycatcher.gentoo.org
1 flameeyes 12/06/21 13:28:39
2
3 Modified: origin-1.0.1.ebuild ChangeLog
4 Log:
5 Remove mongodb usage (not needed for this package).
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/origin/origin-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/origin-1.0.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/origin-1.0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/origin-1.0.1.ebuild?r1=1.1&r2=1.2
15
16 Index: origin-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/origin/origin-1.0.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- origin-1.0.1.ebuild 21 Jun 2012 12:43:34 -0000 1.1
23 +++ origin-1.0.1.ebuild 21 Jun 2012 13:28:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/origin/origin-1.0.1.ebuild,v 1.1 2012/06/21 12:43:34 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/origin/origin-1.0.1.ebuild,v 1.2 2012/06/21 13:28:39 flameeyes Exp $
29
30 EAPI=4
31
32 @@ -39,33 +39,10 @@
33 >=dev-ruby/tzinfo-0.3.22
34 )"
35
36 -DEPEND+=" test? ( dev-db/mongodb )"
37 -
38 all_ruby_prepare() {
39 # remove references to bundler, as the gemfile does not add anything
40 # we need to care about.
41 sed -i -e '/[bB]undler/d' Rakefile || die
42 # remove the Gemfile as well or it'll try to load it during testing
43 rm Gemfile || die
44 -
45 - #epatch "${FILESDIR}"/${PN}-2.4.5-gentoo.patch
46 -}
47 -
48 -each_ruby_test() {
49 - mkdir "${T}/mongodb_$(basename $RUBY)"
50 - mongod --port 27017 --dbpath "${T}/mongodb_$(basename $RUBY)" \
51 - --noprealloc --noauth --nohttpinterface --nounixsocket --nojournal \
52 - --bind_ip 127.255.255.254 &
53 - mongod_pid=$!
54 - failed=0
55 -
56 - sleep 2
57 -
58 - export MONGOID_SPEC_HOST="127.255.255.254"
59 - export MONGOID_SPEC_PORT="27017"
60 -
61 - ${RUBY} -S rake ${RUBY_FAKEGEM_TASK_TEST} || failed=1
62 - kill "${mongod_pid}"
63 -
64 - [[ "${failed}" == "1" ]] && die "tests failed"
65 }
66
67
68
69 1.2 dev-ruby/origin/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/ChangeLog?rev=1.2&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/ChangeLog?rev=1.2&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/origin/ChangeLog?r1=1.1&r2=1.2
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/origin/ChangeLog,v
78 retrieving revision 1.1
79 retrieving revision 1.2
80 diff -u -r1.1 -r1.2
81 --- ChangeLog 21 Jun 2012 12:43:34 -0000 1.1
82 +++ ChangeLog 21 Jun 2012 13:28:39 -0000 1.2
83 @@ -1,6 +1,9 @@
84 # ChangeLog for dev-ruby/origin
85 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/origin/ChangeLog,v 1.1 2012/06/21 12:43:34 flameeyes Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/origin/ChangeLog,v 1.2 2012/06/21 13:28:39 flameeyes Exp $
88 +
89 + 21 Jun 2012; Diego E. Pettenò <flameeyes@g.o> origin-1.0.1.ebuild:
90 + Remove mongodb usage (not needed for this package).
91
92 *origin-1.0.1 (21 Jun 2012)