dev-ruby/clonefile: new package, add 0.5.3

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-04-20 20:44:55 +02:00
parent dde8ea269d
commit 131c7a69bd
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST clonefile-0.5.3.gem 6144 BLAKE2B 1724479f2c57a77a0c95b57691648cba333d32d716efac852192bb5eb42121d75788f1519d9199bc4abfb9bb9a9bacddca372015d9f655862c675cf8e2670c03 SHA512 984cc8977246a7f60a46b804e8f915cc5a079f0450d997b91f0454b8984c1e4c4c7b593b22dbfa82b321fa38f2eeb4ceb27d016f426c9cbf496676fb1aa7b127

View File

@@ -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"

View File

@@ -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>ruby@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>