diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-06-04 06:39:32 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-06-04 06:39:32 +0000 |
commit | 2916fb65d105f7f3052ea682b3e2347bbccb3922 (patch) | |
tree | e2ddb89d9f325c15474835059704938b74fdae8c /dev-ruby | |
parent | Support ruby19 (diff) | |
download | gentoo-2-2916fb65d105f7f3052ea682b3e2347bbccb3922.tar.gz gentoo-2-2916fb65d105f7f3052ea682b3e2347bbccb3922.tar.bz2 gentoo-2-2916fb65d105f7f3052ea682b3e2347bbccb3922.zip |
Remove old version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/loquacious/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/loquacious/loquacious-1.7.0.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/dev-ruby/loquacious/ChangeLog b/dev-ruby/loquacious/ChangeLog index 2dcf63704148..aac4b517ea8b 100644 --- a/dev-ruby/loquacious/ChangeLog +++ b/dev-ruby/loquacious/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/loquacious # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.9 2011/02/12 08:37:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.10 2011/06/04 06:39:32 graaff Exp $ + + 04 Jun 2011; Hans de Graaff <graaff@gentoo.org> -loquacious-1.7.0.ebuild: + Remove old version. *loquacious-1.7.1 (12 Feb 2011) diff --git a/dev-ruby/loquacious/loquacious-1.7.0.ebuild b/dev-ruby/loquacious/loquacious-1.7.0.ebuild deleted file mode 100644 index 1022b1630385..000000000000 --- a/dev-ruby/loquacious/loquacious-1.7.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/loquacious-1.7.0.ebuild,v 1.3 2011/01/23 08:48:50 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ruby19 jruby ree18" - -RUBY_FAKEGME_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Descriptive configuration files for Ruby written in Ruby" -HOMEPAGE="http://github.com/TwP/${PN}" - -IUSE="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -ruby_add_bdepend "test? ( dev-ruby/rspec:0 )" - -all_ruby_compile() { - rdoc lib || die "Documentation generation failed." -} - -each_ruby_test() { - ${RUBY} -S spec spec || die "Tests failed." -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -} |