From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1292665-garchives=archives.gentoo.org@lists.gentoo.org> 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 8CA2613835A for <garchives@archives.gentoo.org>; Sat, 12 Jun 2021 06:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 649A3E0857; Sat, 12 Jun 2021 06:24:43 +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 B5CB9E084E for <gentoo-commits@lists.gentoo.org>; Sat, 12 Jun 2021 06:24:42 +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 56BAB340845 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Jun 2021 06:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68D3B796 for <gentoo-commits@lists.gentoo.org>; Sat, 12 Jun 2021 06:24:39 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1623478793.68b5ba9e4ffd74f2d40f7503f979a51c330bee34.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/idn-ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/idn-ruby/Manifest dev-ruby/idn-ruby/idn-ruby-0.1.2.ebuild X-VCS-Directories: dev-ruby/idn-ruby/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 68b5ba9e4ffd74f2d40f7503f979a51c330bee34 X-VCS-Branch: master Date: Sat, 12 Jun 2021 06:24:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64ef310c-eb11-43d4-8d73-4d14fe31c90d X-Archives-Hash: c69ae40de4e8208cc40e928917d64b43 commit: 68b5ba9e4ffd74f2d40f7503f979a51c330bee34 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jun 12 06:19:53 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 12 06:19:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b5ba9e dev-ruby/idn-ruby: add 0.1.2 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/idn-ruby/Manifest | 1 + dev-ruby/idn-ruby/idn-ruby-0.1.2.ebuild | 35 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-ruby/idn-ruby/Manifest b/dev-ruby/idn-ruby/Manifest index 11d0b8db0a7..03163d85f81 100644 --- a/dev-ruby/idn-ruby/Manifest +++ b/dev-ruby/idn-ruby/Manifest @@ -1 +1,2 @@ DIST idn-ruby-0.1.0.gem 17408 BLAKE2B 42bc51f28dbe02c1dcf111de00a52352adcb173be3634a20503708e38c48cb0290cd9861f7ffe7dd0442afd8874b5db4249c1b5956b0acb368fbfc30e6fc0029 SHA512 5356266daefabfc5213f91c419ee1beb91972510bb016e7beac9719c501c643f9c35335ea8a46da1c1905a30d02d4b1cbec0f0ebb080ce2683faf8f29422295c +DIST idn-ruby-0.1.2.gem 18432 BLAKE2B 9bd1a280c76195a84bc996cfb68550c759a466fca4f5c88167c1e395652088b746831f3cd92a197af25d649ec18ce19ddf78402714432976c612ae38c6c64289 SHA512 404025918ca8fb49580d726b9972dbbde987bebc7fa1e42b0e7f091cd8fba38871258c18c933e49a6ee3c11a21cdd388342beb72c6ce46d8c034156eb9064ac5 diff --git a/dev-ruby/idn-ruby/idn-ruby-0.1.2.ebuild b/dev-ruby/idn-ruby/idn-ruby-0.1.2.ebuild new file mode 100644 index 00000000000..56707f390fe --- /dev/null +++ b/dev-ruby/idn-ruby/idn-ruby-0.1.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby25 ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_EXTRADOC="CHANGES README.md" + +RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb) + +inherit ruby-fakegem + +DESCRIPTION="LibIDN Ruby Bindings" +HOMEPAGE="https://github.com/deepfryed/idn-ruby" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND+=" net-dns/libidn:0" +DEPEND+=" net-dns/libidn:0" + +all_ruby_prepare() { + # Avoid UTF-8 tests since we cannot guarantee a UTF-8 environment + rm -f test/tc_Stringprep.rb || die +} + +each_ruby_prepare() { + mkdir lib || die +} + +each_ruby_test() { + ${RUBY} -Ilib:test:. -e 'Dir["test/*.rb"].each{|f| require f}' || die +}