diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-11 10:35:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-11 10:35:29 +0000 |
commit | 73e7824d96ea84466cde1d2951e35ac43c529ab9 (patch) | |
tree | 8bd484dcbd669d6c87b733ad76b8aa28cbc54d5c /dev-lang/ruby | |
parent | Stable for ppc64, wrt bug #505916 (diff) | |
download | gentoo-2-73e7824d96ea84466cde1d2951e35ac43c529ab9.tar.gz gentoo-2-73e7824d96ea84466cde1d2951e35ac43c529ab9.tar.bz2 gentoo-2-73e7824d96ea84466cde1d2951e35ac43c529ab9.zip |
Stable for ia64, wrt bug #527084
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.9.3_p550.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.0.0_p594.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index 35f532454fa6..ea0f89a485d7 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.678 2014/11/10 18:30:19 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.679 2014/11/11 10:35:29 ago Exp $ + + 11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ruby-1.9.3_p550.ebuild, + ruby-2.0.0_p594.ebuild: + Stable for ia64, wrt bug #527084 *ruby-2.1.4-r1 (10 Nov 2014) *ruby-2.0.0_p594-r1 (10 Nov 2014) diff --git a/dev-lang/ruby/ruby-1.9.3_p550.ebuild b/dev-lang/ruby/ruby-1.9.3_p550.ebuild index 2dccb70e708e..a69d20ed4110 100644 --- a/dev-lang/ruby/ruby-1.9.3_p550.ebuild +++ b/dev-lang/ruby/ruby-1.9.3_p550.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p550.ebuild,v 1.7 2014/11/10 10:47:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p550.ebuild,v 1.8 2014/11/11 10:35:29 ago Exp $ EAPI=4 @@ -34,7 +34,7 @@ SRC_URI="mirror://ruby/1.9/${MY_P}.tar.bz2 http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline +yaml" #libedit # libedit support is removed everywhere because of this upstream bug: diff --git a/dev-lang/ruby/ruby-2.0.0_p594.ebuild b/dev-lang/ruby/ruby-2.0.0_p594.ebuild index b2759bc7587b..f6094cd3a9a5 100644 --- a/dev-lang/ruby/ruby-2.0.0_p594.ebuild +++ b/dev-lang/ruby/ruby-2.0.0_p594.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p594.ebuild,v 1.7 2014/11/10 10:47:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p594.ebuild,v 1.8 2014/11/11 10:35:29 ago Exp $ EAPI=5 @@ -33,7 +33,7 @@ SRC_URI="mirror://ruby/2.0/${MY_P}.tar.xz http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline" RDEPEND=" |