mrueg 15/02/01 23:30:26 Modified: ChangeLog Added: vlad-2.6.4.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.31 dev-ruby/vlad/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 25 Jan 2015 12:09:30 -0000 1.30 +++ ChangeLog 1 Feb 2015 23:30:26 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/vlad # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.31 2015/02/01 23:30:26 mrueg Exp $ + +*vlad-2.6.4 (01 Feb 2015) + + 01 Feb 2015; Manuel Rüger <[email protected]> +vlad-2.6.4.ebuild: + Version bump. 25 Jan 2015; Manuel Rüger <[email protected]> vlad-2.6.3.ebuild: Add ruby 2.2 target. 1.1 dev-ruby/vlad/vlad-2.6.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/vlad-2.6.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/vlad-2.6.4.ebuild?rev=1.1&content-type=text/plain Index: vlad-2.6.4.ebuild =================================================================== # 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.4.ebuild,v 1.1 2015/02/01 23:30:26 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt" inherit ruby-fakegem DESCRIPTION="Pragmatic application deployment automation, without mercy" HOMEPAGE="http://rubyhitsquad.com/Vlad_the_Deployer.html" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" 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() { # Keep Isolate from managing the dependencies. sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die }
