public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/childlabor: childlabor-0.0.3-r1.ebuild ChangeLog
@ 2013-11-09 19:40 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-11-09 19:40 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/11/09 19:40:01

  Modified:             ChangeLog
  Added:                childlabor-0.0.3-r1.ebuild
  Log:
  Add ruby20 target. Add snapshot from github to provide tests.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.5                  dev-ruby/childlabor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	15 Jan 2013 06:59:20 -0000	1.4
+++ ChangeLog	9 Nov 2013 19:40:01 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/childlabor
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.4 2013/01/15 06:59:20 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.5 2013/11/09 19:40:01 mrueg Exp $
+
+*childlabor-0.0.3-r1 (09 Nov 2013)
+
+  09 Nov 2013; Manuel Rüger <mrueg@gentoo.org> +childlabor-0.0.3-r1.ebuild:
+  Add ruby20 target. Add snapshot from github to provide tests.
 
   15 Jan 2013; Rick Farina <zerochaos@gentoo.org> childlabor-0.0.3.ebuild:
   adding ~arm keywords to net-analyzer/metasploit rdeps



1.1                  dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild

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

Index: childlabor-0.0.3-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild,v 1.1 2013/11/09 19:40:01 mrueg Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_DOCDIR=""
RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="A scripting framework that replaces rake and sake"
HOMEPAGE="https://github.com/carllerche/childlabor"
COMMIT_ID="6518b939dddbad20c7f05aa075d76e3ca6e70447"
SRC_URI="https://github.com/carllerche/childlabor/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm"
IUSE="test"

RUBY_S="${PN}-${COMMIT_ID}"

ruby_add_bdepend "test? ( dev-ruby/rspec )"

each_ruby_test() {
	${RUBY} -I. -Ilib -S rspec spec/task_spec.rb || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/childlabor: childlabor-0.0.3-r1.ebuild ChangeLog
@ 2014-08-12 18:39 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-12 18:39 UTC (permalink / raw
  To: gentoo-commits

blueness    14/08/12 18:39:09

  Modified:             childlabor-0.0.3-r1.ebuild ChangeLog
  Log:
  Keyword ~ppc and ~ppc64, bug #519170
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.4                  dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild

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

Index: childlabor-0.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- childlabor-0.0.3-r1.ebuild	19 Apr 2014 07:57:13 -0000	1.3
+++ childlabor-0.0.3-r1.ebuild	12 Aug 2014 18:39:09 -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/childlabor/childlabor-0.0.3-r1.ebuild,v 1.3 2014/04/19 07:57:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild,v 1.4 2014/08/12 18:39:09 blueness Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 jruby"
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RUBY_S="${PN}-${COMMIT_ID}"



1.9                  dev-ruby/childlabor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	19 Apr 2014 07:57:13 -0000	1.8
+++ ChangeLog	12 Aug 2014 18:39:09 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/childlabor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.8 2014/04/19 07:57:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.9 2014/08/12 18:39:09 blueness Exp $
+
+  12 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
+  childlabor-0.0.3-r1.ebuild:
+  Keyword ~ppc and ~ppc64, bug #519170
 
   19 Apr 2014; Hans de Graaff <graaff@gentoo.org> childlabor-0.0.3-r1.ebuild:
   Add ruby21. Avoid spec failing with portage.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/childlabor: childlabor-0.0.3-r1.ebuild ChangeLog
@ 2014-10-30 13:48 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-10-30 13:48 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/10/30 13:48:47

  Modified:             childlabor-0.0.3-r1.ebuild ChangeLog
  Log:
  Drop jruby target.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.5                  dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild

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

Index: childlabor-0.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- childlabor-0.0.3-r1.ebuild	12 Aug 2014 18:39:09 -0000	1.4
+++ childlabor-0.0.3-r1.ebuild	30 Oct 2014 13:48:47 -0000	1.5
@@ -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/childlabor/childlabor-0.0.3-r1.ebuild,v 1.4 2014/08/12 18:39:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild,v 1.5 2014/10/30 13:48:47 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



1.10                 dev-ruby/childlabor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	12 Aug 2014 18:39:09 -0000	1.9
+++ ChangeLog	30 Oct 2014 13:48:47 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/childlabor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.9 2014/08/12 18:39:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childlabor/ChangeLog,v 1.10 2014/10/30 13:48:47 mrueg Exp $
+
+  30 Oct 2014; Manuel Rüger <mrueg@gentoo.org> childlabor-0.0.3-r1.ebuild:
+  Drop jruby target.
 
   12 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
   childlabor-0.0.3-r1.ebuild:





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

end of thread, other threads:[~2014-10-30 13:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 18:39 [gentoo-commits] gentoo-x86 commit in dev-ruby/childlabor: childlabor-0.0.3-r1.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-30 13:48 Manuel Rueger (mrueg)
2013-11-09 19:40 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