graaff 15/01/14 06:45:24 Modified: ruby-2.2.0.ebuild ChangeLog Log: The broken sse2 detection code is gone, so skip this patch unconditionally for now, fixing bug 535804. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.2 dev-lang/ruby/ruby-2.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.2.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.2.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.2.0.ebuild?r1=1.1&r2=1.2 Index: ruby-2.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.2.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ruby-2.2.0.ebuild 27 Dec 2014 21:02:19 -0000 1.1 +++ ruby-2.2.0.ebuild 14 Jan 2015 06:45:24 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.2.0.ebuild,v 1.1 2014/12/27 21:02:19 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.2.0.ebuild,v 1.2 2015/01/14 06:45:24 graaff Exp $ EAPI=5 @@ -32,7 +32,7 @@ LICENSE="|| ( Ruby-BSD BSD-2 )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="berkdb debug doc examples gdbm ipv6 jemalloc +rdoc rubytests socks5 ssl xemacs ncurses +readline sse2" +IUSE="berkdb debug doc examples gdbm ipv6 jemalloc +rdoc rubytests socks5 ssl xemacs ncurses +readline" RDEPEND=" berkdb? ( sys-libs/db ) @@ -58,9 +58,7 @@ xemacs? ( app-xemacs/ruby-modes )" src_prepare() { - if use sse2 ; then - excluded_patches="012_no_forced_sse2.patch" - fi + excluded_patches="012_no_forced_sse2.patch" EPATCH_EXCLUDE="${excluded_patches}" EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \ epatch "${WORKDIR}/patches" 1.697 dev-lang/ruby/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.697&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.697&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.696&r2=1.697 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v retrieving revision 1.696 retrieving revision 1.697 diff -u -r1.696 -r1.697 --- ChangeLog 1 Jan 2015 14:46:11 -0000 1.696 +++ ChangeLog 14 Jan 2015 06:45:24 -0000 1.697 @@ -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.696 2015/01/01 14:46:11 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.697 2015/01/14 06:45:24 graaff Exp $ + + 14 Jan 2015; Hans de Graaff <gra...@gentoo.org> ruby-2.2.0.ebuild: + The broken sse2 detection code is gone, so skip this patch unconditionally + for now, fixing bug 535804. 01 Jan 2015; Andreas K. Huettel <dilfri...@gentoo.org> +ChangeLog-2014, ChangeLog: Split ChangeLog