commit: e1d8f93e4a5587325a4ada5c48cc91c73387968a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Dec 31 06:25:46 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Dec 31 06:34:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d8f93e
dev-ruby/action_text-trix: add 2.1.16 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/action_text-trix/Manifest | 1 + .../action_text-trix-2.1.16.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-ruby/action_text-trix/Manifest b/dev-ruby/action_text-trix/Manifest index 44d45dc93f8a..ac63a43f683d 100644 --- a/dev-ruby/action_text-trix/Manifest +++ b/dev-ruby/action_text-trix/Manifest @@ -1 +1,2 @@ DIST action_text-trix-2.1.15.gem 109568 BLAKE2B a0c2811e64c7f8f6003ddd1141fc297f15919e8fb351c4152ddc72e54ae0db80b877ec2d0f8a71bc05700ad6e4c4dd40a23892cd73d848bce2c6161b7f8e6173 SHA512 0ca5bbb5f0d632f4f6c5ca0f55523f41ac745a8e77d29783f97e4a22a5f76cba6c4965c282e192c7501ef669cc1df604a52e9d3111f68694d3bd4bbf072c28bc +DIST action_text-trix-2.1.16.gem 111104 BLAKE2B a5e055912c20d87109e3743d3bf9240e3c8d05a4753fec6d574abad535646fbe10fdafc8e8037f92a8723caafa4b5f0f396a0462d4abf68c53f66175ed0cb7ca SHA512 7f1e05b85cb4ab014107c9c4e2135dd0bdd725f412f14e3f5f2d1a9eb8ce88d347db590dc72e363aa2ad9d2b989fd849e9f7fb4f1ed3543c750832024473ab30 diff --git a/dev-ruby/action_text-trix/action_text-trix-2.1.16.ebuild b/dev-ruby/action_text-trix/action_text-trix-2.1.16.ebuild new file mode 100644 index 000000000000..56808dcb699b --- /dev/null +++ b/dev-ruby/action_text-trix/action_text-trix-2.1.16.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 +"
