public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sprockets/
Date: Sat, 15 Oct 2016 21:46:45 +0000 (UTC)	[thread overview]
Message-ID: <1476567933.9a91a9b53d72dd4b41dc7831edf0f59044ef71d0.mrueg@gentoo> (raw)

commit:     9a91a9b53d72dd4b41dc7831edf0f59044ef71d0
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 21:45:33 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 21:45:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a91a9b5

dev-ruby/sprockets: Version bump to 3.7.0

Package-Manager: portage-2.3.2

 dev-ruby/sprockets/Manifest               |  1 +
 dev-ruby/sprockets/sprockets-3.7.0.ebuild | 61 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/sprockets/Manifest b/dev-ruby/sprockets/Manifest
index 004c3cf..80231f6 100644
--- a/dev-ruby/sprockets/Manifest
+++ b/dev-ruby/sprockets/Manifest
@@ -6,3 +6,4 @@ DIST sprockets-3.5.2-git.tgz 302784 SHA256 8ef5507db16113c9f839371544a8ed4e3911c
 DIST sprockets-3.6.0-git.tgz 365525 SHA256 8260dc8e237d5b00b8fce19cdeee871057b530a4ffad889debdc8c2e5140931e SHA512 0306a69b510a7e2b5b334e8e3156bf064c4f7b721c6a86ce733f4e129186d5a5a19fd129d4a9b7d00d36505371ea811c52d2f808e52272f5a09e6bc631b3b14d WHIRLPOOL bf9e8e4deb499f59749bc5123b6aec558eb438525f37b706238de0bb9c2d4e115d32725478f2dd89b58ac6a742b19327aa72bbfb14b229e164b9a7952ef8ee60
 DIST sprockets-3.6.1-git.tgz 365930 SHA256 841afbc968b9897d7138771e425e771ff6e73083c573650eecb1c2dc05e5370f SHA512 b120e2ae3fcc73bd63ce280bf4db9e06e65063d9ea8db2772368cecdc98a111f39c1448b724312c8320f077372775591f96bdd7220de30a89bd1d36c742c4e09 WHIRLPOOL 156a8d05791c3edca44329a56e8fd9b141ae591ffaf9085434317587a46e1146561c89424de70bfed725585a11feca9bb59f2cdc3a2570d8dd7c2275f9bbb5d7
 DIST sprockets-3.6.3-git.tgz 367032 SHA256 40b51d0fb647bb4647e180b7aa21c6645344bc0dd59ff2c829340cc07c42c358 SHA512 4e497e87e0a5e93baa142071bf200810b47ad26dd9f431dbcda8e332629d971e94d43da2ebd04331d7be7f6807a4c707bdd0cf33303aa689da8996be26adbcac WHIRLPOOL 3f8d1193ef01233c73337202c0a6b9af1c5d1c870b7eaf0eb2b653dd54f0ae1feef72698a820746b2d349ffefa9ec4afe14995fe9498f10b22f4cd0a01bee4ab
+DIST sprockets-3.7.0-git.tgz 368648 SHA256 58056528f8b078fc42210b9e021f2ec9e8bd72b594f7422bac441276a4a7cb0d SHA512 ed9e2ee8515a69e56816701182502b09fcad25900a6f77696daa32e943d6ab0ec01cae9df2592373b00f2e28fbc63c7476ffff793702a9d6857f38ee913781f6 WHIRLPOOL 31e776f3af7f83d54ec4a9458aa19064f47343e92e328da669bb0b72a2f3d66863ccdd33cbb5a0d22045e9affb91bb906270d663b6d66e5f53428d3cfd08977a

