Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Alex Legler (a3li)" <a3li@g.o>
Subject: gentoo-x86 commit in dev-lang/ruby: ChangeLog ruby-1.8.7_p72-r2.ebuild ruby-1.8.6_p287-r5.ebuild ruby-1.8.6_p287-r12.ebuild
Date: Tue, 24 Feb 2009 10:15:24 +0000
a3li        09/02/24 10:15:24

  Modified:             ChangeLog ruby-1.8.7_p72-r2.ebuild
                        ruby-1.8.6_p287-r5.ebuild
                        ruby-1.8.6_p287-r12.ebuild
  Log:
  Fixing Tk USE flag test, bug 258893.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.380                dev-lang/ruby/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.380&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.380&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.379&r2=1.380

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.379
retrieving revision 1.380
diff -u -r1.379 -r1.380
--- ChangeLog	23 Feb 2009 18:11:29 -0000	1.379
+++ ChangeLog	24 Feb 2009 10:15:24 -0000	1.380
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.379 2009/02/23 18:11:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.380 2009/02/24 10:15:24 a3li Exp $
+
+  24 Feb 2009; Alex Legler <a3li@g.o> ruby-1.8.6_p287-r5.ebuild,
+  ruby-1.8.6_p287-r12.ebuild, ruby-1.8.7_p72-r2.ebuild:
+  Fixing Tk USE flag test, bug 258893.
 
   23 Feb 2009; Brent Baude <ranger@g.o> ruby-1.8.6_p287-r5.ebuild:
   Marking ruby-1.8.6_p287-r5 ppc64 for bug 260006



1.2                  dev-lang/ruby/ruby-1.8.7_p72-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p72-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p72-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p72-r2.ebuild?r1=1.1&r2=1.2

Index: ruby-1.8.7_p72-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p72-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-1.8.7_p72-r2.ebuild	23 Feb 2009 14:05:31 -0000	1.1
+++ ruby-1.8.7_p72-r2.ebuild	24 Feb 2009 10:15:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p72-r2.ebuild,v 1.1 2009/02/23 14:05:31 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p72-r2.ebuild,v 1.2 2009/02/24 10:15:24 a3li Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -42,7 +42,10 @@
 PROVIDE="virtual/ruby"
 
 pkg_setup() {
-	if use tk && ! (use threads == built_with_use dev-lang/tk threads) ; then
+	use tk || return
+
+	if (use threads && ! built_with_use dev-lang/tk threads) \
+		|| (! use threads && built_with_use dev-lang/tk threads) ; then
 		eerror
 		eerror "You have Tk support enabled."
 		eerror



1.6                  dev-lang/ruby/ruby-1.8.6_p287-r5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r5.ebuild?r1=1.5&r2=1.6

Index: ruby-1.8.6_p287-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-1.8.6_p287-r5.ebuild	23 Feb 2009 18:11:29 -0000	1.5
+++ ruby-1.8.6_p287-r5.ebuild	24 Feb 2009 10:15:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r5.ebuild,v 1.5 2009/02/23 18:11:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r5.ebuild,v 1.6 2009/02/24 10:15:24 a3li Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -40,7 +40,10 @@
 PROVIDE="virtual/ruby"
 
 pkg_setup() {
-	if use tk && ! (use threads == built_with_use dev-lang/tk threads) ; then
+	use tk || return
+
+	if (use threads && ! built_with_use dev-lang/tk threads) \
+		|| (! use threads && built_with_use dev-lang/tk threads) ; then
 		eerror
 		eerror "You have Tk support enabled."
 		eerror



1.2                  dev-lang/ruby/ruby-1.8.6_p287-r12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r12.ebuild?r1=1.1&r2=1.2

Index: ruby-1.8.6_p287-r12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-1.8.6_p287-r12.ebuild	23 Feb 2009 14:05:31 -0000	1.1
+++ ruby-1.8.6_p287-r12.ebuild	24 Feb 2009 10:15:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r12.ebuild,v 1.1 2009/02/23 14:05:31 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p287-r12.ebuild,v 1.2 2009/02/24 10:15:24 a3li Exp $
 
 WANT_AUTOCONF="latest"
 WANT_AUTOMAKE="latest"
@@ -40,7 +40,10 @@
 PROVIDE="virtual/ruby"
 
 pkg_setup() {
-	if use tk && ! (use threads == built_with_use dev-lang/tk threads) ; then
+	use tk || return
+
+	if (use threads && ! built_with_use dev-lang/tk threads) \
+		|| (! use threads && built_with_use dev-lang/tk threads) ; then
 		eerror
 		eerror "You have Tk support enabled."
 		eerror





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in media-tv/xbmc/files: xbmc-readsector.patch xbmc-fribidi.patch
Next by thread:
gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-0.9.10.ebuild pulseaudio-0.9.7.ebuild pulseaudio-0.9.14.ebuild pulseaudio-0.9.12.ebuild pulseaudio-0.9.11.ebuild pulseaudio-0.9.10-r1.ebuild ChangeLog pulseaudio-0.9.9.ebuild pulseaudio-0.9.11-r1.ebuild pulseaudio-0.9.12-r1.ebuild pulseaudio-0.9.13.ebuild pulseaudio-0.9.11-r2.ebuild
Previous by date:
gentoo commit in xml/htdocs/proj/en/perl: outdated-cpan-packages.xml
Next by date:
gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-0.9.10.ebuild pulseaudio-0.9.7.ebuild pulseaudio-0.9.14.ebuild pulseaudio-0.9.12.ebuild pulseaudio-0.9.11.ebuild pulseaudio-0.9.10-r1.ebuild ChangeLog pulseaudio-0.9.9.ebuild pulseaudio-0.9.11-r1.ebuild pulseaudio-0.9.12-r1.ebuild pulseaudio-0.9.13.ebuild pulseaudio-0.9.11-r2.ebuild


Updated Jul 30, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.