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.19.ebuild
@ 2010-07-20  8:36 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-07-20  8:36 UTC (permalink / raw
  To: gentoo-commits

graaff      10/07/20 08:36:41

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

Revision  Changes    Path
1.58                 dev-ruby/capistrano/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	22 May 2010 20:18:54 -0000	1.57
+++ ChangeLog	20 Jul 2010 08:36:41 -0000	1.58
@@ -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.57 2010/05/22 20:18:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.58 2010/07/20 08:36:41 graaff Exp $
+
+*capistrano-2.5.19 (20 Jul 2010)
+
+  20 Jul 2010; Hans de Graaff <graaff@gentoo.org> +capistrano-2.5.19.ebuild:
+  Version bump.
 
   22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   -capistrano-2.5.10.ebuild:



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

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

Index: capistrano-2.5.19.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.19.ebuild,v 1.1 2010/07/20 08:36:41 graaff Exp $

EAPI="2"
USE_RUBY="ruby18"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
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"
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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.19.ebuild
@ 2010-07-30 15:24 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-07-30 15:24 UTC (permalink / raw
  To: gentoo-commits

darkside    10/07/30 15:24:22

  Modified:             ChangeLog capistrano-2.5.19.ebuild
  Log:
  Add prefix keywords, as tested in prefix overlay
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.59                 dev-ruby/capistrano/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	20 Jul 2010 08:36:41 -0000	1.58
+++ ChangeLog	30 Jul 2010 15:24:22 -0000	1.59
@@ -1,6 +1,9 @@
 # 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.58 2010/07/20 08:36:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.59 2010/07/30 15:24:22 darkside Exp $
+
+  30 Jul 2010; Jeremy Olexa <darkside@gentoo.org> capistrano-2.5.19.ebuild:
+  Add prefix keywords, as tested in prefix overlay
 
 *capistrano-2.5.19 (20 Jul 2010)
 



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

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

Index: capistrano-2.5.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- capistrano-2.5.19.ebuild	20 Jul 2010 08:36:41 -0000	1.1
+++ capistrano-2.5.19.ebuild	30 Jul 2010 15:24:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.19.ebuild,v 1.1 2010/07/20 08:36:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.19.ebuild,v 1.2 2010/07/30 15:24:22 darkside Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.19.ebuild
@ 2010-08-15 18:53 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-08-15 18:53 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/08/15 18:53:04

  Modified:             ChangeLog capistrano-2.5.19.ebuild
  Log:
  Update to new ruby_add_bdepend syntax, and block test-unit:2 for testing.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 dev-ruby/capistrano/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	30 Jul 2010 15:24:22 -0000	1.59
+++ ChangeLog	15 Aug 2010 18:53:04 -0000	1.60
@@ -1,6 +1,10 @@
 # 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.59 2010/07/30 15:24:22 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.60 2010/08/15 18:53:04 flameeyes Exp $
+
+  15 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  capistrano-2.5.19.ebuild:
+  Update to new ruby_add_bdepend syntax, and block test-unit:2 for testing.
 
   30 Jul 2010; Jeremy Olexa <darkside@gentoo.org> capistrano-2.5.19.ebuild:
   Add prefix keywords, as tested in prefix overlay



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

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

Index: capistrano-2.5.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- capistrano-2.5.19.ebuild	30 Jul 2010 15:24:22 -0000	1.2
+++ capistrano-2.5.19.ebuild	15 Aug 2010 18:53:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.19.ebuild,v 1.2 2010/07/30 15:24:22 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.19.ebuild,v 1.3 2010/08/15 18:53:04 flameeyes Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -25,7 +25,11 @@
 	>=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"
+ruby_add_bdepend "
+	test? (
+		dev-ruby/mocha
+		!dev-ruby/test-unit:2
+	)"
 
 RDEPEND="${RDEPEND}
 	!dev-ruby/capistrano-launcher"






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

end of thread, other threads:[~2010-08-15 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-30 15:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: ChangeLog capistrano-2.5.19.ebuild Jeremy Olexa (darkside)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-15 18:53 Diego Petteno (flameeyes)
2010-07-20  8:36 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