commit: f89564d410c12acb4fb795a39cb186f90820377d Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Tue Jul 1 08:56:38 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 08:56:38 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=f89564d4
Add ruby20, ruby21. Fix USE=doc for new rake. Package-Manager: portage-2.2.8-r1 --- dev-ruby/rvideo/ChangeLog | 3 +++ dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild | 11 ++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-ruby/rvideo/ChangeLog b/dev-ruby/rvideo/ChangeLog index 50822bf..97736ac 100644 --- a/dev-ruby/rvideo/ChangeLog +++ b/dev-ruby/rvideo/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Jul 2014; Hans de Graaff <[email protected]> rvideo-0.9.3-r2.ebuild: + Add ruby20, ruby21. Fix USE=doc for new rake. + 27 Jun 2014; Hans de Graaff <[email protected]> -rvideo-0.9.3-r1.ebuild: Cleanup. diff --git a/dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild b/dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild index 8dbf0e8..e3ab922 100644 --- a/dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild +++ b/dev-ruby/rvideo/rvideo-0.9.3-r2.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $ EAPI=4 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19 ruby20 ruby21" -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="ENV ENV2 History.txt README.txt RULES" # There are specs but they require an old version of rspec. @@ -22,10 +21,8 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86 ~x86-macos" SLOT="0" -IUSE="flv" +IUSE="doc flv" RUBY_PATCHES=( rvideo-ffmpeg.patch ) -ruby_add_bdepend "doc? ( dev-ruby/hoe )" - ruby_add_rdepend "flv? ( media-video/flvtool2 )"
