public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/vlad: vlad-2.6.3.ebuild ChangeLog
@ 2014-01-13  2:49 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-01-13  2:49 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/01/13 02:49:30

  Modified:             ChangeLog
  Added:                vlad-2.6.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.26                 dev-ruby/vlad/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	2 Nov 2013 20:40:22 -0000	1.25
+++ ChangeLog	13 Jan 2014 02:49:30 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/vlad
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.25 2013/11/02 20:40:22 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.26 2014/01/13 02:49:30 mrueg Exp $
+
+*vlad-2.6.3 (13 Jan 2014)
+
+  13 Jan 2014; Manuel Rüger <mrueg@gentoo.org> +vlad-2.6.3.ebuild:
+  Version bump.
 
   02 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -vlad-2.2.5.ebuild,
   -vlad-2.3.1.ebuild, -vlad-2.4.1.ebuild, -vlad-2.6.1.ebuild,



1.1                  dev-ruby/vlad/vlad-2.6.3.ebuild

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

Index: vlad-2.6.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v 1.1 2014/01/13 02:49:30 mrueg Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"

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-2.9.2 test? ( dev-ruby/minitest )"
ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.1"

all_ruby_prepare() {
	# Keep Isolate from managing the dependencies.
	sed -i -e '/isolate/ s:^:#:' Rakefile || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/vlad: vlad-2.6.3.ebuild ChangeLog
@ 2014-07-25 12:46 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-07-25 12:46 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/07/25 12:46:58

  Modified:             vlad-2.6.3.ebuild ChangeLog
  Log:
  Fix build. Add ruby21 target.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/vlad/vlad-2.6.3.ebuild

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

Index: vlad-2.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vlad-2.6.3.ebuild	19 Apr 2014 03:11:35 -0000	1.2
+++ vlad-2.6.3.ebuild	25 Jul 2014 12:46:58 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v 1.2 2014/04/19 03:11:35 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v 1.3 2014/07/25 12:46:58 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -24,5 +24,5 @@
 
 all_ruby_prepare() {
 	# Keep Isolate from managing the dependencies.
-	sed -i -e '/isolate/ s:^:#:' Rakefile || die
+	sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die
 }



1.28                 dev-ruby/vlad/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	19 Apr 2014 03:11:35 -0000	1.27
+++ ChangeLog	25 Jul 2014 12:46:58 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/vlad
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.27 2014/04/19 03:11:35 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.28 2014/07/25 12:46:58 mrueg Exp $
+
+  25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> vlad-2.6.3.ebuild:
+  Fix build. Add ruby21 target.
 
   19 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -vlad-2.6.2-r1.ebuild,
   vlad-2.6.3.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/vlad: vlad-2.6.3.ebuild ChangeLog
@ 2014-08-05 16:01 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-05 16:01 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/05 16:01:02

  Modified:             vlad-2.6.3.ebuild ChangeLog
  Log:
  Remove trailing '.' from DESCRIPTION.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/vlad/vlad-2.6.3.ebuild

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

Index: vlad-2.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vlad-2.6.3.ebuild	25 Jul 2014 12:46:58 -0000	1.3
+++ vlad-2.6.3.ebuild	5 Aug 2014 16:01:02 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v 1.3 2014/07/25 12:46:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v 1.4 2014/08/05 16:01:02 mrueg Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -11,7 +11,7 @@
 
 inherit ruby-fakegem
 
-DESCRIPTION="Pragmatic application deployment automation, without mercy."
+DESCRIPTION="Pragmatic application deployment automation, without mercy"
 HOMEPAGE="http://rubyhitsquad.com/Vlad_the_Deployer.html"
 
 LICENSE="MIT"



1.29                 dev-ruby/vlad/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	25 Jul 2014 12:46:58 -0000	1.28
+++ ChangeLog	5 Aug 2014 16:01:02 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/vlad
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.28 2014/07/25 12:46:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.29 2014/08/05 16:01:02 mrueg Exp $
+
+  05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> vlad-2.6.3.ebuild:
+  Remove trailing '.' from DESCRIPTION.
 
   25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> vlad-2.6.3.ebuild:
   Fix build. Add ruby21 target.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/vlad: vlad-2.6.3.ebuild ChangeLog
@ 2015-01-25 12:09 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-01-25 12:09 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/01/25 12:09:30

  Modified:             vlad-2.6.3.ebuild ChangeLog
  Log:
  Add ruby 2.2 target.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.5                  dev-ruby/vlad/vlad-2.6.3.ebuild

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

Index: vlad-2.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vlad-2.6.3.ebuild	5 Aug 2014 16:01:02 -0000	1.4
+++ vlad-2.6.3.ebuild	25 Jan 2015 12:09:30 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.3.ebuild,v 1.4 2014/08/05 16:01:02 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.6.3.ebuild,v 1.5 2015/01/25 12:09:30 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -19,7 +19,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-ruby_add_bdepend ">=dev-ruby/hoe-2.9.2 test? ( dev-ruby/minitest )"
+ruby_add_bdepend ">=dev-ruby/hoe-2.9.2
+	test? ( dev-ruby/minitest )"
 ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.1"
 
 all_ruby_prepare() {



1.30                 dev-ruby/vlad/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	5 Aug 2014 16:01:02 -0000	1.29
+++ ChangeLog	25 Jan 2015 12:09:30 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/vlad
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.29 2014/08/05 16:01:02 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.30 2015/01/25 12:09:30 mrueg Exp $
+
+  25 Jan 2015; Manuel Rüger <mrueg@gentoo.org> vlad-2.6.3.ebuild:
+  Add ruby 2.2 target.
 
   05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> vlad-2.6.3.ebuild:
   Remove trailing '.' from DESCRIPTION.





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

end of thread, other threads:[~2015-01-25 12:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 16:01 [gentoo-commits] gentoo-x86 commit in dev-ruby/vlad: vlad-2.6.3.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-25 12:09 Manuel Rueger (mrueg)
2014-07-25 12:46 Manuel Rueger (mrueg)
2014-01-13  2:49 Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox