public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.2-r2.ebuild ChangeLog
@ 2009-12-27  0:23 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-27  0:23 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/12/27 00:23:09

  Modified:             redcloth-4.2.2-r2.ebuild ChangeLog
  Log:
  Move rspec to unconditional depend, this solves bug #298483 by keytoaster.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild?r1=1.1&r2=1.2

Index: redcloth-4.2.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- redcloth-4.2.2-r2.ebuild	26 Dec 2009 17:07:30 -0000	1.1
+++ redcloth-4.2.2-r2.ebuild	27 Dec 2009 00:23:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v 1.1 2009/12/26 17:07:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v 1.2 2009/12/27 00:23:09 flameeyes Exp $
 
 EAPI=2
 
@@ -33,9 +33,11 @@
 
 S="${WORKDIR}/${RUBY_FAKEGEM_NAME}-${PV}"
 
-ruby_add_bdepend '>=dev-ruby/echoe-3.0.1'
+# rspec is needed for the Rakefile to work if not patched; should
+# probably be reported upstream to fix
+ruby_add_bdepend '>=dev-ruby/echoe-3.0.1 dev-ruby/rspec'
 
-ruby_add_bdepend test "dev-ruby/diff-lcs dev-ruby/rspec"
+ruby_add_bdepend test "dev-ruby/diff-lcs"
 
 all_ruby_prepare() {
 	sed -i \



1.34                 dev-ruby/redcloth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	26 Dec 2009 17:07:30 -0000	1.33
+++ ChangeLog	27 Dec 2009 00:23:09 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.33 2009/12/26 17:07:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.34 2009/12/27 00:23:09 flameeyes Exp $
+
+  27 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  redcloth-4.2.2-r2.ebuild:
+  Move rspec to unconditional depend, this solves bug #298483 by keytoaster.
 
 *redcloth-4.2.2-r2 (26 Dec 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.2-r2.ebuild ChangeLog
@ 2010-01-04 11:47 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-04 11:47 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/04 11:47:57

  Modified:             redcloth-4.2.2-r2.ebuild ChangeLog
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild?r1=1.2&r2=1.3

Index: redcloth-4.2.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- redcloth-4.2.2-r2.ebuild	27 Dec 2009 00:23:09 -0000	1.2
+++ redcloth-4.2.2-r2.ebuild	4 Jan 2010 11:47:56 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v 1.2 2009/12/27 00:23:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v 1.3 2010/01/04 11:47:56 fauli Exp $
 
 EAPI=2
 
@@ -28,7 +28,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}/${RUBY_FAKEGEM_NAME}-${PV}"



1.35                 dev-ruby/redcloth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	27 Dec 2009 00:23:09 -0000	1.34
+++ ChangeLog	4 Jan 2010 11:47:56 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/redcloth
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.34 2009/12/27 00:23:09 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.35 2010/01/04 11:47:56 fauli Exp $
+
+  04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  redcloth-4.2.2-r2.ebuild:
+  Transfer Prefix keywords
 
   27 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   redcloth-4.2.2-r2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.2-r2.ebuild ChangeLog
@ 2010-01-04 23:26 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2010-01-04 23:26 UTC (permalink / raw
  To: gentoo-commits

maekke      10/01/04 23:26:42

  Modified:             redcloth-4.2.2-r2.ebuild ChangeLog
  Log:
  add ~x86, bug #298356
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild?r1=1.3&r2=1.4

Index: redcloth-4.2.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- redcloth-4.2.2-r2.ebuild	4 Jan 2010 11:47:56 -0000	1.3
+++ redcloth-4.2.2-r2.ebuild	4 Jan 2010 23:26:41 -0000	1.4
@@ -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/redcloth/redcloth-4.2.2-r2.ebuild,v 1.3 2010/01/04 11:47:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.2-r2.ebuild,v 1.4 2010/01/04 23:26:41 maekke Exp $
 
 EAPI=2
 
@@ -28,7 +28,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}/${RUBY_FAKEGEM_NAME}-${PV}"



1.36                 dev-ruby/redcloth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/redcloth/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	4 Jan 2010 11:47:56 -0000	1.35
+++ ChangeLog	4 Jan 2010 23:26:41 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.35 2010/01/04 11:47:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.36 2010/01/04 23:26:41 maekke Exp $
+
+  04 Jan 2010; Markus Meier <maekke@gentoo.org> redcloth-4.2.2-r2.ebuild:
+  add ~x86, bug #298356
 
   04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   redcloth-4.2.2-r2.ebuild:






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

end of thread, other threads:[~2010-01-04 23:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27  0:23 [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.2-r2.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-04 11:47 Christian Faulhammer (fauli)
2010-01-04 23:26 Markus Meier (maekke)

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