From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F1B68138CD8 for ; Thu, 4 Jun 2015 05:58:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 975B8E0905; Thu, 4 Jun 2015 05:58:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31723E0905 for ; Thu, 4 Jun 2015 05:58:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C9B8340B86 for ; Thu, 4 Jun 2015 05:58:05 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2149) id 18D41A1C; Thu, 4 Jun 2015 05:58:02 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-3.4.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog capistrano-3.4.0.ebuild X-VCS-Directories: dev-ruby/capistrano X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150604055802.18D41A1C@oystercatcher.gentoo.org> Date: Thu, 4 Jun 2015 05:58:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20fab87e-491d-41b9-a89d-93528dd04d3b X-Archives-Hash: 084c0f799c6e02308657f29efb3af65c graaff 15/06/04 05:58:02 Modified: ChangeLog Added: capistrano-3.4.0.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.109 dev-ruby/capistrano/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.109&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.109&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.108&r2=1.109 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- ChangeLog 22 Jan 2015 14:29:18 -0000 1.108 +++ ChangeLog 4 Jun 2015 05:58:02 -0000 1.109 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.108 2015/01/22 14:29:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.109 2015/06/04 05:58:02 graaff Exp $ + +*capistrano-3.4.0 (04 Jun 2015) + + 04 Jun 2015; Hans de Graaff +capistrano-3.4.0.ebuild: + Version bump. 22 Jan 2015; Hans de Graaff capistrano-3.3.5.ebuild: Add missing dependency on capistrano-stats. 1.1 dev-ruby/capistrano/capistrano-3.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-3.4.0.ebuild?rev=1.1&content-type=text/plain Index: capistrano-3.4.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-3.4.0.ebuild,v 1.1 2015/06/04 05:58:02 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" inherit ruby-fakegem DESCRIPTION="A distributed application deployment system" HOMEPAGE="http://capistranorb.com/" LICENSE="MIT" SLOT="3" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend " >=dev-ruby/sshkit-1.3:0 >=dev-ruby/rake-10.0.0 dev-ruby/i18n !!