From def06e58d5c76d6c94ee60e05a38e15b72919bcb Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 12 Jun 2010 20:36:10 +0000 Subject: Convert to ruby-fakegem. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-ruby/autotest-rails/ChangeLog | 10 +++++++-- .../autotest-rails/autotest-rails-4.1.0-r1.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 dev-ruby/autotest-rails/autotest-rails-4.1.0-r1.ebuild (limited to 'dev-ruby/autotest-rails') 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 + +autotest-rails-4.1.0-r1.ebuild: + Convert to ruby-fakegem. 05 Sep 2009; Brent Baude 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" -- cgit v1.2.3-65-gdbad