diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-10-30 13:56:48 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-10-30 13:56:48 +0000 |
commit | d05d00ff54c30de617413d737113847a09b1155c (patch) | |
tree | 24eaf14d9d9360cf2bddd434ea2df06992e53869 /dev-ruby/loquacious | |
parent | Drop jruby target. (diff) | |
download | gentoo-2-d05d00ff54c30de617413d737113847a09b1155c.tar.gz gentoo-2-d05d00ff54c30de617413d737113847a09b1155c.tar.bz2 gentoo-2-d05d00ff54c30de617413d737113847a09b1155c.zip |
Drop jruby target. Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/loquacious')
-rw-r--r-- | dev-ruby/loquacious/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/loquacious/loquacious-1.9.1-r1.ebuild | 42 | ||||
-rw-r--r-- | dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild | 4 |
3 files changed, 7 insertions, 45 deletions
diff --git a/dev-ruby/loquacious/ChangeLog b/dev-ruby/loquacious/ChangeLog index d981eb660ff3..67414e345b6f 100644 --- a/dev-ruby/loquacious/ChangeLog +++ b/dev-ruby/loquacious/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/loquacious # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.22 2014/05/21 02:04:20 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.23 2014/10/30 13:56:48 mrueg Exp $ + + 30 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -loquacious-1.9.1-r1.ebuild, + loquacious-1.9.1-r2.ebuild: + Drop jruby target. Cleanup old. 21 May 2014; Manuel Rüger <mrueg@gentoo.org> loquacious-1.9.1-r1.ebuild: Remove ruby18 target. diff --git a/dev-ruby/loquacious/loquacious-1.9.1-r1.ebuild b/dev-ruby/loquacious/loquacious-1.9.1-r1.ebuild deleted file mode 100644 index e9243b849e95..000000000000 --- a/dev-ruby/loquacious/loquacious-1.9.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/loquacious-1.9.1-r1.ebuild,v 1.2 2014/05/21 02:04:20 mrueg Exp $ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -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/loquacious" - -IUSE="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -all_ruby_prepare() { - # Remove metadata because it confuses jruby. - rm ../metadata || die -} - -all_ruby_compile() { - if use doc; then - rdoc lib || die "Documentation generation failed." - fi -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* -} diff --git a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild index 4bd3706dfb23..0e9d3c97c57c 100644 --- a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild +++ b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild,v 1.1 2014/05/06 21:19:35 p8952 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild,v 1.2 2014/10/30 13:56:48 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" |