From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D4B4138247 for ; Sun, 5 Jan 2014 10:59:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE1A0E0AC5; Sun, 5 Jan 2014 10:59:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E01EE0ADB for ; Sun, 5 Jan 2014 10:59:49 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F12033F587 for ; Sun, 5 Jan 2014 10:59:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id 0E7032004B; Sun, 5 Jan 2014 10:59:46 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems: rubygems-1.8.24.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rubygems-1.8.24.ebuild ChangeLog X-VCS-Directories: dev-ruby/rubygems X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140105105947.0E7032004B@flycatcher.gentoo.org> Date: Sun, 5 Jan 2014 10:59:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8530ccbd-1146-43ca-9f9e-9e842ef4551b X-Archives-Hash: 0e165ca20f338cf35f3af69229d1e810 graaff 14/01/05 10:59:46 Modified: rubygems-1.8.24.ebuild ChangeLog Log: Drop s390 and sh stable flags for ruby. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.11 dev-ruby/rubygems/rubygems-1.8.24.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.24.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.24.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.24.ebuild?r1=1.10&r2=1.11 Index: rubygems-1.8.24.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.24.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- rubygems-1.8.24.ebuild 28 Jan 2013 15:17:06 -0000 1.10 +++ rubygems-1.8.24.ebuild 5 Jan 2014 10:59:46 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.24.ebuild,v 1.10 2013/01/28 15:17:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-1.8.24.ebuild,v 1.11 2014/01/05 10:59:46 graaff Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tgz" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="server test" 1.221 dev-ruby/rubygems/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.221&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.221&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?r1=1.220&r2=1.221 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v retrieving revision 1.220 retrieving revision 1.221 diff -u -r1.220 -r1.221 --- ChangeLog 29 Dec 2013 17:20:07 -0000 1.220 +++ ChangeLog 5 Jan 2014 10:59:46 -0000 1.221 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubygems -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.220 2013/12/29 17:20:07 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.221 2014/01/05 10:59:46 graaff Exp $ + + 05 Jan 2014; Hans de Graaff rubygems-1.8.24.ebuild: + Drop s390 and sh stable flags for ruby. 29 Dec 2013; Markus Meier rubygems-2.0.3.ebuild: arm stable, bug #483254