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: Thu, 17 Nov 2016 07:05:17 +0000 (UTC)	[thread overview]
Message-ID: <1479366110.a19ddca2e7879c938dc99fbe05c85c34220a4f65.graaff@gentoo> (raw)

commit:     a19ddca2e7879c938dc99fbe05c85c34220a4f65
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 06:30:07 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 07:01:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19ddca2

dev-ruby/spring: add 2.0.0

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/spring/Manifest b/dev-ruby/spring/Manifest
index ef5f476..535c70f 100644
--- a/dev-ruby/spring/Manifest
+++ b/dev-ruby/spring/Manifest
@@ -1,3 +1,4 @@
 DIST spring-1.6.4.tar.gz 39370 SHA256 d7584ecb01fb980451c12d65bbb0175c7b15fb3bf8c117058145de5ecc8c349b SHA512 9dffdcef750bd25028761da8e69c44ae3eace843dff9f81d5566085d3a8c7f944f4c99b6d455078ff564b7135116ae38dcf1aaf6dcc127ac351eae85e15dc143 WHIRLPOOL b7fd0e1520b77e1dc150f270e1cb222915ab98322b9ec0f75242fbfeceec7bd6155262a2fdeee8cf8c5651e9b03e1ce441159042c877675ddc3c4e07fbb2e1cb
 DIST spring-1.7.1.tar.gz 41162 SHA256 36f422666a20cd9ae930993f14056e9072e350a24025a26cc5ec59c76725ec33 SHA512 bf561ae5c9bb5e9f6af640c42bedd0e4992713b90c42e984491d77002c729ffa51723b7f691d14443531243150e37f8bfb67cca1f06aefd4c76548f66728103f WHIRLPOOL f934c5484d27a1d54eaf305d604f006d7ef2797b6209de1e6e4802e6ebdddc85f59c6891b5bafde4878d0c8d99f6d5b94738f987320976f7cf49a23769d24924
 DIST spring-1.7.2.tar.gz 41340 SHA256 652c12950a04b3f342428137b7167bf579b73cb04c7b72e48fa2eacb8047a5b5 SHA512 737bdd3597eeef2c2a832a4060c626f83fe2bc3d6941421c8451408bbbb6392cfe91f408d9e5cceadfcda03d62a589b6758da6d9c029f5336fca5130e6b6857e WHIRLPOOL a00867a08b99d6207063ef8dabc69a488308ad72e8a6986409ccd4f185cd8e6f3b665bef352bce53db9ca1098a7e8fd5fdd6bb76c321b6934ce7d9b5b9a1e962
+DIST spring-2.0.0.tar.gz 41972 SHA256 5bc0d1c7a05654cad6821da66b3e224a839b8ed44dba0fadd0d6d596238e0990 SHA512 8e26ebc33289341c5716002d575eb52b004a7e0f3c5bc657f8afabac2f596f03630cb8be172d8a00d7f68e9b7cda373cc0c3fef404b9082c6dae2375398b1f5d WHIRLPOOL 8c32d4773bf4a0429eb0d6ebf643e7de44152348897fabcf1a607911502069f9136193a10bb6dbc5d4495e29105279e127a1d8b62c5b6b40130e7f6d0599f15c

diff --git a/dev-ruby/spring/spring-2.0.0.ebuild b/dev-ruby/spring/spring-2.0.0.ebuild
new file mode 100644
index 00000000..cb49834
--- /dev/null
+++ b/dev-ruby/spring/spring-2.0.0.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 ruby23"
+
+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/activesupport-4.2"
+
+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-11-17  7:05 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-17  7:05 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-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-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=1479366110.a19ddca2e7879c938dc99fbe05c85c34220a4f65.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