From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MWvev-0003Ox-K8 for garchives@archives.gentoo.org; Fri, 31 Jul 2009 17:12:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF5CE0732; Fri, 31 Jul 2009 17:12:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 810ADE0732 for ; Fri, 31 Jul 2009 17:12:44 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 1701A64D0D for ; Fri, 31 Jul 2009 17:12:44 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MWvet-0005mQ-Fa for gentoo-commits@lists.gentoo.org; Fri, 31 Jul 2009 17:12:43 +0000 From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-1.8.7_p174.ebuild ruby-1.8.6_p369.ebuild ChangeLog ruby-1.9.1_p129-r1.ebuild ruby-1.9.1_p129.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ruby-1.8.7_p174.ebuild ruby-1.8.6_p369.ebuild ChangeLog ruby-1.9.1_p129-r1.ebuild ruby-1.9.1_p129.ebuild X-VCS-Directories: dev-lang/ruby X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Fri, 31 Jul 2009 17:12:43 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f14a6796-523e-44ec-9484-c1c5707a9884 X-Archives-Hash: c149b7f69943c58cfb46e73427787d4c ssuominen 09/07/31 17:12:43 Modified: ruby-1.8.7_p174.ebuild ruby-1.8.6_p369.ebuild ChangeLog ruby-1.9.1_p129-r1.ebuild ruby-1.9.1_p129.ebuild Log: Move USE defaults berkdb and gdbm from profiles/base/package.use to her= e. (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.2 dev-lang/ruby/ruby-1.8.7_p174.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.8.7_p174.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.8.7_p174.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.8.7_p174.ebuild?r1=3D1.1&r2=3D1.2 Index: ruby-1.8.7_p174.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p174.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ruby-1.8.7_p174.ebuild 18 Jun 2009 13:12:32 -0000 1.1 +++ ruby-1.8.7_p174.ebuild 31 Jul 2009 17:12:43 -0000 1.2 @@ -1,7 +1,8 @@ # 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_p174.ebuild,= v 1.1 2009/06/18 13:12:32 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p174.ebuild,= v 1.2 2009/07/31 17:12:43 ssuominen Exp $ =20 +EAPI=3D1 inherit autotools eutils flag-o-matic multilib versionator =20 MY_P=3D"${PN}-$(replace_version_separator 3 '-')" @@ -17,7 +18,7 @@ =20 LICENSE=3D"|| ( Ruby GPL-2 )" KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~= sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE=3D"berkdb debug doc emacs examples gdbm ipv6 rubytests socks5 ssl t= hreads tk xemacs" +IUSE=3D"+berkdb debug doc emacs examples +gdbm ipv6 rubytests socks5 ssl= threads tk xemacs" =20 RDEPEND=3D" berkdb? ( sys-libs/db ) 1.11 dev-lang/ruby/ruby-1.8.6_p369.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.8.6_p369.ebuild?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.8.6_p369.ebuild?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.8.6_p369.ebuild?r1=3D1.10&r2=3D1.11 Index: ruby-1.8.6_p369.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p369.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ruby-1.8.6_p369.ebuild 21 Jun 2009 14:17:24 -0000 1.10 +++ ruby-1.8.6_p369.ebuild 31 Jul 2009 17:12:43 -0000 1.11 @@ -1,7 +1,8 @@ # 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_p369.ebuild,= v 1.10 2009/06/21 14:17:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p369.ebuild,= v 1.11 2009/07/31 17:12:43 ssuominen Exp $ =20 +EAPI=3D1 inherit autotools eutils flag-o-matic multilib versionator =20 MY_P=3D"${PN}-$(replace_version_separator 3 '-')" @@ -16,7 +17,7 @@ =20 LICENSE=3D"|| ( Ruby GPL-2 )" KEYWORDS=3D"alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 = ~x86-fbsd" -IUSE=3D"berkdb debug doc emacs examples gdbm ipv6 rubytests socks5 ssl t= hreads tk xemacs" +IUSE=3D"+berkdb debug doc emacs examples +gdbm ipv6 rubytests socks5 ssl= threads tk xemacs" =20 RDEPEND=3D" berkdb? ( sys-libs/db ) 1.419 dev-lang/ruby/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/Chan= geLog?rev=3D1.419&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/Chan= geLog?rev=3D1.419&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/Chan= geLog?r1=3D1.418&r2=3D1.419 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v retrieving revision 1.418 retrieving revision 1.419 diff -u -r1.418 -r1.419 --- ChangeLog 28 Jun 2009 21:31:34 -0000 1.418 +++ ChangeLog 31 Jul 2009 17:12:43 -0000 1.419 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.418 2009/= 06/28 21:31:34 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.419 2009/= 07/31 17:12:43 ssuominen Exp $ + + 31 Jul 2009; Samuli Suominen + ruby-1.8.6_p369.ebuild, ruby-1.8.7_p174.ebuild, ruby-1.9.1_p129.ebuild= , + ruby-1.9.1_p129-r1.ebuild: + Move USE defaults berkdb and gdbm from profiles/base/package.use to he= re. =20 28 Jun 2009; Alex Legler -ruby-1.8.6_p368.ebuild: Removing vulnerable ebuild, bug 273213. 1.3 dev-lang/ruby/ruby-1.9.1_p129-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.9.1_p129-r1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.9.1_p129-r1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.9.1_p129-r1.ebuild?r1=3D1.2&r2=3D1.3 Index: ruby-1.9.1_p129-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.1_p129-r1.ebuild= ,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ruby-1.9.1_p129-r1.ebuild 20 Jun 2009 17:11:24 -0000 1.2 +++ ruby-1.9.1_p129-r1.ebuild 31 Jul 2009 17:12:43 -0000 1.3 @@ -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.9.1_p129-r1.ebui= ld,v 1.2 2009/06/20 17:11:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.1_p129-r1.ebui= ld,v 1.3 2009/07/31 17:12:43 ssuominen Exp $ =20 EAPI=3D2 =20 @@ -24,7 +24,7 @@ =20 LICENSE=3D"|| ( Ruby GPL-2 )" KEYWORDS=3D"~amd64 ~x86 ~x86-fbsd" -IUSE=3D"berkdb debug doc emacs examples gdbm ipv6 rubytests socks5 ssl t= k xemacs" +IUSE=3D"+berkdb debug doc emacs examples +gdbm ipv6 rubytests socks5 ssl= tk xemacs" =20 RDEPEND=3D" berkdb? ( sys-libs/db ) 1.4 dev-lang/ruby/ruby-1.9.1_p129.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.9.1_p129.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.9.1_p129.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby= -1.9.1_p129.ebuild?r1=3D1.3&r2=3D1.4 Index: ruby-1.9.1_p129.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.1_p129.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ruby-1.9.1_p129.ebuild 24 May 2009 12:11:25 -0000 1.3 +++ ruby-1.9.1_p129.ebuild 31 Jul 2009 17:12:43 -0000 1.4 @@ -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.9.1_p129.ebuild,= v 1.3 2009/05/24 12:11:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.1_p129.ebuild,= v 1.4 2009/07/31 17:12:43 ssuominen Exp $ =20 EAPI=3D2 =20 @@ -24,7 +24,7 @@ =20 LICENSE=3D"|| ( Ruby GPL-2 )" KEYWORDS=3D"~amd64 ~x86 ~x86-fbsd" -IUSE=3D"berkdb debug doc emacs examples gdbm ipv6 rubytests socks5 ssl t= k xemacs" +IUSE=3D"+berkdb debug doc emacs examples +gdbm ipv6 rubytests socks5 ssl= tk xemacs" =20 RDEPEND=3D" berkdb? ( sys-libs/db )