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 2101B1382C5 for ; Sat, 23 May 2020 17:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 138F3E08DD; Sat, 23 May 2020 17:41:27 +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 EE1C4E08DD for ; Sat, 23 May 2020 17:41:26 +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 1586234F0A5 for ; Sat, 23 May 2020 17:41:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBB54257 for ; Sat, 23 May 2020 17:41:22 +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: <1590255671.06d884869e295f8e59d9b66bead895f765bbe6f2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/diva/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/diva/Manifest dev-ruby/diva/diva-1.0.2-r1.ebuild X-VCS-Directories: dev-ruby/diva/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 06d884869e295f8e59d9b66bead895f765bbe6f2 X-VCS-Branch: master Date: Sat, 23 May 2020 17:41:22 +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: ff940a29-b886-4345-a36d-72eace7cbc4f X-Archives-Hash: 972acec27a617486ccbe22fddf2b73f8 commit: 06d884869e295f8e59d9b66bead895f765bbe6f2 Author: Hans de Graaff gentoo org> AuthorDate: Sat May 23 13:21:22 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat May 23 17:41:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d88486 dev-ruby/diva: run tests; avoid bundler Closes: https://bugs.gentoo.org/723830 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/diva/Manifest | 1 + dev-ruby/diva/diva-1.0.2-r1.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ruby/diva/Manifest b/dev-ruby/diva/Manifest index 97e99627969..f8b31f11582 100644 --- a/dev-ruby/diva/Manifest +++ b/dev-ruby/diva/Manifest @@ -1 +1,2 @@ DIST diva-1.0.2.gem 13824 BLAKE2B c292e11d9975691d85cb0500ec42b10422665abb9b236d44629d0a9518e318cf91891d4ad265aab81d13762d121910a8be92c602225d44bfa66e31e77082fa95 SHA512 b5d2df59e4144930ee18c7b738e8b93646057935364c2710d349761e68053f1c342b382de76dc1669076db7394ff906384a8952e1e7c44c71f208dc3604d67f4 +DIST diva-1.0.2.tar.gz 13638 BLAKE2B 461e8487e06749d0482b86fd30945dc83d53daea06750628839c899b6f8d419599c9cc322b62f58d3eb956a2a99a3674dd591c4bb2fc5483bd1853bc40154634 SHA512 b60d80ca55c98a2f6fcf269aa4a2188f2239b871b0e77f328490d5924a6d0e6801c67d0eef4de28b584303f38bed3752a3ceb2c1e4f2c7d17be13dad03c643b5 diff --git a/dev-ruby/diva/diva-1.0.2-r1.ebuild b/dev-ruby/diva/diva-1.0.2-r1.ebuild new file mode 100644 index 00000000000..cd07c32b70c --- /dev/null +++ b/dev-ruby/diva/diva-1.0.2-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby24 ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_BINWRAP="" + +RUBY_FAKEGEM_GEMSPEC="diva.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Implementation of expression for handling things." +HOMEPAGE="https://github.com/toshia/diva https://rubygems.org/gems/diva" +SRC_URI="https://github.com/toshia/diva/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend "