summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-08-26 06:16:06 +0000
committerHans de Graaff <graaff@gentoo.org>2012-08-26 06:16:06 +0000
commite1b6d334143db9a80fc4757e37f88e6b067abc38 (patch)
treeb05234ba8def35a20e0e4991c9dbfe2c22ba0264 /dev-ruby/loquacious
parentCleanup. (diff)
downloadgentoo-2-e1b6d334143db9a80fc4757e37f88e6b067abc38.tar.gz
gentoo-2-e1b6d334143db9a80fc4757e37f88e6b067abc38.tar.bz2
gentoo-2-e1b6d334143db9a80fc4757e37f88e6b067abc38.zip
Cleanup.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/loquacious')
-rw-r--r--dev-ruby/loquacious/ChangeLog5
-rw-r--r--dev-ruby/loquacious/loquacious-1.9.0.ebuild38
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/*
-}