public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spring/
Date: Tue, 16 Feb 2016 06:40:20 +0000 (UTC)	[thread overview]
Message-ID: <1455603884.7e7f80e4ec3e95d52e065fd81c1f377d278cc516.graaff@gentoo> (raw)

commit:     7e7f80e4ec3e95d52e065fd81c1f377d278cc516
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 06:24:44 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 06:24:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7f80e4

dev-ruby/spring: add 1.6.3

Package-Manager: portage-2.2.26

 dev-ruby/spring/Manifest            |  1 +
 dev-ruby/spring/spring-1.6.3.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/spring/Manifest b/dev-ruby/spring/Manifest
index aa8d2a0..04fb4d7 100644
--- a/dev-ruby/spring/Manifest
+++ b/dev-ruby/spring/Manifest
@@ -1,3 +1,4 @@
 DIST spring-1.6.0.tar.gz 39122 SHA256 9f0917d410a24e970fc7a6082f12548be617393162bbe9c646464b2912bd445f SHA512 ce5792cd2626a9e60ee73e24bd8a221aa93d3af2e6741e7e4df81b3a18fe79da46e2004f7d29f9a3db1a788663151a7869b4a738c239f6a13b5f2374c4ba9af7 WHIRLPOOL a213e56eefc724e9c45418c7073b7410bf11c2deb5746a2740e4a168bebfb39a22aa1ddb5b216eee92c9fabf02cffe7b1e51bfcf71abc9864ce9fc226b4a37bc
 DIST spring-1.6.1.tar.gz 39109 SHA256 1f7206613c5fab57e77e2f551cb8a9bd3f3f0e445b095537048431ec92216c1f SHA512 129f99217b64ef1bc3c700b8dacb53df76a9dc6c0c76e523f9477bbbe2244f8c99881f9c9e092dc2a664ed938f438a5f30155f9cb1e1782e003ca494c7cca8bc WHIRLPOOL 40919d82d76f72e5d4f0fce5fd55c480e5070dfc165a3e4f90cdf70db961390cd279ff9f7d1a1268d5a3be9877e67887c51ee7bc26b6435ee96d54a280ad4eb8
 DIST spring-1.6.2.tar.gz 39206 SHA256 2e4a579b8847de39fd4ff72d9644c354115d1174809d7f6c9cf67fba774671fe SHA512 bb46cb6fcbb70b976230a32075072f1fa5a7a1d9f4819a8d9783c3793713407e7481e091400fcf9f5cce0e1b40982b76c378f7384425d2ac71c12baec2fd9adf WHIRLPOOL 85bc50cbf156ed7356b603b31e880fbeb35c4062ddd16ed92d83af96444d370d9318bd770f6714daaf8690592c267929ac8ab12f2d3981156da78661c7b148e6
+DIST spring-1.6.3.tar.gz 39349 SHA256 6396158ef4479e5bedaa4383db197ead1e04c4c9781eed3300e954ec66a6ce34 SHA512 88d605cd5c9751a8dd3d9e7903beda0304f0d7b31934735c841b63ee450d5250b73b73f7c95f8a25dcffbbeb73e05028873bf54827481d19a691d345744d576d WHIRLPOOL ff8220c6ba1201765268120434903796c7a2ce3401ca88a71d3b82aaca1694471fe1fe929832559a8faf666aee8b9b517f462aee12a81940d5047893b1dbf719

diff --git a/dev-ruby/spring/spring-1.6.3.ebuild b/dev-ruby/spring/spring-1.6.3.ebuild
new file mode 100644
index 0000000..034b7e7
--- /dev/null
+++ b/dev-ruby/spring/spring-1.6.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_TASK_TEST="test:unit"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rails application preloader"
+HOMEPAGE="https://github.com/rails/spring"
+SRC_URI="https://github.com/rails/spring/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.1"
+KEYWORDS="~amd64 ~arm ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rubygems-2.1.0"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/activesupport )"
+
+all_ruby_prepare() {
+	sed -i -e '/files/d' \
+		-e '/bump/d' ${PN}.gemspec || die
+	sed -i -e '/bump/d' Rakefile || die
+}


             reply	other threads:[~2016-02-16  6:40 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16  6:40 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21 11:21 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spring/ Hans de Graaff
2024-06-21 11:21 Hans de Graaff
2024-01-07  7:49 Hans de Graaff
2023-12-02  8:01 Hans de Graaff
2023-04-13  3:03 Sam James
2023-03-18  7:17 Hans de Graaff
2022-12-07 18:24 Hans de Graaff
2022-10-08  6:26 Hans de Graaff
2022-06-26  6:20 Hans de Graaff
2022-04-22  6:55 Hans de Graaff
2021-12-29  6:59 Hans de Graaff
2021-07-06 19:41 Hans de Graaff
2021-06-26  5:30 Hans de Graaff
2020-09-08  5:48 Hans de Graaff
2020-07-25  9:03 Hans de Graaff
2019-06-15  9:55 Hans de Graaff
2019-03-30  6:46 Hans de Graaff
2018-06-22  4:32 Hans de Graaff
2018-03-25 19:58 Sergei Trofimovich
2018-03-18 19:43 Sergei Trofimovich
2018-03-05 19:46 Hans de Graaff
2018-01-27  7:18 Hans de Graaff
2017-06-05  7:58 Hans de Graaff
2017-06-05  7:58 Hans de Graaff
2017-02-04 14:24 Hans de Graaff
2016-11-17  7:05 Hans de Graaff
2016-11-17  7:05 Hans de Graaff
2016-07-31  5:53 Hans de Graaff
2016-05-14  5:21 Hans de Graaff
2016-05-14  5:21 Hans de Graaff
2016-02-29  6:50 Hans de Graaff
2016-02-29  6:50 Hans de Graaff
2016-01-20  6:56 Hans de Graaff
2016-01-20  6:56 Hans de Graaff
2016-01-17  9:45 Fabian Groffen
2016-01-09 19:15 Markus Meier
2015-12-23 21:27 Manuel Rüger
2015-12-21  7:27 Hans de Graaff
2015-12-10  6:59 Hans de Graaff
2015-12-10  6:59 Hans de Graaff
2015-11-27  6:52 Hans de Graaff
2015-11-17  6:23 Hans de Graaff
2015-11-16  6:41 Hans de Graaff
2015-10-02 14:25 Hans de Graaff
2015-08-28  5:38 Hans de Graaff
2015-08-28  5:38 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=1455603884.7e7f80e4ec3e95d52e065fd81c1f377d278cc516.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