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 6F648138334 for ; Thu, 19 Jul 2018 06:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0404BE09A6; Thu, 19 Jul 2018 06:30:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9931CE09A6 for ; Thu, 19 Jul 2018 06:30:23 +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 155B3335CCA for ; Thu, 19 Jul 2018 06:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 850D337F for ; Thu, 19 Jul 2018 06:30:18 +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: <1531981660.d8f99e5c323ae95a95b69f7289937f996ef8349b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sinatra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sinatra/Manifest dev-ruby/sinatra/sinatra-2.0.3.ebuild X-VCS-Directories: dev-ruby/sinatra/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d8f99e5c323ae95a95b69f7289937f996ef8349b X-VCS-Branch: master Date: Thu, 19 Jul 2018 06:30:18 +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: a60b7861-9a6a-40fc-b5ae-43ecaee7867b X-Archives-Hash: 105badd041d7577037dc29bafa79cf47 commit: d8f99e5c323ae95a95b69f7289937f996ef8349b Author: Hans de Graaff gentoo org> AuthorDate: Thu Jul 19 06:27:40 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Jul 19 06:27:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f99e5c dev-ruby/sinatra: add 2.0.3 Drop keywords due to new mustermann dependency, bug 661564 Closes: https://bugs.gentoo.org/645364 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/sinatra/Manifest | 1 + dev-ruby/sinatra/sinatra-2.0.3.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-ruby/sinatra/Manifest b/dev-ruby/sinatra/Manifest index 1f77690bb0b..c664d523f06 100644 --- a/dev-ruby/sinatra/Manifest +++ b/dev-ruby/sinatra/Manifest @@ -1 +1,2 @@ DIST sinatra-1.4.8.gem 369152 BLAKE2B 8a344f85c34dc8736180551690bc55ee615118a243c48421711339f2ef366e6c6facfecf914594f0440a825244e13f98648d11903fd9053054767a58a34aa285 SHA512 e56a5a6d7ceb0be4bc537feb6ada2956f1fd64b452dee347b259837aa02041dfa53d9808531cdd0a02a91093ba92f7c505c39f0dd990dfbc6e872681f40bc5e9 +DIST sinatra-2.0.3.tar.gz 463315 BLAKE2B 83113189f69714596ca3364ea61b6b8de844002acd32536fec69f7bf05937f1559396242170b0abe2d3028f5145c29adf46805d42969e683d60103013d72b389 SHA512 6188c6e372659522186649ae823f4fd3aa8a5b959cbb856f4cd42dc301e7430b3fad890a572d6f38d72aa99cf37a81e234e0c6ba9d03778a9c5a84b77a1dca76 diff --git a/dev-ruby/sinatra/sinatra-2.0.3.ebuild b/dev-ruby/sinatra/sinatra-2.0.3.ebuild new file mode 100644 index 00000000000..7945bea60b0 --- /dev/null +++ b/dev-ruby/sinatra/sinatra-2.0.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_TASK_TEST="test:core" + +RUBY_FAKEGEM_TASK_DOC="doc" +RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS.md CHANGELOG.md" + +RUBY_FAKEGEM_GEMSPEC="sinatra.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A DSL for quickly creating web applications in Ruby with minimal effort" +HOMEPAGE="http://www.sinatrarb.com/" +SRC_URI="https://github.com/sinatra/sinatra/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend " + dev-ruby/mustermann:1 + dev-ruby/rack:2.0 + =dev-ruby/rack-protection-2.0.3 + dev-ruby/tilt:2" +ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.5.6 dev-ruby/erubis dev-ruby/builder )" +ruby_add_bdepend "doc? ( dev-ruby/yard )"