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 CF4D213933E for ; Tue, 6 Jul 2021 06:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B69E096D; Tue, 6 Jul 2021 06:57:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 85D51E0950 for ; Tue, 6 Jul 2021 06:57:02 +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 401A1342A74 for ; Tue, 6 Jul 2021 06:56:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB5187C1 for ; Tue, 6 Jul 2021 06:56:51 +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: <1625554607.829ac0b41022fa2e3b951ea10f5948a5d78f25f9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simpleidn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/simpleidn/Manifest dev-ruby/simpleidn/metadata.xml dev-ruby/simpleidn/simpleidn-0.2.1.ebuild X-VCS-Directories: dev-ruby/simpleidn/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 829ac0b41022fa2e3b951ea10f5948a5d78f25f9 X-VCS-Branch: master Date: Tue, 6 Jul 2021 06:56:51 +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: d3d94da7-b999-4480-9fe8-b5fdb0f8aa38 X-Archives-Hash: 6c1dc644d1b047a89c09f80eb30b1128 commit: 829ac0b41022fa2e3b951ea10f5948a5d78f25f9 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 6 06:52:51 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 6 06:56:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829ac0b4 dev-ruby/simpleidn: initial import of 0.2.1 New dependency for dev-ruby/dnsruby. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/simpleidn/Manifest | 1 + dev-ruby/simpleidn/metadata.xml | 11 +++++++++++ dev-ruby/simpleidn/simpleidn-0.2.1.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-ruby/simpleidn/Manifest b/dev-ruby/simpleidn/Manifest new file mode 100644 index 00000000000..afdfc0ee83d --- /dev/null +++ b/dev-ruby/simpleidn/Manifest @@ -0,0 +1 @@ +DIST simpleidn-0.2.1.tar.gz 204644 BLAKE2B 4c7f82af2ddaa753c8df91f80776b2b00d3a8a8dfda95c9012ebc3e5eea6503fbb0f20a7f79f8c624612e433b0e61cec79bc6a147ef6a04d418cbff72c31c867 SHA512 20a81ea5bca503b167cd2183f762993454a5f7fe082639b70234521f8cb9e4533b1f5f22dfcac18108c90a461185b13fea55f6197ab4c5996116ac359adf5033 diff --git a/dev-ruby/simpleidn/metadata.xml b/dev-ruby/simpleidn/metadata.xml new file mode 100644 index 00000000000..6668e58af2c --- /dev/null +++ b/dev-ruby/simpleidn/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + mmriis/simpleidn + + diff --git a/dev-ruby/simpleidn/simpleidn-0.2.1.ebuild b/dev-ruby/simpleidn/simpleidn-0.2.1.ebuild new file mode 100644 index 00000000000..f446bb84e2a --- /dev/null +++ b/dev-ruby/simpleidn/simpleidn-0.2.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby25 ruby26 ruby27" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="README.rdoc" +RUBY_FAKEGEM_EXTRAINSTALL="tables" + +RUBY_FAKEGEM_GEMSPEC="simpleidn.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Allows easy conversion from punycode ACE to unicode UTF-8 strings and vice-versa" +HOMEPAGE="https://github.com/mmriis/simpleidn" +SRC_URI="https://github.com/mmriis/simpleidn/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/unf-0.1.4 =dev-ruby/unf-0.1*" + +all_ruby_prepare() { + sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die + sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die +}