* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: capistrano-2.13.4.ebuild ChangeLog
@ 2012-10-04 6:06 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2012-10-04 6:06 UTC (permalink / raw
To: gentoo-commits
graaff 12/10/04 06:06:34
Modified: ChangeLog
Added: capistrano-2.13.4.ebuild
Log:
Version bump.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.81 dev-ruby/capistrano/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 4 Aug 2012 15:03:08 -0000 1.80
+++ ChangeLog 4 Oct 2012 06:06:34 -0000 1.81
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/capistrano
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.80 2012/08/04 15:03:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.81 2012/10/04 06:06:34 graaff Exp $
+
+*capistrano-2.13.4 (04 Oct 2012)
+
+ 04 Oct 2012; Hans de Graaff <graaff@gentoo.org> +capistrano-2.13.4.ebuild:
+ Version bump.
04 Aug 2012; Hans de Graaff <graaff@gentoo.org> -capistrano-2.5.20.ebuild:
Cleanup.
1.1 dev-ruby/capistrano/capistrano-2.13.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.1&content-type=text/plain
Index: capistrano-2.13.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v 1.1 2012/10/04 06:06:34 graaff Exp $
EAPI=4
# ruby19 → pending on net/sftp
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.mdown"
inherit ruby-fakegem
DESCRIPTION="A distributed application deployment system"
HOMEPAGE="http://capify.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "
>=dev-ruby/net-ssh-2.0.14
>=dev-ruby/net-sftp-2.0.2
>=dev-ruby/net-scp-1.0.2
>=dev-ruby/net-ssh-gateway-1.1.0
>=dev-ruby/highline-1.2.7"
ruby_add_bdepend "
test? ( dev-ruby/mocha )"
all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile test/utils.rb || die
# sed -i -e '/ruby-debug/ s:^:#:' test/utils.rb || die
# Avoid copy strategy tests since these fail in some cases due to
# complicated (aka unknown) interactions with other parts of the
# test suite.
rm test/deploy/strategy/copy_test.rb || die
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: capistrano-2.13.4.ebuild ChangeLog
@ 2013-01-02 12:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-02 12:38 UTC (permalink / raw
To: gentoo-commits
ago 13/01/02 12:38:09
Modified: capistrano-2.13.4.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #449548
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-ruby/capistrano/capistrano-2.13.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?r1=1.1&r2=1.2
Index: capistrano-2.13.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- capistrano-2.13.4.ebuild 4 Oct 2012 06:06:34 -0000 1.1
+++ capistrano-2.13.4.ebuild 2 Jan 2013 12:38:09 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v 1.1 2012/10/04 06:06:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v 1.2 2013/01/02 12:38:09 ago Exp $
EAPI=4
# ruby19 → pending on net/sftp
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "
1.83 dev-ruby/capistrano/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 16 Dec 2012 08:43:39 -0000 1.82
+++ ChangeLog 2 Jan 2013 12:38:09 -0000 1.83
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/capistrano
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.82 2012/12/16 08:43:39 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.83 2013/01/02 12:38:09 ago Exp $
+
+ 02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> capistrano-2.13.4.ebuild:
+ Stable for amd64, wrt bug #449548
*capistrano-2.13.5 (16 Dec 2012)
@@ -356,4 +359,3 @@
20 Oct 2005; Caleb Tennis <caleb@gentoo.org> +switchtower-0.9.0.ebuild:
Initial commit
-
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: capistrano-2.13.4.ebuild ChangeLog
@ 2013-01-02 12:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-02 12:38 UTC (permalink / raw
To: gentoo-commits
ago 13/01/02 12:38:52
Modified: capistrano-2.13.4.ebuild ChangeLog
Log:
Stable for x86, wrt bug #449548
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-ruby/capistrano/capistrano-2.13.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?r1=1.2&r2=1.3
Index: capistrano-2.13.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- capistrano-2.13.4.ebuild 2 Jan 2013 12:38:09 -0000 1.2
+++ capistrano-2.13.4.ebuild 2 Jan 2013 12:38:52 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v 1.2 2013/01/02 12:38:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v 1.3 2013/01/02 12:38:52 ago Exp $
EAPI=4
# ruby19 → pending on net/sftp
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "
1.84 dev-ruby/capistrano/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 2 Jan 2013 12:38:09 -0000 1.83
+++ ChangeLog 2 Jan 2013 12:38:52 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/capistrano
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.83 2013/01/02 12:38:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.84 2013/01/02 12:38:52 ago Exp $
+
+ 02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> capistrano-2.13.4.ebuild:
+ Stable for x86, wrt bug #449548
02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> capistrano-2.13.4.ebuild:
Stable for amd64, wrt bug #449548
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: capistrano-2.13.4.ebuild ChangeLog
@ 2013-01-04 12:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-04 12:56 UTC (permalink / raw
To: gentoo-commits
ago 13/01/04 12:56:36
Modified: capistrano-2.13.4.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #449548
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.4 dev-ruby/capistrano/capistrano-2.13.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?r1=1.3&r2=1.4
Index: capistrano-2.13.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- capistrano-2.13.4.ebuild 2 Jan 2013 12:38:52 -0000 1.3
+++ capistrano-2.13.4.ebuild 4 Jan 2013 12:56:35 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v 1.3 2013/01/02 12:38:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v 1.4 2013/01/04 12:56:35 ago Exp $
EAPI=4
# ruby19 → pending on net/sftp
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "
1.85 dev-ruby/capistrano/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 2 Jan 2013 12:38:52 -0000 1.84
+++ ChangeLog 4 Jan 2013 12:56:35 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/capistrano
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.84 2013/01/02 12:38:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.85 2013/01/04 12:56:35 ago Exp $
+
+ 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> capistrano-2.13.4.ebuild:
+ Stable for ppc, wrt bug #449548
02 Jan 2013; Agostino Sarubbo <ago@gentoo.org> capistrano-2.13.4.ebuild:
Stable for x86, wrt bug #449548
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: capistrano-2.13.4.ebuild ChangeLog
@ 2013-01-04 13:09 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-04 13:09 UTC (permalink / raw
To: gentoo-commits
ago 13/01/04 13:09:59
Modified: capistrano-2.13.4.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #449548
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.5 dev-ruby/capistrano/capistrano-2.13.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild?r1=1.4&r2=1.5
Index: capistrano-2.13.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- capistrano-2.13.4.ebuild 4 Jan 2013 12:56:35 -0000 1.4
+++ capistrano-2.13.4.ebuild 4 Jan 2013 13:09:59 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v 1.4 2013/01/04 12:56:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.13.4.ebuild,v 1.5 2013/01/04 13:09:59 ago Exp $
EAPI=4
# ruby19 → pending on net/sftp
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "
1.86 dev-ruby/capistrano/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 4 Jan 2013 12:56:35 -0000 1.85
+++ ChangeLog 4 Jan 2013 13:09:59 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/capistrano
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.85 2013/01/04 12:56:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.86 2013/01/04 13:09:59 ago Exp $
+
+ 04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> capistrano-2.13.4.ebuild:
+ Stable for ppc64, wrt bug #449548
04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> capistrano-2.13.4.ebuild:
Stable for ppc, wrt bug #449548
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-01-04 13:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 12:38 [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: capistrano-2.13.4.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-01-04 13:09 Agostino Sarubbo (ago)
2013-01-04 12:56 Agostino Sarubbo (ago)
2013-01-02 12:38 Agostino Sarubbo (ago)
2012-10-04 6:06 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox