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 98727138334 for ; Fri, 23 Aug 2019 04:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 911CFE070D; Fri, 23 Aug 2019 04:47:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74AF8E070D for ; Fri, 23 Aug 2019 04:47:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E71BA34A1A7 for ; Fri, 23 Aug 2019 04:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3676471 for ; Fri, 23 Aug 2019 04:47:29 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1566535639.4ff25f4747a5cc41356e2e74c051ced2646b1513.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http-accept/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/http-accept/Manifest dev-ruby/http-accept/http-accept-2.1.0.ebuild dev-ruby/http-accept/metadata.xml X-VCS-Directories: dev-ruby/http-accept/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4ff25f4747a5cc41356e2e74c051ced2646b1513 X-VCS-Branch: master Date: Fri, 23 Aug 2019 04:47:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4250628b-604b-446b-b9a1-5ed409f28185 X-Archives-Hash: c78e13e21e80028fa2d60f499d16b1df commit: 4ff25f4747a5cc41356e2e74c051ced2646b1513 Author: Hans de Graaff gentoo org> AuthorDate: Fri Aug 23 04:47:19 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Aug 23 04:47:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff25f47 dev-ruby/http-accept: initial import of 2.1.0 New dependency of dev-ruby/rest-client. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/http-accept/Manifest | 1 + dev-ruby/http-accept/http-accept-2.1.0.ebuild | 24 ++++++++++++++++++++++++ dev-ruby/http-accept/metadata.xml | 11 +++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-ruby/http-accept/Manifest b/dev-ruby/http-accept/Manifest new file mode 100644 index 00000000000..35c1c3686cb --- /dev/null +++ b/dev-ruby/http-accept/Manifest @@ -0,0 +1 @@ +DIST http-accept-2.1.0.tar.gz 12473 BLAKE2B afb5513207c0491fbac6e28e14f7637de805f3da60f0f00b6efa54a21686444f3a669a0f47895f21b335031856a1bee1e60b1f11e22b8a7caac23168bc6f7892 SHA512 c8eff607b697ff1691644e4e2e0447a64f238dbbc13413afc7bc3042cbb49d2d825bc9b698845dce4be2ebb3ecd9b31f3d5910a371982e74927085c9121c4dd6 diff --git a/dev-ruby/http-accept/http-accept-2.1.0.ebuild b/dev-ruby/http-accept/http-accept-2.1.0.ebuild new file mode 100644 index 00000000000..96888b18982 --- /dev/null +++ b/dev-ruby/http-accept/http-accept-2.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Parse Accept and Accept-Language HTTP headers" +HOMEPAGE="https://github.com/socketry/http-accept" +SRC_URI="https://github.com/socketry/http-accept/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die +} diff --git a/dev-ruby/http-accept/metadata.xml b/dev-ruby/http-accept/metadata.xml new file mode 100644 index 00000000000..156056bca8c --- /dev/null +++ b/dev-ruby/http-accept/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + socketry/http-accept + +