summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-07-18 05:30:00 +0000
committerHans de Graaff <graaff@gentoo.org>2014-07-18 05:30:00 +0000
commita107b6c5f2bd61400e1621db9b051d07bb3fee76 (patch)
tree6c18c2b4a383e8f90b57eab53f9d71a861ac78a2 /dev-ruby/combustion
parentAdd missing gnome-common builddep as eautoreconf is called; bug 517386 (diff)
downloadgentoo-2-a107b6c5f2bd61400e1621db9b051d07bb3fee76.tar.gz
gentoo-2-a107b6c5f2bd61400e1621db9b051d07bb3fee76.tar.bz2
gentoo-2-a107b6c5f2bd61400e1621db9b051d07bb3fee76.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/combustion')
-rw-r--r--dev-ruby/combustion/ChangeLog7
-rw-r--r--dev-ruby/combustion/combustion-0.5.2.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-ruby/combustion/ChangeLog b/dev-ruby/combustion/ChangeLog
index 5de8c39e310a..dfba58f42a11 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.1 2014/04/02 14:27:24 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/combustion/ChangeLog,v 1.2 2014/07/18 05:30:00 graaff Exp $
+
+*combustion-0.5.2 (18 Jul 2014)
+
+ 18 Jul 2014; Hans de Graaff <graaff@gentoo.org> +combustion-0.5.2.ebuild:
+ Version bump.
*combustion-0.5.1 (02 Apr 2014)
diff --git a/dev-ruby/combustion/combustion-0.5.2.ebuild b/dev-ruby/combustion/combustion-0.5.2.ebuild
new file mode 100644
index 000000000000..d7ac875dc1f5
--- /dev/null
+++ b/dev-ruby/combustion/combustion-0.5.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/combustion/combustion-0.5.2.ebuild,v 1.1 2014/07/18 05:30:00 graaff 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
+"