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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4678158089 for ; Sun, 10 Sep 2023 02:29:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC1082BC025; Sun, 10 Sep 2023 02:29:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B59C42BC025 for ; Sun, 10 Sep 2023 02:29:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A265335C8E for ; Sun, 10 Sep 2023 02:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E4ABEA2 for ; Sun, 10 Sep 2023 02:29:55 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1694312992.e9b2616b381955825b93ed678cd1361c39007d42.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ptools/Manifest dev-ruby/ptools/metadata.xml dev-ruby/ptools/ptools-1.5.0.ebuild X-VCS-Directories: dev-ruby/ptools/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: e9b2616b381955825b93ed678cd1361c39007d42 X-VCS-Branch: master Date: Sun, 10 Sep 2023 02:29:55 +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: fcf94292-65f8-488e-b6ac-b5acbf8ff5a0 X-Archives-Hash: ce378f1089a6564b2c1c858b1ea8cdd6 commit: e9b2616b381955825b93ed678cd1361c39007d42 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Sep 10 02:26:02 2023 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Sep 10 02:29:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b2616b dev-ruby/ptools: indirect dep for dev-ruby/facter Signed-off-by: Robin H. Johnson gentoo.org> dev-ruby/ptools/Manifest | 1 + dev-ruby/ptools/metadata.xml | 15 +++++++++++++++ dev-ruby/ptools/ptools-1.5.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-ruby/ptools/Manifest b/dev-ruby/ptools/Manifest new file mode 100644 index 000000000000..37a92028caee --- /dev/null +++ b/dev-ruby/ptools/Manifest @@ -0,0 +1 @@ +DIST ptools-1.5.0.gem 53760 BLAKE2B 49de9513c33dc2840138a88cfc3ab85639426f731138a62c746612715509b6426032e72d59f7789deb3a932de88e81fd0762f744a7abc5be09e782b68eb22647 SHA512 e79b069dc50796ba979c34028d11e65804b398c60328edb349ef6dec6c133166aecc1255fe583bdb06f7b2a7d835de77dd7ec38180d3b23e3f7d321d7e0724e9 diff --git a/dev-ruby/ptools/metadata.xml b/dev-ruby/ptools/metadata.xml new file mode 100644 index 000000000000..d79192dd637e --- /dev/null +++ b/dev-ruby/ptools/metadata.xml @@ -0,0 +1,15 @@ + + + + + robbat2@gentoo.org + Robin H. Johnson + + + ruby@gentoo.org + Gentoo Ruby Project + + + djberg96/ptools + + diff --git a/dev-ruby/ptools/ptools-1.5.0.ebuild b/dev-ruby/ptools/ptools-1.5.0.ebuild new file mode 100644 index 000000000000..b9c0e5c85b5b --- /dev/null +++ b/dev-ruby/ptools/ptools-1.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby27 ruby30 ruby31 ruby32" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="Several handy methods to Ruby's core File class" +HOMEPAGE="https://github.com/djberg96/ptools" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="" + +#ruby_add_bdepend "test? ( dev-ruby/mkmf-lite )"