diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-07-08 18:47:31 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-07-08 18:47:31 +0000 |
commit | c49ab5de4600055d78b18059a377c044dd2c03bf (patch) | |
tree | 4818b089a45dec7390c8808b3c2c6f4472a4f3e7 /dev-ruby/autotest-rails | |
parent | Cleanup. (diff) | |
download | gentoo-2-c49ab5de4600055d78b18059a377c044dd2c03bf.tar.gz gentoo-2-c49ab5de4600055d78b18059a377c044dd2c03bf.tar.bz2 gentoo-2-c49ab5de4600055d78b18059a377c044dd2c03bf.zip |
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/autotest-rails')
-rw-r--r-- | dev-ruby/autotest-rails/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/autotest-rails/autotest-rails-4.1.0-r1.ebuild | 24 |
2 files changed, 6 insertions, 26 deletions
diff --git a/dev-ruby/autotest-rails/ChangeLog b/dev-ruby/autotest-rails/ChangeLog index 6ca69bf479f8..f5c91ae5ff5d 100644 --- a/dev-ruby/autotest-rails/ChangeLog +++ b/dev-ruby/autotest-rails/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/autotest-rails -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.20 2012/08/05 20:57:35 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.21 2013/07/08 18:47:31 graaff Exp $ + + 08 Jul 2013; Hans de Graaff <graaff@gentoo.org> + -autotest-rails-4.1.0-r1.ebuild: + Cleanup. 05 Aug 2012; Agostino Sarubbo <ago@gentoo.org> autotest-rails-4.1.2.ebuild: Stable for amd64, wrt bug #428692 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 deleted file mode 100644 index 42037369c8bd..000000000000 --- a/dev-ruby/autotest-rails/autotest-rails-4.1.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.0-r1.ebuild,v 1.4 2012/05/01 18:24:12 armin76 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 ppc ppc64 x86 ~x86-macos" -SLOT="0" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/hoe )" -ruby_add_rdepend ">=dev-ruby/zentest-4.1.1" |