dev-ruby/action_text-trix: new package, add 2.1.15

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-10-25 16:55:02 +02:00
parent d7afdecb2e
commit 49a322b48d
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST action_text-trix-2.1.15.gem 109568 BLAKE2B a0c2811e64c7f8f6003ddd1141fc297f15919e8fb351c4152ddc72e54ae0db80b877ec2d0f8a71bc05700ad6e4c4dd40a23892cd73d848bce2c6161b7f8e6173 SHA512 0ca5bbb5f0d632f4f6c5ca0f55523f41ac745a8e77d29783f97e4a22a5f76cba6c4965c282e192c7501ef669cc1df604a52e9d3111f68694d3bd4bbf072c28bc

View File

@@ -0,0 +1,25 @@
# 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_BINWRAP=""
RUBY_FAKEGEM_EXTRAINSTALL="app"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_RECIPE_TEST="none"
inherit ruby-fakegem
DESCRIPTION="A rich text editor for everyday writing"
HOMEPAGE="https://github.com/basecamp/trix"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="test"
ruby_add_rdepend "
dev-ruby/railties
"

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="github">basecamp/trix</remote-id>
<remote-id type="rubygems">action_text-trix</remote-id>
</upstream>
</pkgmetadata>