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 00AFA1381FB for ; Wed, 26 Dec 2012 15:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0DB021C032; Wed, 26 Dec 2012 15:47:39 +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 5475821C032 for ; Wed, 26 Dec 2012 15:47:39 +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 6D9EC33D9BB for ; Wed, 26 Dec 2012 15:47:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 389432171D; Wed, 26 Dec 2012 15:47:37 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.14.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tidy-ext-0.1.14.ebuild ChangeLog X-VCS-Directories: dev-ruby/tidy-ext X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121226154737.389432171D@flycatcher.gentoo.org> Date: Wed, 26 Dec 2012 15:47:37 +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: 375573cc-c3f0-469b-a38d-939c9e858c09 X-Archives-Hash: fe5a0a9b0ba43be2c0828cf05614b16c ago 12/12/26 15:47:37 Modified: tidy-ext-0.1.14.ebuild ChangeLog Log: Stable for amd64, wrt bug #448310 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.3 dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild?r1=1.2&r2=1.3 Index: tidy-ext-0.1.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tidy-ext-0.1.14.ebuild 23 Dec 2012 19:28:53 -0000 1.2 +++ tidy-ext-0.1.14.ebuild 26 Dec 2012 15:47:37 -0000 1.3 @@ -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/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.2 2012/12/23 19:28:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.3 2012/12/26 15:47:37 ago Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -16,7 +16,7 @@ LICENSE="HTML-Tidy" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="" all_ruby_prepare() { 1.18 dev-ruby/tidy-ext/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy-ext/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 23 Dec 2012 19:28:53 -0000 1.17 +++ ChangeLog 26 Dec 2012 15:47:37 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tidy-ext # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.17 2012/12/23 19:28:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.18 2012/12/26 15:47:37 ago Exp $ + + 26 Dec 2012; Agostino Sarubbo tidy-ext-0.1.14.ebuild: + Stable for amd64, wrt bug #448310 23 Dec 2012; Agostino Sarubbo tidy-ext-0.1.14.ebuild: Stable for ppc64, wrt bug #448310