mrueg 15/01/25 12:09:30 Modified: vlad-2.6.3.ebuild ChangeLog Log: Add ruby 2.2 target. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.5 dev-ruby/vlad/vlad-2.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild?r1=1.4&r2=1.5 Index: vlad-2.6.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vlad-2.6.3.ebuild 5 Aug 2014 16:01:02 -0000 1.4 +++ vlad-2.6.3.ebuild 25 Jan 2015 12:09:30 -0000 1.5 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v 1.4 2014/08/05 16:01:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v 1.5 2015/01/25 12:09:30 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" @@ -19,7 +19,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" -ruby_add_bdepend ">=dev-ruby/hoe-2.9.2 test? ( dev-ruby/minitest )" +ruby_add_bdepend ">=dev-ruby/hoe-2.9.2 + test? ( dev-ruby/minitest )" ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.1" all_ruby_prepare() { 1.30 dev-ruby/vlad/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 5 Aug 2014 16:01:02 -0000 1.29 +++ ChangeLog 25 Jan 2015 12:09:30 -0000 1.30 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/vlad -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.29 2014/08/05 16:01:02 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.30 2015/01/25 12:09:30 mrueg Exp $ + + 25 Jan 2015; Manuel Rüger <[email protected]> vlad-2.6.3.ebuild: + Add ruby 2.2 target. 05 Aug 2014; Manuel Rüger <[email protected]> vlad-2.6.3.ebuild: Remove trailing '.' from DESCRIPTION.
