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 A482F138A1A for ; Mon, 19 Jan 2015 09:32:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC42BE08EF; Mon, 19 Jan 2015 09:32:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43F3BE08EF for ; Mon, 19 Jan 2015 09:32:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EB0B340634 for ; Mon, 19 Jan 2015 09:32:15 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2078) id 17800FE79; Mon, 19 Jan 2015 09:32:14 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-augeas: ruby-augeas-0.5.0-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ruby-augeas-0.5.0-r2.ebuild ChangeLog X-VCS-Directories: dev-ruby/ruby-augeas X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150119093214.17800FE79@oystercatcher.gentoo.org> Date: Mon, 19 Jan 2015 09:32:14 +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: cba4a6cf-2fa9-4f45-8ad8-7c826f615d36 X-Archives-Hash: f28b6ca299657327fa62836a42aa7341 jer 15/01/19 09:32:14 Modified: ruby-augeas-0.5.0-r2.ebuild ChangeLog Log: Stable for HPPA (bug #536168). (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision Changes Path 1.2 dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild?r1=1.1&r2=1.2 Index: ruby-augeas-0.5.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ruby-augeas-0.5.0-r2.ebuild 11 Aug 2014 16:12:09 -0000 1.1 +++ ruby-augeas-0.5.0-r2.ebuild 19 Jan 2015 09:32:14 -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-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild,v 1.1 2014/08/11 16:12:09 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.5.0-r2.ebuild,v 1.2 2015/01/19 09:32:14 jer Exp $ EAPI=5 # jruby -> native extentions @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=app-admin/augeas-1.1.0" 1.46 dev-ruby/ruby-augeas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 4 Nov 2014 11:02:04 -0000 1.45 +++ ChangeLog 19 Jan 2015 09:32:14 -0000 1.46 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-augeas -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v 1.45 2014/11/04 11:02:04 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ChangeLog,v 1.46 2015/01/19 09:32:14 jer Exp $ + + 19 Jan 2015; Jeroen Roovers ruby-augeas-0.5.0-r2.ebuild: + Stable for HPPA (bug #536168). 04 Nov 2014; Manuel RĂ¼ger -ruby-augeas-0.4.1.ebuild: Cleanup old.