diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-08-26 06:22:13 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-08-26 06:22:13 +0000 |
commit | 945e9fed0c91ebd1b470e37ba787aefeb0b09f04 (patch) | |
tree | fffd799588d65f4e60af1a6925ad2d0f025bc66c /dev-ruby/loquacious | |
parent | Version bump (diff) | |
download | historical-945e9fed0c91ebd1b470e37ba787aefeb0b09f04.tar.gz historical-945e9fed0c91ebd1b470e37ba787aefeb0b09f04.tar.bz2 historical-945e9fed0c91ebd1b470e37ba787aefeb0b09f04.zip |
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/loquacious')
-rw-r--r-- | dev-ruby/loquacious/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/loquacious/loquacious-1.9.0.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/dev-ruby/loquacious/ChangeLog b/dev-ruby/loquacious/ChangeLog index b0b04642a3ab..df9f4be55388 100644 --- a/dev-ruby/loquacious/ChangeLog +++ b/dev-ruby/loquacious/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/loquacious # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.17 2012/08/14 01:15:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.18 2012/08/26 06:16:06 graaff Exp $ + + 26 Aug 2012; Hans de Graaff <graaff@gentoo.org> -loquacious-1.9.0.ebuild: + Cleanup. 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> loquacious-1.9.1.ebuild: Port to rspec helper for testing. Only build documentation with USE=doc. diff --git a/dev-ruby/loquacious/loquacious-1.9.0.ebuild b/dev-ruby/loquacious/loquacious-1.9.0.ebuild deleted file mode 100644 index 4418189f7395..000000000000 --- a/dev-ruby/loquacious/loquacious-1.9.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.9.0.ebuild,v 1.1 2011/09/14 07:30:51 graaff Exp $ - -EAPI=4 - -USE_RUBY="ruby18 ruby19 jruby ree18" - -RUBY_FAKEGEM_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-2.6.0:2 )" - -all_ruby_compile() { - rdoc lib || die "Documentation generation failed." -} - -each_ruby_test() { - ${RUBY} -S rspec spec || die "Tests failed." -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* -} |