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, 17 Nov 2015 06:23:43 +0000 (UTC)	[thread overview]
Message-ID: <1447740851.00d7c846dd505c2c3c38e90ed56622086fdff525.graaff@gentoo> (raw)

commit:     00d7c846dd505c2c3c38e90ed56622086fdff525
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 06:14:11 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 06:14:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d7c846

dev-ruby/spring: add 1.4.3

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/spring/Manifest b/dev-ruby/spring/Manifest
index 12c1fba..b5f6c1e 100644
--- a/dev-ruby/spring/Manifest
+++ b/dev-ruby/spring/Manifest
@@ -1,3 +1,4 @@
 DIST spring-1.3.6.tar.gz 37583 SHA256 5d72ac77755119c96560cd10b2040a85685d0558c9ad9ed96fd2cd442bdd1ae6 SHA512 7f9468202d93d0507a5a04bd1dac4fb4b830d636d3863d1d3b69d8c54de40bab804c0088445ff3690bc6b602c6b8a6e785af0da39bda9218223af05ba2d0ee42 WHIRLPOOL c8eb25bc9896f0b7bfabef1dcbc920fe4c15ade48c99171e66b68ccb24469d632af59b028b34717e06bd5201c3aebadd8f0c69425b17fc3e4eeadbad2f00ff5d
 DIST spring-1.4.0.tar.gz 38007 SHA256 a27501bd182893d6071b46c03d47cb43ab78b4515901420e487d7a4b78821aa7 SHA512 b7096861dd19c3869f3899d8a48f26f39a6496f3b1a1c407d91c48b7896212f3eb18a477c6a3416c8522e1b8de955c20372814c29babbd465d8c0bdff51c928d WHIRLPOOL 8af890262cb45b579bed035b460c87d96cf13b5cc60f642669ab59bb5ea9af470a0cdb220d26bbc466fb1e1913b29ffbf404acebef37a1e05b9b0a86d8c874b6
 DIST spring-1.4.1.tar.gz 38100 SHA256 2f1d6400e1938593f29afd7390f32e0540ac6b896427934086ba59360ee88bf9 SHA512 6b6bda6fc1efe0c8203073076a963cb7be53b09417a278303c5031eb44a592925c3aa793d86f0a834fa58c4ec2846f6e2d7534938dd301c503f2d95cd6687a6a WHIRLPOOL 307a9314ddac8e176412f596c8bf3aeee343a06fa02c32019a5ca960359e4320f1550341059cbb8054be765cfa8e7d5ccbde408de739d10a5fce94b05e53a611
+DIST spring-1.4.3.tar.gz 38567 SHA256 f36cd138dfc50f3e2823ba510983adb7e4f2b054246d1d8de4ae4438541cb1d5 SHA512 2af50ec5a15f447d788a57357e3ff7dbf9f9e943516a45b2faf6d966f1e6ddc7301a7077ac5c1d4c60286b56838cca3741c783c3a1aac99bc865096d2414798f WHIRLPOOL 93728319acabe923936c4fed411141c724da20f2a10db477243c1cf6d733f618fddc86d6cdb6dfddf076ae342ead372da628a09d54b1f5fb206ede937360ffe4

diff --git a/dev-ruby/spring/spring-1.4.3.ebuild b/dev-ruby/spring/spring-1.4.3.ebuild
new file mode 100644
index 0000000..cd7a65f
--- /dev/null
+++ b/dev-ruby/spring/spring-1.4.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 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_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"
+
+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:[~2015-11-17  6:23 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17  6:23 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-02-16  6:40 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-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=1447740851.00d7c846dd505c2c3c38e90ed56622086fdff525.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