commit: 131c7a69bd0b8f8e69afc22d6cc87a71a9c78f95 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 18:44:55 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 18:45:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131c7a69
dev-ruby/clonefile: new package, add 0.5.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/clonefile/Manifest | 1 + dev-ruby/clonefile/clonefile-0.5.3.ebuild | 19 +++++++++++++++++++ dev-ruby/clonefile/metadata.xml | 12 ++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-ruby/clonefile/Manifest b/dev-ruby/clonefile/Manifest new file mode 100644 index 000000000000..f2896c7f104d --- /dev/null +++ b/dev-ruby/clonefile/Manifest @@ -0,0 +1 @@ +DIST clonefile-0.5.3.gem 6144 BLAKE2B 1724479f2c57a77a0c95b57691648cba333d32d716efac852192bb5eb42121d75788f1519d9199bc4abfb9bb9a9bacddca372015d9f655862c675cf8e2670c03 SHA512 984cc8977246a7f60a46b804e8f915cc5a079f0450d997b91f0454b8984c1e4c4c7b593b22dbfa82b321fa38f2eeb4ceb27d016f426c9cbf496676fb1aa7b127 diff --git a/dev-ruby/clonefile/clonefile-0.5.3.ebuild b/dev-ruby/clonefile/clonefile-0.5.3.ebuild new file mode 100644 index 000000000000..62aeed359129 --- /dev/null +++ b/dev-ruby/clonefile/clonefile-0.5.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby32 ruby33 ruby34" + +RUBY_FAKEGEM_EXTENSION_LIBDIR="clonefile" +RUBY_FAKEGEM_EXTENSIONS=(ext/clonefile/extconf.rb) +RUBY_FAKEGEM_RECIPE_TEST="none" + +inherit ruby-fakegem + +DESCRIPTION="Implements reflink copy (copy-on-write) for supported file systems on Linux." +HOMEPAGE="https://codeberg.org/da/ruby-clonefile" + +LICENSE="BSD" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64" diff --git a/dev-ruby/clonefile/metadata.xml b/dev-ruby/clonefile/metadata.xml new file mode 100644 index 000000000000..76f4bf905932 --- /dev/null +++ b/dev-ruby/clonefile/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>r...@gentoo.org</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="codeberg">da/ruby-clonefile</remote-id> + <remote-id type="rubygems">clonefile</remote-id> + </upstream> +</pkgmetadata>