From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-rails/
Date: Sat, 20 Aug 2016 05:41:04 +0000 (UTC) [thread overview]
Message-ID: <1471671287.cc7171d5a501dd1336d8f4a2aa364829b37363c9.graaff@gentoo> (raw)
commit: cc7171d5a501dd1336d8f4a2aa364829b37363c9
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 05:34:47 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 05:34:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7171d5
dev-ruby/jquery-rails: add 4.2.1
Package-Manager: portage-2.2.28
dev-ruby/jquery-rails/Manifest | 1 +
dev-ruby/jquery-rails/jquery-rails-4.2.1.ebuild | 35 +++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/jquery-rails/Manifest b/dev-ruby/jquery-rails/Manifest
index 62fbb6b..127ae1d 100644
--- a/dev-ruby/jquery-rails/Manifest
+++ b/dev-ruby/jquery-rails/Manifest
@@ -1,3 +1,4 @@
DIST jquery-rails-3.1.4.gem 190976 SHA256 f908f67bb9b63dbc88eeecc78257235dbc695e23926fd53911378a27b4d6b532 SHA512 fbec0e09bff90d4f21a512c628767ceaf85f311ac8bd81ca58a7b41f71c0a6b25d9ab9246c4043abf71f7afaf217d51a796f2207c2321583ddd14845248c9f1a WHIRLPOOL 2bd95564248bc843321d48703d889ac8c9afccc0c4c447b9b3dd4602f6a5a83c3a7b3c7cd368d64bc65722b71fae527b4004f4f3cebd2ef5ca2bd22133651f32
DIST jquery-rails-4.0.5.gem 345600 SHA256 2123f20969af6c0490b04c6f66ea2cf0730860ac7f31bc82c4288b0cacd80d09 SHA512 308c0851429911ed1befcd39a08655c6235ee4d3a3272254b7890dd072de2b5f696a795ba4be9e10166dbf7fbf5ec0465f1fbbda85b797f7397f38cad99d48b4 WHIRLPOOL f8062f865f6a443e76a6f7d64f84ecd1834622c21e7acc458a5bfcced34a6f8d5b0ecd6da1639713474c9da66009e1c806f955ad4dab1f98b07f4ab2ddc62bf4
DIST jquery-rails-4.1.1.gem 356352 SHA256 413a5046709d4ba36742df1cd8ec15e1ba5369710739b970c283380c53ce4bab SHA512 edf398428782bd8eb19cb91ae0aa75d72110bf7af51e8d3f71c48fa50d8869a42660c720ca44401a71b56285208fb7eaa8c22831c986c4cd46671a8811d2e467 WHIRLPOOL e672f09bc17bf89f8e6d55dd6253eef2a1b7bdb246d485c9980ddbab84f7e97222d3fd1a41fde175aa41119211c12c6779c67095bd8a7f921f96bfa97527eb69
+DIST jquery-rails-4.2.1.gem 515584 SHA256 3366f122a06c9b75d70b450aa4d23a226ecf78ac23377c0ca658c8b37bf4385f SHA512 51556780d8b37079b58ff6e1b603b8ce3820a95f95ed7683d385f98080d71345ee69a1178f750d9512833775b4aac50dda1c93f420226c45fbc43d18ef41def0 WHIRLPOOL f389c05675311d1a28805ab10cfa5f02c5674a2e9596ed02316a6c83994ed355f266b8a82085f427d859dab9832b139a4e8567243ec979081979c3c226131c37
diff --git a/dev-ruby/jquery-rails/jquery-rails-4.2.1.ebuild b/dev-ruby/jquery-rails/jquery-rails-4.2.1.ebuild
new file mode 100644
index 0000000..bad8f22
--- /dev/null
+++ b/dev-ruby/jquery-rails/jquery-rails-4.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md VERSIONS.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="vendor"
+
+RUBY_FAKEGEM_GEMSPEC="jquery-rails.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="jQuery! For Rails! So great"
+HOMEPAGE="http://www.rubyonrails.org"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~amd64-linux"
+
+IUSE=""
+
+ruby_add_rdepend "
+ >=dev-ruby/railties-4.2.0:*
+ >=dev-ruby/thor-0.14 <dev-ruby/thor-2
+ || ( dev-ruby/rails-dom-testing:2 dev-ruby/rails-dom-testing:1 )"
+
+all_ruby_prepare() {
+ sed -i -e '/git ls-files/d' jquery-rails.gemspec || die
+}
next reply other threads:[~2016-08-20 5:41 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-20 5:41 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-09 9:55 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-rails/ Hans de Graaff
2024-03-19 6:27 Hans de Graaff
2023-08-29 17:19 Hans de Graaff
2023-06-27 4:39 Hans de Graaff
2023-06-27 4:39 Hans de Graaff
2023-04-07 6:34 Hans de Graaff
2022-11-11 6:42 Hans de Graaff
2022-05-24 5:19 Hans de Graaff
2022-05-24 5:19 Hans de Graaff
2022-05-03 4:30 Hans de Graaff
2021-05-11 5:07 Hans de Graaff
2020-07-24 4:40 Hans de Graaff
2020-05-09 5:57 Hans de Graaff
2020-05-06 5:30 Hans de Graaff
2020-05-06 5:30 Hans de Graaff
2020-05-05 8:06 Hans de Graaff
2019-06-14 4:39 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2018-05-19 7:51 Hans de Graaff
2018-04-19 19:37 Hans de Graaff
2018-04-19 19:37 Hans de Graaff
2018-04-19 4:36 Hans de Graaff
2018-03-25 17:58 Sergei Trofimovich
2018-03-18 12:57 Sergei Trofimovich
2018-02-07 5:52 Thomas Deutschmann
2017-12-09 7:55 Hans de Graaff
2017-08-26 8:27 Hans de Graaff
2017-07-28 15:23 Hans de Graaff
2017-07-03 9:12 Alexis Ballier
2017-07-02 5:43 Hans de Graaff
2017-03-22 6:21 Hans de Graaff
2017-03-22 6:21 Hans de Graaff
2017-02-25 8:19 Hans de Graaff
2016-12-30 7:15 Hans de Graaff
2016-08-28 23:28 Manuel Rüger
2016-07-18 6:49 Hans de Graaff
2016-05-29 5:26 Hans de Graaff
2016-05-29 5:26 Hans de Graaff
2016-05-18 8:55 Fabian Groffen
2016-03-10 6:00 Hans de Graaff
2016-03-10 6:00 Hans de Graaff
2016-02-16 21:14 Hans de Graaff
2016-01-17 9:10 Hans de Graaff
2016-01-14 17:52 Hans de Graaff
2015-09-02 5:30 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1471671287.cc7171d5a501dd1336d8f4a2aa364829b37363c9.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox