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: Thu, 14 Jan 2016 17:52:14 +0000 (UTC) [thread overview]
Message-ID: <1452793915.9a6f4156f1d1a994218fa5befaac373e727897fc.graaff@gentoo> (raw)
commit: 9a6f4156f1d1a994218fa5befaac373e727897fc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 06:52:26 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 17:51:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6f4156
dev-ruby/jquery-rails: add 4.1.0
Package-Manager: portage-2.2.26
dev-ruby/jquery-rails/Manifest | 1 +
dev-ruby/jquery-rails/jquery-rails-4.1.0.ebuild | 35 +++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/jquery-rails/Manifest b/dev-ruby/jquery-rails/Manifest
index 4db4b23..14ecf25 100644
--- a/dev-ruby/jquery-rails/Manifest
+++ b/dev-ruby/jquery-rails/Manifest
@@ -2,3 +2,4 @@ DIST jquery-rails-3.1.3.gem 190976 SHA256 07b5b06c60464ea1d86b773eb77c146fc16ecb
DIST jquery-rails-3.1.4.gem 190976 SHA256 f908f67bb9b63dbc88eeecc78257235dbc695e23926fd53911378a27b4d6b532 SHA512 fbec0e09bff90d4f21a512c628767ceaf85f311ac8bd81ca58a7b41f71c0a6b25d9ab9246c4043abf71f7afaf217d51a796f2207c2321583ddd14845248c9f1a WHIRLPOOL 2bd95564248bc843321d48703d889ac8c9afccc0c4c447b9b3dd4602f6a5a83c3a7b3c7cd368d64bc65722b71fae527b4004f4f3cebd2ef5ca2bd22133651f32
DIST jquery-rails-4.0.4.gem 343552 SHA256 bb03def077cbc4132aebcb331a14fc39f6a7fe4bb8b70df515b42bea46f14e0a SHA512 a14d3e30b5532dbea803d985d4e22c7ce762079f258b05f7123651d14ece912c91ac14a3d1a8d12d1d84ee7b21c145fcf355e3887cc5d0848aff83bccdb1485e WHIRLPOOL 30f45a78c4ff818ef493d148c50767694c31fdb40919a5b3d38eb120f31ac193d1ab14d99be0a3a451e95aa46ff38ac5330e1620fa8196ccf0feb8904b34fbcc
DIST jquery-rails-4.0.5.gem 345600 SHA256 2123f20969af6c0490b04c6f66ea2cf0730860ac7f31bc82c4288b0cacd80d09 SHA512 308c0851429911ed1befcd39a08655c6235ee4d3a3272254b7890dd072de2b5f696a795ba4be9e10166dbf7fbf5ec0465f1fbbda85b797f7397f38cad99d48b4 WHIRLPOOL f8062f865f6a443e76a6f7d64f84ecd1834622c21e7acc458a5bfcced34a6f8d5b0ecd6da1639713474c9da66009e1c806f955ad4dab1f98b07f4ab2ddc62bf4
+DIST jquery-rails-4.1.0.gem 355840 SHA256 7d03436e1f3afbb3915cd561302580dbe4ff0923847cf0d7de5bd65fc166a9e5 SHA512 161db933ef05800d207e89b14cca117ee67d15334c734804b530bc3a4c46f2dfa15c23595a567cb2d9a1c0a5e4d4cb45bf86887304d62180ccaeb62e990b82e7 WHIRLPOOL bec5127290c4064ede6838eb2b19bffd27ca1d890658e1ad7f586ac58e2f2ec569b86813498c7397ac1f63aafe342e706ef8b0df77cd521ac4437cdd83a7e8f8
diff --git a/dev-ruby/jquery-rails/jquery-rails-4.1.0.ebuild b/dev-ruby/jquery-rails/jquery-rails-4.1.0.ebuild
new file mode 100644
index 0000000..cc737d7
--- /dev/null
+++ b/dev-ruby/jquery-rails/jquery-rails-4.1.0.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"
+
+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"
+
+IUSE=""
+
+ruby_add_rdepend "
+ >=dev-ruby/railties-4.2.0
+ >=dev-ruby/thor-0.14
+ 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-01-14 17:52 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-14 17:52 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-19 6:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-rails/ 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-08-20 5:41 Hans de Graaff
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
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=1452793915.9a6f4156f1d1a994218fa5befaac373e727897fc.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