diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-04-07 06:27:46 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-04-07 06:27:46 +0000 |
commit | 7a84f3a061a38e0366c3309b01745127c39f7e96 (patch) | |
tree | fbc16ba2a42ec67d307baf8ed7a2a32928196c6b /dev-ruby/autotest-rails | |
parent | Version bump. (diff) | |
download | gentoo-2-7a84f3a061a38e0366c3309b01745127c39f7e96.tar.gz gentoo-2-7a84f3a061a38e0366c3309b01745127c39f7e96.tar.bz2 gentoo-2-7a84f3a061a38e0366c3309b01745127c39f7e96.zip |
Version bump.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/autotest-rails')
-rw-r--r-- | dev-ruby/autotest-rails/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/autotest-rails/autotest-rails-4.1.2.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-ruby/autotest-rails/ChangeLog b/dev-ruby/autotest-rails/ChangeLog index 9b93bc539e70..e843d63bb74a 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.14 2011/09/10 08:08:48 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.15 2012/04/07 06:27:46 graaff Exp $ + +*autotest-rails-4.1.2 (07 Apr 2012) + + 07 Apr 2012; Hans de Graaff <graaff@gentoo.org> +autotest-rails-4.1.2.ebuild: + Version bump. *autotest-rails-4.1.1 (10 Sep 2011) diff --git a/dev-ruby/autotest-rails/autotest-rails-4.1.2.ebuild b/dev-ruby/autotest-rails/autotest-rails-4.1.2.ebuild new file mode 100644 index 000000000000..669bfe56e269 --- /dev/null +++ b/dev-ruby/autotest-rails/autotest-rails-4.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 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.2.ebuild,v 1.1 2012/04/07 06:27:46 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" |