From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8819139694 for ; Wed, 8 Mar 2017 23:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DC3BE0CB1; Wed, 8 Mar 2017 23:39:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D19DCE0CB1 for ; Wed, 8 Mar 2017 23:39:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FAC0341674 for ; Wed, 8 Mar 2017 23:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01C986194 for ; Wed, 8 Mar 2017 23:39:30 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489016331.5c5e68a47d794019983174e2b921f3b264219ead.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hoe/hoe-3.13.0-r1.ebuild dev-ruby/hoe/hoe-3.14.1.ebuild dev-ruby/hoe/hoe-3.15.2.ebuild dev-ruby/hoe/hoe-3.15.3-r1.ebuild dev-ruby/hoe/hoe-3.15.3-r2.ebuild dev-ruby/hoe/hoe-3.15.3.ebuild dev-ruby/hoe/hoe-3.16.0.ebuild X-VCS-Directories: dev-ruby/hoe/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 5c5e68a47d794019983174e2b921f3b264219ead X-VCS-Branch: master Date: Wed, 8 Mar 2017 23:39:30 +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: 54b968aa-335f-4e7b-8f4d-ded6111269c8 X-Archives-Hash: 03d57388e1ca30390ed949ae9f32d0e6 commit: 5c5e68a47d794019983174e2b921f3b264219ead Author: Michael Weber gentoo org> AuthorDate: Wed Mar 8 22:51:26 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Mar 8 23:38:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5e68a4 dev-ruby/hoe: add ~arm64 keyword. Package-Manager: Portage-2.3.4, Repoman-2.3.2 RepoMan-Options: --include-arches="arm64" dev-ruby/hoe/hoe-3.13.0-r1.ebuild | 4 ++-- dev-ruby/hoe/hoe-3.14.1.ebuild | 4 ++-- dev-ruby/hoe/hoe-3.15.2.ebuild | 4 ++-- dev-ruby/hoe/hoe-3.15.3-r1.ebuild | 2 +- dev-ruby/hoe/hoe-3.15.3-r2.ebuild | 2 +- dev-ruby/hoe/hoe-3.15.3.ebuild | 4 ++-- dev-ruby/hoe/hoe-3.16.0.ebuild | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild index 14abc4ccd1a..9a2b68baf9f 100644 --- a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild +++ b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )" diff --git a/dev-ruby/hoe/hoe-3.14.1.ebuild b/dev-ruby/hoe/hoe-3.14.1.ebuild index 76f670f41d5..c57e528f826 100644 --- a/dev-ruby/hoe/hoe-3.14.1.ebuild +++ b/dev-ruby/hoe/hoe-3.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://www.zenspider.com/projects/hoe.html" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.5:5 ) >=dev-ruby/rdoc-4.0" diff --git a/dev-ruby/hoe/hoe-3.15.2.ebuild b/dev-ruby/hoe/hoe-3.15.2.ebuild index d2789e4d854..3bf0916213c 100644 --- a/dev-ruby/hoe/hoe-3.15.2.ebuild +++ b/dev-ruby/hoe/hoe-3.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://www.zenspider.com/projects/hoe.html" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )" diff --git a/dev-ruby/hoe/hoe-3.15.3-r1.ebuild b/dev-ruby/hoe/hoe-3.15.3-r1.ebuild index 6a80a43a720..e672bded6c4 100644 --- a/dev-ruby/hoe/hoe-3.15.3-r1.ebuild +++ b/dev-ruby/hoe/hoe-3.15.3-r1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.zenspider.com/projects/hoe.html" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )" diff --git a/dev-ruby/hoe/hoe-3.15.3-r2.ebuild b/dev-ruby/hoe/hoe-3.15.3-r2.ebuild index 23d05db3ee7..3213866667b 100644 --- a/dev-ruby/hoe/hoe-3.15.3-r2.ebuild +++ b/dev-ruby/hoe/hoe-3.15.3-r2.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.zenspider.com/projects/hoe.html" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )" diff --git a/dev-ruby/hoe/hoe-3.15.3.ebuild b/dev-ruby/hoe/hoe-3.15.3.ebuild index 95f3e63b724..875b8b6e40d 100644 --- a/dev-ruby/hoe/hoe-3.15.3.ebuild +++ b/dev-ruby/hoe/hoe-3.15.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="https://www.zenspider.com/projects/hoe.html" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )" diff --git a/dev-ruby/hoe/hoe-3.16.0.ebuild b/dev-ruby/hoe/hoe-3.16.0.ebuild index 1d71debf8f9..c7177cbf923 100644 --- a/dev-ruby/hoe/hoe-3.16.0.ebuild +++ b/dev-ruby/hoe/hoe-3.16.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.zenspider.com/projects/hoe.html" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )"