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/rake-compiler/
Date: Thu, 17 Mar 2016 00:19:09 +0000 (UTC)	[thread overview]
Message-ID: <1458173823.5179f8d7d5e64a647c8b29e058f4ba92101b2bf5.mrueg@gentoo> (raw)

commit:     5179f8d7d5e64a647c8b29e058f4ba92101b2bf5
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 00:17:03 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 00:17:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5179f8d7

dev-ruby/rake-compiler: Version bump

Package-Manager: portage-2.2.28

 dev-ruby/rake-compiler/Manifest                   |  1 +
 dev-ruby/rake-compiler/rake-compiler-0.9.7.ebuild | 62 +++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/dev-ruby/rake-compiler/Manifest b/dev-ruby/rake-compiler/Manifest
index 6bcb01c..fe24efd 100644
--- a/dev-ruby/rake-compiler/Manifest
+++ b/dev-ruby/rake-compiler/Manifest
@@ -1,3 +1,4 @@
 DIST rake-compiler-0.9.2.tar.gz 30778 SHA256 72ced9a0ca9a034506de279e888fdec63d542d788ee1d2e7910f1bfd71c82dd3 SHA512 883157bf44540cd021bec22a84e907922756f74a61e84c62e51eed752da01d217a03aebd88582fbe779210116e7ab1a36023707fbdae445b5ac4499c7de9b8eb WHIRLPOOL 79b21689e08ac21005243a2f18bde0941c3a86bdd3bf36bf557d3c706cb64fcb379f2d3fd06c93d3c07f10e8c1e47c75933ba783cc23b57137d9fce6c3e7de78
 DIST rake-compiler-0.9.5.tar.gz 31727 SHA256 c3ddd7cb4003d4116aef89313d4bf6ad338ea1c6e0552825c78a6109e80e931e SHA512 ce40ac3d57458e7369d3bf2c7cc033911775d6afee85867a96ea95f564cf9b294d4f1030530f547f27a0834ba4b33121abeb33a2f6b7a2d02346311ed11759b5 WHIRLPOOL df94ce4ce7e3842f4585f66c25422f59c03cf851cc596da9d35aac34cf6d79c615245ffe642116cd655454a8192b3985ca9d4db442d33894155191ab1f095038
 DIST rake-compiler-0.9.6.tar.gz 32261 SHA256 81fca307339b8232ebc672017cedbd0603e04ed96e9340e9517c92e7bf9e0ee4 SHA512 3a91f972b4355e5d578693a1e5daa874524207c3bb5f7abc234b39e33f9a3cf3c1161d45edb90656bf81154297b7d4a5faeddfa42fac4b989c16d2db71e4f9f9 WHIRLPOOL 02384e2b8ad7b1e5df596b7a12adf685b5bef9765c0cf1c2eb14ac32dee9c9b8764f97383c31f9268520215ae0b667357430173f1a9c3958b859dc699f3012ab
+DIST rake-compiler-0.9.7.tar.gz 32292 SHA256 0ac3cf05c3bdb1c2c6fe6c5180b0da5994a1fa748447c1bdbc2eef2daeefefa5 SHA512 9d92d34bb82f2e6a0ba824c1c099a51c137368817aefd5e0821a216fabef9ab77e15895211b858e54afc965d5167810fd2ed3e36e57d91cb0bed8491b287c7db WHIRLPOOL 3c6171fa6f8b9252758315f82063a097ee366b4b9cf90c7990cf2ba5b95f4680074915670b983d608812259f9c8e5f9ef0b09a800fa65bbb18a26adad33dba8f