diff --git a/dev-ruby/sprockets/sprockets-3.7.0.ebuild b/dev-ruby/sprockets/sprockets-3.7.0.ebuild
new file mode 100644
index 00000000..e8156ee
--- /dev/null
+++ b/dev-ruby/sprockets/sprockets-3.7.0.ebuild
@@ -0,0 +1,61 @@
+# 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_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="sprockets.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Ruby library for compiling and serving web assets"
+HOMEPAGE="https://github.com/rails/sprockets"
+SRC_URI="https://github.com/rails/sprockets/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1)"
+KEYWORDS="~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE=""
+
+ruby_add_rdepend "
+	dev-ruby/concurrent-ruby:1
+	>=dev-ruby/rack-1:* <dev-ruby/rack-3:*
+	!!<dev-ruby/sprockets-2.12.3-r1:2"
+
+ruby_add_bdepend "test? (
+		dev-ruby/json
+		dev-ruby/rack-test
+		=dev-ruby/coffee-script-2*
+		=dev-ruby/execjs-2*
+		=dev-ruby/sass-3* >=dev-ruby/sass-3.1
+		dev-ruby/uglifier
+	)"
+
+all_ruby_prepare() {
+	# Avoid tests for template types that we currently don't package:
+	# eco and ejs.
+	sed -i -e '/eco templates/,/end/ s:^:#:' \
+		-e '/ejs templates/,/end/ s:^:#:' test/test_environment.rb || die
+	sed -i -e '/.ejs/ s:^:#:' test/test_asset.rb || die
+	rm -f test/test_require.rb test/test_{closure,eco,ejs,yui}_{compressor,processor}.rb || die
+	sed -i -e "/bundler/d" Rakefile || die
+}
+
+each_ruby_prepare() {
+	sed -i -e "s:ruby:${RUBY}:" test/test_sprocketize.rb || die
+}
+
+each_ruby_test() {
+	# Make sure we have completely separate copies. Hardlinks won't work
+	# for this test suite.
+	cp -R test test-new || die
+	rm -rf test || die
+	mv test-new test || die
+
+	each_fakegem_test
+}


             reply	other threads:[~2016-10-15 21:46 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-15 21:46 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-26  5:06 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sprockets/ Hans de Graaff
2025-06-01 12:11 Hans de Graaff
2025-04-19  5:05 Hans de Graaff
2024-11-03  7:27 Hans de Graaff
2024-07-17  5:37 Hans de Graaff
2024-03-30  8:49 Hans de Graaff
2023-09-06  5:34 Hans de Graaff
2023-08-29 14:26 Hans de Graaff
2023-08-25  5:25 Hans de Graaff
2023-07-10  7:36 Hans de Graaff
2023-04-27  7:42 Hans de Graaff
2023-04-07 18:25 Sam James
2023-04-07 11:25 Sam James
2022-12-25  7:29 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-09-25  8:43 Hans de Graaff
2022-07-13  7:48 Hans de Graaff
2022-07-13  7:48 Hans de Graaff
2022-06-25  6:07 Hans de Graaff
2022-06-13  8:06 Yixun Lan
2022-05-15  7:50 Hans de Graaff
2022-03-26 14:30 Hans de Graaff
2021-02-20 10:45 Hans de Graaff
2020-07-25  9:03 Hans de Graaff
2020-07-25  8:53 Hans de Graaff
2020-01-13  6:09 Hans de Graaff
2019-05-05  6:32 Hans de Graaff
2019-05-05  6:32 Hans de Graaff
2018-06-20  4:49 Hans de Graaff
2018-05-14 19:51 Hans de Graaff
2018-02-24  8:50 Hans de Graaff
2018-01-21 19:37 Hans de Graaff
2017-09-16 21:37 Sergei Trofimovich
2017-09-10 16:39 Sergei Trofimovich
2017-07-02  5:43 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-06-02  5:38 Hans de Graaff
2017-05-30  4:30 Hans de Graaff
2017-02-25  8:19 Hans de Graaff
2017-01-02  6:59 Hans de Graaff
2016-10-15 21:46 Manuel Rüger
2016-07-18  6:49 Hans de Graaff
2016-07-10  5:33 Hans de Graaff
2016-06-19  5:20 Hans de Graaff
2016-04-09 23:57 Manuel Rüger
2016-04-09 23:57 Manuel Rüger
2016-04-01 19:10 Fabian Groffen
2016-03-15 17:30 Markus Meier
2016-03-07 19:30 Hans de Graaff
2016-03-07 19:30 Hans de Graaff
2016-01-17  8:22 Hans de Graaff
2015-11-27  6:52 Hans de Graaff
2015-10-14  5:13 Hans de Graaff
2015-10-14  5:13 Hans de Graaff
2015-10-04  8:25 Hans de Graaff
2015-09-26  1:00 Manuel Rüger
2015-09-17  4:53 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=1476567933.9a91a9b53d72dd4b41dc7831edf0f59044ef71d0.mrueg@gentoo \
    --to=mrueg@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