summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-03 18:24:34 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-03 18:24:34 +0000
commit6b85b84186b2ebe91b4012870f17226706afa091 (patch)
treebfe408b4aba33c54c27966b7e2da025c76e17cda /dev-ruby/combustion
parentVersion bump. (diff)
downloadgentoo-2-6b85b84186b2ebe91b4012870f17226706afa091.tar.gz
gentoo-2-6b85b84186b2ebe91b4012870f17226706afa091.tar.bz2
gentoo-2-6b85b84186b2ebe91b4012870f17226706afa091.zip
Version bump.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/combustion')
-rw-r--r--dev-ruby/combustion/ChangeLog9
-rw-r--r--dev-ruby/combustion/combustion-0.5.3.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-ruby/combustion/ChangeLog b/dev-ruby/combustion/ChangeLog
index dfba58f42a11..63caeb3e8eb0 100644
--- a/dev-ruby/combustion/ChangeLog
+++ b/dev-ruby/combustion/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/combustion
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/combustion/ChangeLog,v 1.2 2014/07/18 05:30:00 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/combustion/ChangeLog,v 1.3 2015/03/03 18:24:34 mrueg Exp $
+
+*combustion-0.5.3 (03 Mar 2015)
+
+ 03 Mar 2015; Manuel Rüger <mrueg@gentoo.org> +combustion-0.5.3.ebuild:
+ Version bump.
*combustion-0.5.2 (18 Jul 2014)
diff --git a/dev-ruby/combustion/combustion-0.5.3.ebuild b/dev-ruby/combustion/combustion-0.5.3.ebuild
new file mode 100644
index 000000000000..0a658fa22705
--- /dev/null
+++ b/dev-ruby/combustion/combustion-0.5.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/combustion/combustion-0.5.3.ebuild,v 1.1 2015/03/03 18:24:34 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+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
+"