diff --git a/dev-ruby/rake-compiler/rake-compiler-0.9.7.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.9.7.ebuild
new file mode 100644
index 0000000..4be7abf
--- /dev/null
+++ b/dev-ruby/rake-compiler/rake-compiler-0.9.7.ebuild
@@ -0,0 +1,62 @@
+# 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_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="Provide a standard and simplified way to build and package Ruby extensions"
+HOMEPAGE="https://github.com/luislavena/rake-compiler"
+LICENSE="MIT"
+
+SRC_URI="https://github.com/luislavena/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rake"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
+
+USE_RUBY="ruby20 ruby21" ruby_add_bdepend "test? ( dev-util/cucumber )"
+
+all_ruby_prepare() {
+	# Make sure the right rspec version is used in cucumber.
+	sed -i -e "1igem 'rspec', '~>2.0'" features/support/env.rb || die
+}
+
+each_ruby_prepare() {
+	case ${RUBY} in
+		*ruby19)
+			# Remove this task so that it won't load on Ruby 1.9
+			# that lack the package_task file. It is, though, needed for the
+			# tests
+			rm tasks/gem.rake || die
+			# Remove specs aimed at a C-compiling ruby implementation.
+			rm spec/lib/rake/extensiontask_spec.rb || die
+			;;
+		*)
+			;;
+	esac
+}
+
+each_ruby_test() {
+	# Skip cucumber for ruby22 (not ready yet)
+	case ${RUBY} in
+		*ruby20|*ruby21)
+			ruby-ng_rspec
+			ruby-ng_cucumber
+			;;
+		*)
+			ruby-ng_rspec
+			;;
+	esac
+}


             reply	other threads:[~2016-03-17  0:19 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-17  0:19 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-03  9:12 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rake-compiler/ Hans de Graaff
2024-10-13 18:38 Arthur Zamarin
2024-10-10 12:20 Arthur Zamarin
2024-10-06 13:52 Arthur Zamarin
2024-10-06 13:30 Jakov Smolić
2024-10-06 11:18 Sam James
2024-10-06  6:05 Hans de Graaff
2024-02-11 15:12 Hans de Graaff
2024-01-25  8:59 Hans de Graaff
2024-01-25  8:59 Hans de Graaff
2023-08-29 14:50 Hans de Graaff
2023-08-05  1:35 Sam James
2023-08-04 17:30 Hans de Graaff
2023-08-04 17:30 Hans de Graaff
2023-07-24 12:07 Jakov Smolić
2023-06-06 13:40 Hans de Graaff
2023-03-29  8:49 Hans de Graaff
2023-03-29  8:49 Hans de Graaff
2023-03-28 23:20 Sam James
2023-03-28 23:20 Sam James
2023-03-28 22:12 Sam James
2023-03-28 22:12 Sam James
2023-03-28 22:12 Sam James
2023-03-28 22:12 Sam James
2023-03-28 21:49 Sam James
2023-03-28 11:50 Hans de Graaff
2023-03-27  8:35 Sam James
2022-12-24 15:00 Hans de Graaff
2022-12-04 15:59 WANG Xuerui
2022-04-23  5:14 Hans de Graaff
2022-04-13  5:12 Hans de Graaff
2022-03-07  3:47 Sam James
2021-12-08  6:27 Hans de Graaff
2021-09-11  8:12 Hans de Graaff
2021-09-11  8:12 Hans de Graaff
2021-09-07 12:30 Marek Szuba
2021-09-03  1:53 Sam James
2021-08-03 10:57 Agostino Sarubbo
2021-08-02  4:03 Agostino Sarubbo
2021-08-01  8:08 Agostino Sarubbo
2021-07-31 19:23 Sergei Trofimovich
2021-03-13  9:11 Hans de Graaff
2021-03-13  9:11 Hans de Graaff
2020-09-14  7:29 Hans de Graaff
2020-09-13 10:50 Sergei Trofimovich
2020-07-10  4:32 Hans de Graaff
2020-06-21 17:12 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-04-30  5:26 Hans de Graaff
2020-01-22 18:40 Hans de Graaff
2020-01-06  6:23 Hans de Graaff
2019-12-23  5:46 Hans de Graaff
2019-09-21  6:30 Hans de Graaff
2019-06-05 17:56 Hans de Graaff
2019-05-13  1:41 Thomas Deutschmann
2019-05-02 21:27 Mikle Kolyada
2019-04-28 20:16 Mikle Kolyada
2019-04-27 19:20 Sergei Trofimovich
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 16:03 Sergei Trofimovich
2019-04-21 17:07 Sergei Trofimovich
2019-04-20 17:46 Mikle Kolyada
2019-04-10 17:27 Hans de Graaff
2019-01-13  8:29 Hans de Graaff
2019-01-09  9:12 Hans de Graaff
2018-12-24  7:04 Hans de Graaff
2018-12-24  7:04 Hans de Graaff
2018-09-01  6:59 Hans de Graaff
2018-07-10 17:45 Hans de Graaff
2018-04-09  5:10 Hans de Graaff
2017-12-29 17:41 Sergei Trofimovich
2017-11-26 10:46 Hans de Graaff
2017-08-20  7:09 Hans de Graaff
2017-08-20  7:09 Hans de Graaff
2017-06-07  5:22 Hans de Graaff
2017-06-06 22:12 Sergei Trofimovich
2017-05-10  4:15 Hans de Graaff
2017-04-29 20:26 Jeroen Roovers
2017-03-31 12:09 Agostino Sarubbo
2017-03-29 10:23 Michael Weber
2017-03-29  8:38 Michael Weber
2017-02-21 18:59 Hans de Graaff
2016-12-11  7:26 Hans de Graaff
2016-11-15  6:18 Hans de Graaff
2016-08-06  7:18 Hans de Graaff
2016-07-09  5:29 Hans de Graaff
2016-07-08 13:48 Agostino Sarubbo
2016-07-08 10:30 Agostino Sarubbo
2016-06-21  5:09 Hans de Graaff
2016-05-10  5:10 Hans de Graaff
2016-04-29  4:32 Hans de Graaff
2016-03-17  0:19 Manuel Rüger
2016-03-14 17:56 Richard Farina
2016-03-05  6:54 Hans de Graaff
2016-03-05  6:54 Hans de Graaff
2016-02-04 19:31 Tobias Klausmann
2016-01-17 18:24 Agostino Sarubbo
2016-01-02 16:29 Jeroen Roovers
2016-01-02 15:27 Jeroen Roovers
2015-11-24 20:24 Markus Meier
2015-11-18  8:57 Agostino Sarubbo
2015-11-17  9:59 Agostino Sarubbo
2015-11-17  6:48 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=1458173823.5179f8d7d5e64a647c8b29e058f4ba92101b2bf5.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