p8952 14/05/06 21:19:35 Modified: ChangeLog Added: loquacious-1.9.1-r2.ebuild Log: Drop ruby18 target, add ruby21 target. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.21 dev-ruby/loquacious/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/loquacious/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/loquacious/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/loquacious/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 2 Nov 2013 19:57:51 -0000 1.20 +++ ChangeLog 6 May 2014 21:19:35 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/loquacious -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.20 2013/11/02 19:57:51 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.21 2014/05/06 21:19:35 p8952 Exp $ + +*loquacious-1.9.1-r2 (06 May 2014) + + 06 May 2014; Peter Wilmott <[email protected]> +loquacious-1.9.1-r2.ebuild: + Drop ruby18 target, add ruby21 target. 02 Nov 2013; Manuel RĂ¼ger <[email protected]> -loquacious-1.9.1.ebuild: Cleanup old. 1.1 dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild?rev=1.1&content-type=text/plain Index: loquacious-1.9.1-r2.ebuild =================================================================== # 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 $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 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/* }
