public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-oci8: ChangeLog ruby-oci8-2.1.7-r1.ebuild ruby-oci8-2.1.7.ebuild
@ 2015-03-02 18:32 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2015-03-02 18:32 UTC (permalink / raw
  To: gentoo-commits

graaff      15/03/02 18:32:51

  Modified:             ChangeLog ruby-oci8-2.1.7-r1.ebuild
                        ruby-oci8-2.1.7.ebuild
  Log:
  Write dependencies in a way that will not interfere with the ruby eclasses.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.33                 dev-ruby/ruby-oci8/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	2 Mar 2015 10:30:58 -0000	1.32
+++ ChangeLog	2 Mar 2015 18:32:51 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-oci8
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.32 2015/03/02 10:30:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ChangeLog,v 1.33 2015/03/02 18:32:51 graaff Exp $
+
+  02 Mar 2015; Hans de Graaff <graaff@gentoo.org> ruby-oci8-2.1.7.ebuild,
+  ruby-oci8-2.1.7-r1.ebuild:
+  Write dependencies in a way that will not interfere with the ruby eclasses.
 
 *ruby-oci8-2.1.7-r1 (02 Mar 2015)
 



1.2                  dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild?r1=1.1&r2=1.2

Index: ruby-oci8-2.1.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-oci8-2.1.7-r1.ebuild	2 Mar 2015 10:30:58 -0000	1.1
+++ ruby-oci8-2.1.7-r1.ebuild	2 Mar 2015 18:32:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild,v 1.1 2015/03/02 10:30:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7-r1.ebuild,v 1.2 2015/03/02 18:32:51 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -17,8 +17,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-db/oracle-instantclient-basic"
-DEPEND="${RDEPEND}"
+RDEPEND+=" dev-db/oracle-instantclient-basic"
+DEPEND+=" dev-db/oracle-instantclient-basic"
 
 EXT_DIR="ext/oci8"
 



1.3                  dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild?r1=1.2&r2=1.3

Index: ruby-oci8-2.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-oci8-2.1.7.ebuild	2 Mar 2015 10:30:58 -0000	1.2
+++ ruby-oci8-2.1.7.ebuild	2 Mar 2015 18:32:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild,v 1.2 2015/03/02 10:30:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-oci8/ruby-oci8-2.1.7.ebuild,v 1.3 2015/03/02 18:32:51 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -17,8 +17,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-db/oracle-instantclient-basic"
-DEPEND="${RDEPEND}"
+RDEPEND+=" dev-db/oracle-instantclient-basic"
+DEPEND+=" dev-db/oracle-instantclient-basic"
 
 EXT_DIR="ext/oci8"
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-02 18:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 18:32 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-oci8: ChangeLog ruby-oci8-2.1.7-r1.ebuild ruby-oci8-2.1.7.ebuild 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