summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2023-06-30 15:08:01 +0200
committerHans de Graaff <hans@degraaff.org>2023-06-30 15:08:01 +0200
commitf4f8224c6ac51202233993b778790d53a339335c (patch)
treee727bfe10d5f4e97e2e54b052b5ff2918be1062e /dev-ruby/jsbundling-rails
parentdev-ruby/better_html: add github upstream metadata (diff)
downloadgraaff-f4f8224c6ac51202233993b778790d53a339335c.tar.gz
graaff-f4f8224c6ac51202233993b778790d53a339335c.tar.bz2
graaff-f4f8224c6ac51202233993b778790d53a339335c.zip
dev-ruby/jsbundling-rails: new package, add 1.1.2
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-ruby/jsbundling-rails')
-rw-r--r--dev-ruby/jsbundling-rails/Manifest1
-rw-r--r--dev-ruby/jsbundling-rails/jsbundling-rails-1.1.2.ebuild21
-rw-r--r--dev-ruby/jsbundling-rails/metadata.xml9
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-ruby/jsbundling-rails/Manifest b/dev-ruby/jsbundling-rails/Manifest
new file mode 100644
index 00000000..ec8c36e6
--- /dev/null
+++ b/dev-ruby/jsbundling-rails/Manifest
@@ -0,0 +1 @@
+DIST jsbundling-rails-1.1.2.gem 9728 BLAKE2B 4527f4fa282aa89589b48a798e7ba1613d84141c09911d35a9dde8b15dce9a7247598f0c0ea6f1493e78f42b9323321070c3cb7a81aa40647bb8bcf9206ac50c SHA512 85c52ae478e352b36ebcadfd3f38e950c24143582e7b7ecd642c01e39773cc600fb33fdc8de1f5b45294dd7a27066566797bb61f426d951a729ab49284498116
diff --git a/dev-ruby/jsbundling-rails/jsbundling-rails-1.1.2.ebuild b/dev-ruby/jsbundling-rails/jsbundling-rails-1.1.2.ebuild
new file mode 100644
index 00000000..dd65852a
--- /dev/null
+++ b/dev-ruby/jsbundling-rails/jsbundling-rails-1.1.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack"
+HOMEPAGE="https://github.com/rails/jsbundling-rails"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/railties-6.0.0:*"
diff --git a/dev-ruby/jsbundling-rails/metadata.xml b/dev-ruby/jsbundling-rails/metadata.xml
new file mode 100644
index 00000000..e796f494
--- /dev/null
+++ b/dev-ruby/jsbundling-rails/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person"><email>graaff@gentoo.org</email></maintainer>
+ <upstream>
+ <remote-id type="github">rails/jsbundling-rails</remote-id>
+ <remote-id type="rubygems">jsbundling-rails</remote-id>
+ </upstream>
+</pkgmetadata>