diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-11 13:14:50 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-11 13:14:50 +0000 |
commit | 0ebb4ad86dabe60e9b0758f294fb33bc40ccfcb9 (patch) | |
tree | b9630bba44b97eba9a295f26f1d85bd4eec90309 /dev-lang/ruby | |
parent | stable x86, security bug 300468 (diff) | |
download | historical-0ebb4ad86dabe60e9b0758f294fb33bc40ccfcb9.tar.gz historical-0ebb4ad86dabe60e9b0758f294fb33bc40ccfcb9.tar.bz2 historical-0ebb4ad86dabe60e9b0758f294fb33bc40ccfcb9.zip |
stable x86, security bug 300468
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.6_p388.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.7_p249.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index 051ec5b8811b..968886ac1437 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.436 2010/01/11 13:12:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.437 2010/01/11 13:14:50 fauli Exp $ + + 11 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + ruby-1.8.6_p388.ebuild: + stable x86, security bug 300468 11 Jan 2010; Christian Faulhammer <fauli@gentoo.org> ruby-1.8.7_p249.ebuild: diff --git a/dev-lang/ruby/ruby-1.8.6_p388.ebuild b/dev-lang/ruby/ruby-1.8.6_p388.ebuild index 90a49a8e3a79..cd1f61718190 100644 --- a/dev-lang/ruby/ruby-1.8.6_p388.ebuild +++ b/dev-lang/ruby/ruby-1.8.6_p388.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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_p388.ebuild,v 1.1 2010/01/10 22:04:16 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p388.ebuild,v 1.2 2010/01/11 13:14:50 fauli Exp $ EAPI=1 inherit autotools eutils flag-o-matic multilib versionator @@ -17,7 +17,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.bz2 http://dev.a3li.li/gentoo/distfiles/${PN}-patches-${PV}.tar.bz2" LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="+berkdb debug doc emacs examples +gdbm ipv6 rubytests socks5 ssl threads tk xemacs" RDEPEND=" diff --git a/dev-lang/ruby/ruby-1.8.7_p249.ebuild b/dev-lang/ruby/ruby-1.8.7_p249.ebuild index 08ed5fe9270b..4b97d12fe892 100644 --- a/dev-lang/ruby/ruby-1.8.7_p249.ebuild +++ b/dev-lang/ruby/ruby-1.8.7_p249.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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_p249.ebuild,v 1.1 2010/01/10 17:48:30 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p249.ebuild,v 1.2 2010/01/11 13:12:33 fauli Exp $ EAPI=1 inherit autotools eutils flag-o-matic multilib versionator @@ -17,7 +17,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.bz2 http://dev.a3li.li/gentoo/distfiles/${PN}-patches-${PV}.tar.bz2" LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="+berkdb debug doc emacs examples +gdbm ipv6 rubytests socks5 ssl threads tk xemacs" RDEPEND=" |