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/ruby-oci8: ChangeLog ruby-oci8-1.0.2.ebuild
Date: Mon, 06 Oct 2008 10:08:43
Message-Id: E1Kmn17-0003PH-RE@stork.gentoo.org
1 flameeyes 08/10/06 10:08:41
2
3 Modified: ChangeLog ruby-oci8-1.0.2.ebuild
4 Log:
5 Fix build-time dependencies.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.5 dev-ruby/ruby-oci8/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 12 Jul 2008 05:21:06 -0000 1.4
22 +++ ChangeLog 6 Oct 2008 10:08:41 -0000 1.5
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ruby/ruby-oci8
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.4 2008/07/12 05:21:06 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.5 2008/10/06 10:08:41 flameeyes Exp $
28 +
29 + 06 Oct 2008; Diego Pettenò <flameeyes@g.o> ruby-oci8-1.0.2.ebuild:
30 + Fix build-time dependencies.
31
32 *ruby-oci8-1.0.2 (12 Jul 2008)
33
34
35
36
37 1.2 dev-ruby/ruby-oci8/ruby-oci8-1.0.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-1.0.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-1.0.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-1.0.2.ebuild?r1=1.1&r2=1.2
42
43 Index: ruby-oci8-1.0.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-1.0.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- ruby-oci8-1.0.2.ebuild 12 Jul 2008 05:21:06 -0000 1.1
50 +++ ruby-oci8-1.0.2.ebuild 6 Oct 2008 10:08:41 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-1.0.2.ebuild,v 1.1 2008/07/12 05:21:06 graaff Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-1.0.2.ebuild,v 1.2 2008/10/06 10:08:41 flameeyes Exp $
56
57 inherit ruby
58
59 @@ -18,6 +18,7 @@
60 RDEPEND="dev-db/oracle-instantclient-basic
61 dev-db/oracle-instantclient-sqlplus
62 virtual/ruby"
63 +DEPEND="${RDEPEND}"
64
65 src_compile() {
66 emake CONFIG_OPT="--prefix=${D}usr" || die