public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.20.ebuild
@ 2011-03-16 17:50 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2011-03-16 17:50 UTC (permalink / raw
  To: gentoo-commits

graaff      11/03/16 17:50:12

  Modified:             ChangeLog
  Added:                capistrano-2.5.20.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.62                 dev-ruby/capistrano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	31 Dec 2010 14:24:45 -0000	1.61
+++ ChangeLog	16 Mar 2011 17:50:12 -0000	1.62
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/capistrano
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.61 2010/12/31 14:24:45 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.62 2011/03/16 17:50:12 graaff Exp $
+
+*capistrano-2.5.20 (16 Mar 2011)
+
+  16 Mar 2011; Hans de Graaff <graaff@gentoo.org> +capistrano-2.5.20.ebuild:
+  Version bump.
 
   31 Dec 2010; Hans de Graaff <graaff@gentoo.org> -capistrano-2.5.18.ebuild:
   Remove old version.



1.1                  dev-ruby/capistrano/capistrano-2.5.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.1&content-type=text/plain

Index: capistrano-2.5.20.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v 1.1 2011/03/16 17:50:12 graaff Exp $

EAPI="2"
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.mdown"
RUBY_FAKEGEM_EXTRAINSTALL="VERSION"

inherit ruby-fakegem

DESCRIPTION="A distributed application deployment system"
HOMEPAGE="http://capify.org/"

LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~ia64 ~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.0.0
	>=dev-ruby/highline-1.2.7"
ruby_add_bdepend "
	test? (	dev-ruby/mocha )"

RDEPEND="${RDEPEND}
	!dev-ruby/capistrano-launcher"

each_ruby_prepare() {
	# Remove Jeweler check_dependencies task
	sed -i '/check_dependencies/d' Rakefile
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.20.ebuild
@ 2011-05-04 18:30 Christoph Mende (angelos)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende (angelos) @ 2011-05-04 18:30 UTC (permalink / raw
  To: gentoo-commits

angelos     11/05/04 18:30:38

  Modified:             ChangeLog capistrano-2.5.20.ebuild
  Log:
  Stable on amd64 wrt bug #321103
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 dev-ruby/capistrano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	7 Apr 2011 06:23:43 -0000	1.63
+++ ChangeLog	4 May 2011 18:30:38 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/capistrano
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.63 2011/04/07 06:23:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.64 2011/05/04 18:30:38 angelos Exp $
+
+  04 May 2011; Christoph Mende <angelos@gentoo.org> capistrano-2.5.20.ebuild:
+  Stable on amd64 wrt bug #321103
 
 *capistrano-2.5.21 (07 Apr 2011)
 



1.2                  dev-ruby/capistrano/capistrano-2.5.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?r1=1.1&r2=1.2

Index: capistrano-2.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- capistrano-2.5.20.ebuild	16 Mar 2011 17:50:12 -0000	1.1
+++ capistrano-2.5.20.ebuild	4 May 2011 18:30:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v 1.1 2011/03/16 17:50:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v 1.2 2011/05/04 18:30:38 angelos Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.20.ebuild
@ 2011-05-26 21:20 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-05-26 21:20 UTC (permalink / raw
  To: gentoo-commits

maekke      11/05/26 21:20:23

  Modified:             ChangeLog capistrano-2.5.20.ebuild
  Log:
  x86 stable, bug #321103
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.66                 dev-ruby/capistrano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	6 May 2011 14:43:25 -0000	1.65
+++ ChangeLog	26 May 2011 21:20:23 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/capistrano
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.65 2011/05/06 14:43:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.66 2011/05/26 21:20:23 maekke Exp $
+
+  26 May 2011; Markus Meier <maekke@gentoo.org> capistrano-2.5.20.ebuild:
+  x86 stable, bug #321103
 
 *capistrano-2.6.0 (06 May 2011)
 



1.3                  dev-ruby/capistrano/capistrano-2.5.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?r1=1.2&r2=1.3

Index: capistrano-2.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- capistrano-2.5.20.ebuild	4 May 2011 18:30:38 -0000	1.2
+++ capistrano-2.5.20.ebuild	26 May 2011 21:20:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v 1.2 2011/05/04 18:30:38 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v 1.3 2011/05/26 21:20:23 maekke Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.20.ebuild
@ 2011-06-04 17:12 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-04 17:12 UTC (permalink / raw
  To: gentoo-commits

armin76     11/06/04 17:12:34

  Modified:             ChangeLog capistrano-2.5.20.ebuild
  Log:
  ia64 stable wrt #321103
  
  (Portage version: 2.1.9.49/cvs/Linux ia64)

Revision  Changes    Path
1.67                 dev-ruby/capistrano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	26 May 2011 21:20:23 -0000	1.66
+++ ChangeLog	4 Jun 2011 17:12:34 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/capistrano
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.66 2011/05/26 21:20:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.67 2011/06/04 17:12:34 armin76 Exp $
+
+  04 Jun 2011; Raúl Porcel <armin76@gentoo.org> capistrano-2.5.20.ebuild:
+  ia64 stable wrt #321103
 
   26 May 2011; Markus Meier <maekke@gentoo.org> capistrano-2.5.20.ebuild:
   x86 stable, bug #321103



1.4                  dev-ruby/capistrano/capistrano-2.5.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?r1=1.3&r2=1.4

Index: capistrano-2.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- capistrano-2.5.20.ebuild	26 May 2011 21:20:23 -0000	1.3
+++ capistrano-2.5.20.ebuild	4 Jun 2011 17:12:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v 1.3 2011/05/26 21:20:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v 1.4 2011/06/04 17:12:34 armin76 Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.20.ebuild
@ 2011-07-22 20:57 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Loeser (halcy0n) @ 2011-07-22 20:57 UTC (permalink / raw
  To: gentoo-commits

halcy0n     11/07/22 20:57:06

  Modified:             ChangeLog capistrano-2.5.20.ebuild
  Log:
  Stable for ppc/ppc64; bug #321103
  
  (Portage version: 2.1.10.3/cvs/Linux ppc64)

Revision  Changes    Path
1.68                 dev-ruby/capistrano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	4 Jun 2011 17:12:34 -0000	1.67
+++ ChangeLog	22 Jul 2011 20:57:06 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/capistrano
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.67 2011/06/04 17:12:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.68 2011/07/22 20:57:06 halcy0n Exp $
+
+  22 Jul 2011; Mark Loeser <halcy0n@gentoo.org> capistrano-2.5.20.ebuild:
+  Stable for ppc/ppc64; bug #321103
 
   04 Jun 2011; Raúl Porcel <armin76@gentoo.org> capistrano-2.5.20.ebuild:
   ia64 stable wrt #321103



1.5                  dev-ruby/capistrano/capistrano-2.5.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild?r1=1.4&r2=1.5

Index: capistrano-2.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- capistrano-2.5.20.ebuild	4 Jun 2011 17:12:34 -0000	1.4
+++ capistrano-2.5.20.ebuild	22 Jul 2011 20:57:06 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v 1.4 2011/06/04 17:12:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.20.ebuild,v 1.5 2011/07/22 20:57:06 halcy0n Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.20.ebuild
@ 2012-08-04 15:03 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2012-08-04 15:03 UTC (permalink / raw
  To: gentoo-commits

graaff      12/08/04 15:03:09

  Modified:             ChangeLog
  Removed:              capistrano-2.5.20.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.80                 dev-ruby/capistrano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capistrano/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	11 Jul 2012 14:59:42 -0000	1.79
+++ ChangeLog	4 Aug 2012 15:03:08 -0000	1.80
@@ -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.79 2012/07/11 14:59:42 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.80 2012/08/04 15:03:08 graaff Exp $
+
+  04 Aug 2012; Hans de Graaff <graaff@gentoo.org> -capistrano-2.5.20.ebuild:
+  Cleanup.
 
   11 Jul 2012; Andreas Schuerch <nativemad@gentoo.org> capistrano-2.9.0.ebuild:
   x86 stable, see bug 395657





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-04 15:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 21:20 [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.20.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-04 15:03 Hans de Graaff (graaff)
2011-07-22 20:57 Mark Loeser (halcy0n)
2011-06-04 17:12 Raul Porcel (armin76)
2011-05-04 18:30 Christoph Mende (angelos)
2011-03-16 17:50 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