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 C6A26158089 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 132322BC0A0; Sun, 10 Sep 2023 02:29:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EA83F2BC0A0 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 02C68335C47 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 9649C1163 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.7d3951738c1d0350315873d8ea7edec93dff2b0d.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mkmf-lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mkmf-lite/Manifest dev-ruby/mkmf-lite/metadata.xml dev-ruby/mkmf-lite/mkmf-lite-0.5.2.ebuild X-VCS-Directories: dev-ruby/mkmf-lite/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 7d3951738c1d0350315873d8ea7edec93dff2b0d 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: d591935f-dfa6-49a6-b238-9185821d8f2b X-Archives-Hash: 18fe8d5c5ffdc12c87a93deb18c6157f commit: 7d3951738c1d0350315873d8ea7edec93dff2b0d Author: Robin H. Johnson gentoo org> AuthorDate: Sun Sep 10 02:26:40 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=7d395173 dev-ruby/mkmf-lite: indirect dep for dev-ruby/facter Signed-off-by: Robin H. Johnson gentoo.org> dev-ruby/mkmf-lite/Manifest | 1 + dev-ruby/mkmf-lite/metadata.xml | 15 +++++++++++++++ dev-ruby/mkmf-lite/mkmf-lite-0.5.2.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-ruby/mkmf-lite/Manifest b/dev-ruby/mkmf-lite/Manifest new file mode 100644 index 000000000000..9a269e0cca31 --- /dev/null +++ b/dev-ruby/mkmf-lite/Manifest @@ -0,0 +1 @@ +DIST mkmf-lite-0.5.2.gem 20480 BLAKE2B 5052f31a18bbd32c526c34ad3d5ddbd70721ea3cfd2e88039012329f6a61d23253977c40ccf3969e53f2e05805bb899bc6b8df0324b42f86ca207e59b72639c9 SHA512 d37ba56cdc8f069ebfddf581c0f229afc113f97c43485512cab32846d9c41324357471f56dfe0a36bc49483502fab6d2b8af0bfad783f92e76056f7738b4d3b8 diff --git a/dev-ruby/mkmf-lite/metadata.xml b/dev-ruby/mkmf-lite/metadata.xml new file mode 100644 index 000000000000..21e14e5784be --- /dev/null +++ b/dev-ruby/mkmf-lite/metadata.xml @@ -0,0 +1,15 @@ + + + + + robbat2@gentoo.org + Robin H. Johnson + + + ruby@gentoo.org + Gentoo Ruby Project + + + djberg96/mkmf-lite + + diff --git a/dev-ruby/mkmf-lite/mkmf-lite-0.5.2.ebuild b/dev-ruby/mkmf-lite/mkmf-lite-0.5.2.ebuild new file mode 100644 index 000000000000..51f4d6c3e038 --- /dev/null +++ b/dev-ruby/mkmf-lite/mkmf-lite-0.5.2.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="light version of the the mkmf library designed for use as a library" +HOMEPAGE="https://github.com/djberg96/mkmf-lite" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/ptools-1.4