public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in eclass: ruby.eclass vim.eclass
@ 2010-08-03 15:50 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-08-03 15:50 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/08/03 15:50:02

  Modified:             ruby.eclass vim.eclass
  Log:
  Require Ruby 1.8 and just 1.8 instead of virtual/ruby, eclasses style.
  Note the use of the EAPI-0 format rather than slot since we don't know where they are used...

Revision  Changes    Path
1.79                 eclass/ruby.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby.eclass?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby.eclass?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby.eclass?r1=1.78&r2=1.79

Index: ruby.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ruby.eclass	3 Apr 2010 11:53:34 -0000	1.78
+++ ruby.eclass	3 Aug 2010 15:50:02 -0000	1.79
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.78 2010/04/03 11:53:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.79 2010/08/03 15:50:02 flameeyes Exp $
 #
 # DEPRECATION NOTICE
 # This eclass is deprecated because it does not properly handle
@@ -61,8 +61,8 @@
 
 # If you specify RUBY_OPTIONAL you also need to take care of ruby useflag and dependency.
 if [[ ${RUBY_OPTIONAL} != "yes" ]]; then
-	DEPEND="${DEPEND} virtual/ruby"
-	RDEPEND="${RDEPEND} virtual/ruby"
+	DEPEND="${DEPEND} =dev-lang/ruby-1.8*"
+	RDEPEND="${RDEPEND} =dev-lang/ruby-1.8*"
 fi
 
 [[ -z "${RUBY}" ]] && export RUBY=/usr/bin/ruby



1.190                eclass/vim.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vim.eclass?rev=1.190&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vim.eclass?rev=1.190&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vim.eclass?r1=1.189&r2=1.190

Index: vim.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- vim.eclass	20 Jul 2010 13:53:43 -0000	1.189
+++ vim.eclass	3 Aug 2010 15:50:02 -0000	1.190
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.189 2010/07/20 13:53:43 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.190 2010/08/03 15:50:02 flameeyes Exp $
 
 # Authors:
 # 	Jim Ramsay <i.am@gentoo.org>
@@ -86,13 +86,13 @@
 		gpm?     ( >=sys-libs/gpm-1.19.3 )
 		perl?    ( dev-lang/perl )
 		acl?     ( kernel_linux? ( sys-apps/acl ) )
-		ruby?    ( virtual/ruby )"
+		ruby?    ( =dev-lang/ruby-1.8* )"
 	RDEPEND="${RDEPEND}
 		cscope?  ( dev-util/cscope )
 		gpm?     ( >=sys-libs/gpm-1.19.3 )
 		perl?    ( dev-lang/perl )
 		acl?     ( kernel_linux? ( sys-apps/acl ) )
-		ruby?    ( virtual/ruby )
+		ruby?    ( =dev-lang/ruby-1.8* )
 		!<app-vim/align-30-r1
 		!app-vim/vimspell
 		!<app-vim/vimbuddy-0.9.1-r1






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

only message in thread, other threads:[~2010-08-03 16:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03 15:50 [gentoo-commits] gentoo-x86 commit in eclass: ruby.eclass vim.eclass 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