diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-07-30 18:14:18 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-07-30 18:14:18 +0000 |
commit | 5f8019e95dc8f00c9e7ae94f255594797ac3afb6 (patch) | |
tree | 6e8fd43f5158cda4548d9c2dc18bf3dc61fce691 | |
parent | Fixed build with gcc-4.7 (bug#422065) (diff) | |
download | gentoo-2-5f8019e95dc8f00c9e7ae94f255594797ac3afb6.tar.gz gentoo-2-5f8019e95dc8f00c9e7ae94f255594797ac3afb6.tar.bz2 gentoo-2-5f8019e95dc8f00c9e7ae94f255594797ac3afb6.zip |
Cleanup.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/autotest-rails/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/autotest-rails/autotest-rails-4.1.1.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-ruby/autotest-rails/ChangeLog b/dev-ruby/autotest-rails/ChangeLog index cc590dee08a7..339b86cf4b57 100644 --- a/dev-ruby/autotest-rails/ChangeLog +++ b/dev-ruby/autotest-rails/ChangeLog @@ -1,6 +1,9 @@ # 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.16 2012/05/01 18:24:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.17 2012/07/30 18:14:18 graaff Exp $ + + 30 Jul 2012; Hans de Graaff <graaff@gentoo.org> -autotest-rails-4.1.1.ebuild: + Cleanup. 01 May 2012; Raúl Porcel <armin76@gentoo.org> autotest-rails-4.1.0-r1.ebuild, autotest-rails-4.1.1.ebuild, diff --git a/dev-ruby/autotest-rails/autotest-rails-4.1.1.ebuild b/dev-ruby/autotest-rails/autotest-rails-4.1.1.ebuild deleted file mode 100644 index e4ecf4927b8c..000000000000 --- a/dev-ruby/autotest-rails/autotest-rails-4.1.1.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.1.ebuild,v 1.2 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.5" |