dev-ruby/combustion: add 0.5.5
authorHans de Graaff <graaff@gentoo.org>
Sun, 24 Jul 2016 06:15:10 +0000 (08:15 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sun, 24 Jul 2016 06:42:21 +0000 (08:42 +0200)
Package-Manager: portage-2.2.28

dev-ruby/combustion/Manifest
dev-ruby/combustion/combustion-0.5.5.ebuild [new file with mode: 0644]

index 34944309609f5ddd61683400096b425b4467ca5a..7d53b100cb5f47754624739344b65b9e943b2873 100644 (file)
@@ -1 +1,2 @@
 DIST combustion-0.5.4.gem 14336 SHA256 69400ecbe0c2f6fa1ebe8e8226b6aea9e346f1ce249bfffe1119b13f1155acf4 SHA512 23bd13b046d5f2a6eba424f4494668a76d5c9998b4e3d06ec8879efab20808bca35a9db5dcd5f516b95064acc64d839257651adcdc27d033bc9d7df9a55bd78f WHIRLPOOL 0810382bb2aa66ac428acce17399bd1a8d6692efe289ca8a84533c0b5ac74236b842fc30189e14b4da2323d5ea7003996091933b60a721447a8baf9e3212a84b
+DIST combustion-0.5.5.gem 14848 SHA256 42defae5f64136c2e9e0320d1c56783255cad4e3ee95fa9038373a5701795ff4 SHA512 a27b228c9a9796c9bda61176421e9d03500361316606830b28dc101af9c9c4b94354455acbca0c009a64aedd39aff24d8ad7147a9dd4409b513a0858395c0ab8 WHIRLPOOL 3633fcb21452414815072506cb391e64e18306116c8a7488892d335adfa48465855a77cbe745cecb799e54acc0cf53a76a87a3b2bd16a6489c6dcafdd005171e
diff --git a/dev-ruby/combustion/combustion-0.5.5.ebuild b/dev-ruby/combustion/combustion-0.5.5.ebuild
new file mode 100644 (file)
index 0000000..e121808
--- /dev/null
@@ -0,0 +1,26 @@
+# 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_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Elegant Rails Engine Testing"
+HOMEPAGE="https://github.com/pat/combustion"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "
+       >=dev-ruby/activesupport-3.0.0:*
+       >=dev-ruby/railties-3.0.0:*
+       >=dev-ruby/thor-0.14.6
+"