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 C73761381F3 for ; Sun, 25 Nov 2012 18:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB33621C002; Sun, 25 Nov 2012 18:49:35 +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 3247521C002 for ; Sun, 25 Nov 2012 18:49:35 +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 1AFBF33D8CE for ; Sun, 25 Nov 2012 18:49:34 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2281) id D555120C65; Sun, 25 Nov 2012 18:49:32 +0000 (UTC) From: "Thomas Kahle (tomka)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomka@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/temple: temple-0.5.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: temple-0.5.4.ebuild ChangeLog X-VCS-Directories: dev-ruby/temple X-VCS-Committer: tomka X-VCS-Committer-Name: Thomas Kahle Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121125184932.D555120C65@flycatcher.gentoo.org> Date: Sun, 25 Nov 2012 18:49:32 +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: b9f6a771-30ea-45b4-b793-a734950f33f2 X-Archives-Hash: 5e17cff46affd6ca151fc423508fb45d tomka 12/11/25 18:49:32 Modified: temple-0.5.4.ebuild ChangeLog Log: marked ~x86 per bug 430212 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC) Revision Changes Path 1.2 dev-ruby/temple/temple-0.5.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/temple-0.5.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/temple-0.5.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/temple-0.5.4.ebuild?r1=1.1&r2=1.2 Index: temple-0.5.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.5.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- temple-0.5.4.ebuild 16 Oct 2012 12:14:02 -0000 1.1 +++ temple-0.5.4.ebuild 25 Nov 2012 18:49:32 -0000 1.2 @@ -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/temple/temple-0.5.4.ebuild,v 1.1 2012/10/16 12:14:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.5.4.ebuild,v 1.2 2012/11/25 18:49:32 tomka Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -17,7 +17,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/tilt )" 1.5 dev-ruby/temple/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/temple/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 16 Oct 2012 12:14:02 -0000 1.4 +++ ChangeLog 25 Nov 2012 18:49:32 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/temple # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.4 2012/10/16 12:14:02 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.5 2012/11/25 18:49:32 tomka Exp $ + + 25 Nov 2012; Thomas Kahle temple-0.5.4.ebuild: + marked ~x86 per bug 430212 *temple-0.5.4 (16 Oct 2012)