summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-09-10 08:08:48 +0000
committerHans de Graaff <graaff@gentoo.org>2011-09-10 08:08:48 +0000
commitb473dd41df3a13aaf4a83346006e365bcfc9cb9c (patch)
tree279ac709d3a80e4cf5c0121b478c801d00dfa4b5 /dev-ruby/autotest-rails
parentInitial import. Dependency for forthcoming dev-ruby/pry. (diff)
downloadgentoo-2-b473dd41df3a13aaf4a83346006e365bcfc9cb9c.tar.gz
gentoo-2-b473dd41df3a13aaf4a83346006e365bcfc9cb9c.tar.bz2
gentoo-2-b473dd41df3a13aaf4a83346006e365bcfc9cb9c.zip
Version bump.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/autotest-rails')
-rw-r--r--dev-ruby/autotest-rails/ChangeLog7
-rw-r--r--dev-ruby/autotest-rails/autotest-rails-4.1.1.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/autotest-rails/ChangeLog b/dev-ruby/autotest-rails/ChangeLog
index 8c00aac6c215..9b93bc539e70 100644
--- a/dev-ruby/autotest-rails/ChangeLog
+++ b/dev-ruby/autotest-rails/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/autotest-rails
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.13 2011/08/20 12:38:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.14 2011/09/10 08:08:48 graaff Exp $
+
+*autotest-rails-4.1.1 (10 Sep 2011)
+
+ 10 Sep 2011; Hans de Graaff <graaff@gentoo.org> +autotest-rails-4.1.1.ebuild:
+ Version bump.
20 Aug 2011; Hans de Graaff <graaff@gentoo.org> -autotest-rails-4.1.0.ebuild:
Remove old version.
diff --git a/dev-ruby/autotest-rails/autotest-rails-4.1.1.ebuild b/dev-ruby/autotest-rails/autotest-rails-4.1.1.ebuild
new file mode 100644
index 000000000000..2c97b253d949
--- /dev/null
+++ b/dev-ruby/autotest-rails/autotest-rails-4.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/autotest-rails-4.1.1.ebuild,v 1.1 2011/09/10 08:08:48 graaff Exp $
+
+EAPI=2
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This is an autotest plugin to provide rails support."
+HOMEPAGE="http://rubyforge.org/projects/zentest/"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/hoe )"
+ruby_add_rdepend ">=dev-ruby/zentest-4.5"