diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-06-12 20:36:10 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-06-12 20:36:10 +0000 |
commit | def06e58d5c76d6c94ee60e05a38e15b72919bcb (patch) | |
tree | 1b061fb9753a612bdce0d3e4b136ff28db2cbdc0 /dev-ruby/autotest-rails | |
parent | dev-lang/ghc: fixing bug #313635 for ghc 6.10.4-r1 (diff) | |
download | gentoo-2-def06e58d5c76d6c94ee60e05a38e15b72919bcb.tar.gz gentoo-2-def06e58d5c76d6c94ee60e05a38e15b72919bcb.tar.bz2 gentoo-2-def06e58d5c76d6c94ee60e05a38e15b72919bcb.zip |
Convert to ruby-fakegem.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/autotest-rails')
-rw-r--r-- | dev-ruby/autotest-rails/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/autotest-rails/autotest-rails-4.1.0-r1.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-ruby/autotest-rails/ChangeLog b/dev-ruby/autotest-rails/ChangeLog index e2a545b8ccb6..4692594b9d01 100644 --- a/dev-ruby/autotest-rails/ChangeLog +++ b/dev-ruby/autotest-rails/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/autotest-rails -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.9 2009/09/05 18:58:43 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.10 2010/06/12 20:36:10 graaff Exp $ + +*autotest-rails-4.1.0-r1 (12 Jun 2010) + + 12 Jun 2010; Hans de Graaff <graaff@gentoo.org> + +autotest-rails-4.1.0-r1.ebuild: + Convert to ruby-fakegem. 05 Sep 2009; Brent Baude <ranger@gentoo.org> autotest-rails-4.1.0.ebuild: Marking autotest-rails-4.1.0 ppc64 for bug 280665 diff --git a/dev-ruby/autotest-rails/autotest-rails-4.1.0-r1.ebuild b/dev-ruby/autotest-rails/autotest-rails-4.1.0-r1.ebuild new file mode 100644 index 000000000000..dbe99402b6e2 --- /dev/null +++ b/dev-ruby/autotest-rails/autotest-rails-4.1.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 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.0-r1.ebuild,v 1.1 2010/06/12 20:36:10 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" +SLOT="0" +IUSE="" + +ruby_add_bdepend "doc? ( dev-ruby/hoe )" +ruby_add_rdepend ">=dev-ruby/zentest-4.1.1" |