mrueg 15/06/27 21:24:58 Modified: ChangeLog Added: vlad-2.6.5.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.32 dev-ruby/vlad/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 1 Feb 2015 23:30:26 -0000 1.31 +++ ChangeLog 27 Jun 2015 21:24:58 -0000 1.32 @@ -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.31 2015/02/01 23:30:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.32 2015/06/27 21:24:58 mrueg Exp $ + +*vlad-2.6.5 (27 Jun 2015) + + 27 Jun 2015; Manuel RĂ¼ger <[email protected]> +vlad-2.6.5.ebuild: + Version bump. *vlad-2.6.4 (01 Feb 2015) 1.1 dev-ruby/vlad/vlad-2.6.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/vlad-2.6.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vlad/vlad-2.6.5.ebuild?rev=1.1&content-type=text/plain Index: vlad-2.6.5.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.5.ebuild,v 1.1 2015/06/27 21:24:58 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-3.13 test? ( >=dev-ruby/minitest-5.7 )" ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.3" all_ruby_prepare() { # Keep Isolate from managing the dependencies. sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die }
