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 770F21395E1 for ; Mon, 31 Oct 2016 01:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8F13E0BD1; Mon, 31 Oct 2016 01:18:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B1E8EE0BD1 for ; Mon, 31 Oct 2016 01:18:35 +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 CA7543413C3 for ; Mon, 31 Oct 2016 01:18:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4F1B244E for ; Mon, 31 Oct 2016 01:18:31 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1477876700.e6c99c61d30dc04290d5ebf3652fa378c84c3d78.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sawyer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild X-VCS-Directories: dev-ruby/sawyer/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: e6c99c61d30dc04290d5ebf3652fa378c84c3d78 X-VCS-Branch: master Date: Mon, 31 Oct 2016 01:18:31 +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: 9e0767f1-6552-4add-a1a2-1a19a206c2b7 X-Archives-Hash: 43234713763c1bf771c3d2deaf6457b3 commit: e6c99c61d30dc04290d5ebf3652fa378c84c3d78 Author: Manuel Rüger gentoo org> AuthorDate: Mon Oct 31 01:18:20 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Oct 31 01:18:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c99c61 dev-ruby/sawyer: Add ruby23, drop x86 Package-Manager: portage-2.3.2 dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild b/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild new file mode 100644 index 00000000..6b1d81e --- /dev/null +++ b/dev-ruby/sawyer/sawyer-0.7.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit multilib ruby-fakegem + +DESCRIPTION="Secret User Agent of HTTP" +HOMEPAGE="https://github.com/lostisland/sawyer" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm" +IUSE="" + +ruby_add_rdepend "