commit: 49a322b48d042eafd3c50243a6a2c06d059800d2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Oct 25 14:55:02 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Oct 26 09:33:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a322b4
dev-ruby/action_text-trix: new package, add 2.1.15 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/action_text-trix/Manifest | 1 + .../action_text-trix-2.1.15.ebuild | 25 ++++++++++++++++++++++ dev-ruby/action_text-trix/metadata.xml | 12 +++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-ruby/action_text-trix/Manifest b/dev-ruby/action_text-trix/Manifest new file mode 100644 index 000000000000..44d45dc93f8a --- /dev/null +++ b/dev-ruby/action_text-trix/Manifest @@ -0,0 +1 @@ +DIST action_text-trix-2.1.15.gem 109568 BLAKE2B a0c2811e64c7f8f6003ddd1141fc297f15919e8fb351c4152ddc72e54ae0db80b877ec2d0f8a71bc05700ad6e4c4dd40a23892cd73d848bce2c6161b7f8e6173 SHA512 0ca5bbb5f0d632f4f6c5ca0f55523f41ac745a8e77d29783f97e4a22a5f76cba6c4965c282e192c7501ef669cc1df604a52e9d3111f68694d3bd4bbf072c28bc diff --git a/dev-ruby/action_text-trix/action_text-trix-2.1.15.ebuild b/dev-ruby/action_text-trix/action_text-trix-2.1.15.ebuild new file mode 100644 index 000000000000..56808dcb699b --- /dev/null +++ b/dev-ruby/action_text-trix/action_text-trix-2.1.15.ebuild @@ -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 +" diff --git a/dev-ruby/action_text-trix/metadata.xml b/dev-ruby/action_text-trix/metadata.xml new file mode 100644 index 000000000000..3579ed78d121 --- /dev/null +++ b/dev-ruby/action_text-trix/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>[email protected]</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>
