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 B0C4D138359 for ; Mon, 10 Aug 2020 13:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAFCE07DB; Mon, 10 Aug 2020 13:24:21 +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 C12C3E07DB for ; Mon, 10 Aug 2020 13:24:21 +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 BA8BC34F4F0 for ; Mon, 10 Aug 2020 13:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 278EF301 for ; Mon, 10 Aug 2020 13:24:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1597065856.e6c791da83926c82871cdf301bbdf18bb7a4d3f8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rbst/Manifest dev-ruby/rbst/rbst-0.6.5.ebuild X-VCS-Directories: dev-ruby/rbst/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e6c791da83926c82871cdf301bbdf18bb7a4d3f8 X-VCS-Branch: master Date: Mon, 10 Aug 2020 13:24:19 +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: 01a264d9-d4d5-4729-9c31-aa006f7c3b95 X-Archives-Hash: 4de1ad3752702899e5b42e347bcf9691 commit: e6c791da83926c82871cdf301bbdf18bb7a4d3f8 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 10 13:23:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 10 13:24:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c791da dev-ruby/rbst: Bump to 0.6.5 Signed-off-by: Michał Górny gentoo.org> dev-ruby/rbst/Manifest | 1 + dev-ruby/rbst/rbst-0.6.5.ebuild | 51 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/dev-ruby/rbst/Manifest b/dev-ruby/rbst/Manifest index 178c9b36d7e..6b475f235b8 100644 --- a/dev-ruby/rbst/Manifest +++ b/dev-ruby/rbst/Manifest @@ -1 +1,2 @@ DIST rbst-0.5.1.tar.gz 14039 BLAKE2B 7399e92f98c650842464ea9240775ad776ec8d574c578d8da764778bbe8050be429e2521df82b3b04a0bf9cd18bef4f114890d54ef8d6f34c797f0f2f2e35bc2 SHA512 a7fffc1ccf495c1858d6d9fadd38a4d6a2c27a2da8eda8dad038f4ab881f4521223a35f97d4018d25b32c2621132a623040ba930494b36e1385356ecb87fecdc +DIST rbst-0.6.5.tar.gz 15760 BLAKE2B 3bace4401c8c92eba286f242c1e074aa833094c21e4b00bfa2eee982ad8cbb94024dda2210eb1c72ab88293b1a63a62a5bdeafde2615b0430bd0a7cc21ced14c SHA512 2d4a28c70a4925e1ffe0cd2ff10c275f67cae4a918c1064bd73cb8e7e490be251acff09670d78fef1edeb1a7dab8995aa0b4737563a0797ff66c0fee3f89bba2 diff --git a/dev-ruby/rbst/rbst-0.6.5.ebuild b/dev-ruby/rbst/rbst-0.6.5.ebuild new file mode 100644 index 00000000000..4dd5c2e9ee6 --- /dev/null +++ b/dev-ruby/rbst/rbst-0.6.5.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_NAME="RbST" +RUBY_FAKEGEM_GEMSPEC="RbST.gemspec" + +inherit python-single-r1 ruby-fakegem + +DESCRIPTION="A simple Ruby wrapper for processing rST via docutils" +HOMEPAGE="https://github.com/alphabetum/rbst" +SRC_URI="https://github.com/alphabetum/rbst/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + dev-python/docutils + ${PYTHON_DEPS}" +DEPEND=" + test? ( ${RDEPEND} )" + +ruby_add_bdepend " + test? ( + >=dev-ruby/minitest-5.14.0:5 + >=dev-ruby/mocha-1.1.0:1.0 + )" + +pkg_setup() { + python-single-r1_pkg_setup + ruby-ng_pkg_setup +} + +all_ruby_prepare() { + # do not use bundler + sed -i -e '/bundler/,/end/d' \ + Rakefile test/helper.rb || die + # do not use python2 + sed -i -e '/python2/,/end/d' \ + test/test_rbst.rb || die + + # force our python version + sed -i -e "s:\(python_path=\"\)python:\1${EPYTHON}:" lib/rbst.rb || die + python_fix_shebang lib/rst2parts +}