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 0470213800E for ; Wed, 25 Jul 2012 20:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D4DEE0521; Wed, 25 Jul 2012 20:39:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48614E0521 for ; Wed, 25 Jul 2012 20:39:13 +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 ABC201B4765 for ; Wed, 25 Jul 2012 20:39:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 55AAF2004B; Wed, 25 Jul 2012 20:39:11 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: hoe-2.12.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: hoe-2.12.5.ebuild ChangeLog X-VCS-Directories: dev-ruby/hoe X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120725203911.55AAF2004B@flycatcher.gentoo.org> Date: Wed, 25 Jul 2012 20:39:11 +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: d7f7b00e-12a3-47c3-b516-5d8e1a38bb98 X-Archives-Hash: 4bd9b7869c746d24264b232be30d1a30 blueness 12/07/25 20:39:11 Modified: hoe-2.12.5.ebuild ChangeLog Log: Stable ppc64, bug #411507 (Portage version: 2.1.10.65/cvs/Linux x86_64) Revision Changes Path 1.7 dev-ruby/hoe/hoe-2.12.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild?r1=1.6&r2=1.7 Index: hoe-2.12.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hoe-2.12.5.ebuild 22 Jul 2012 14:15:55 -0000 1.6 +++ hoe-2.12.5.ebuild 25 Jul 2012 20:39:11 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v 1.6 2012/07/22 14:15:55 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v 1.7 2012/07/25 20:39:11 blueness Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -19,7 +19,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" 1.137 dev-ruby/hoe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.137&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.137&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.136&r2=1.137 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- ChangeLog 22 Jul 2012 14:15:55 -0000 1.136 +++ ChangeLog 25 Jul 2012 20:39:11 -0000 1.137 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.136 2012/07/22 14:15:55 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.137 2012/07/25 20:39:11 blueness Exp $ + + 25 Jul 2012; Anthony G. Basile hoe-2.12.5.ebuild: + Stable ppc64, bug #411507 22 Jul 2012; hoe-2.12.5.ebuild: ppc stable #411507