public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2010-01-26 19:16 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 10+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-26 19:16 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/26 19:16:12

  Modified:             ChangeLog
  Added:                bluecloth-2.0.7.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	18 Jan 2010 20:13:27 -0000	1.33
+++ ChangeLog	26 Jan 2010 19:16:12 -0000	1.34
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.33 2010/01/18 20:13:27 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.34 2010/01/26 19:16:12 flameeyes Exp $
+
+*bluecloth-2.0.7 (26 Jan 2010)
+
+  26 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  +bluecloth-2.0.7.ebuild:
+  Version bump.
 
   18 Jan 2010; Brent Baude <ranger@gentoo.org> bluecloth-2.0.5-r1.ebuild:
   Marking bluecloth-2.0.5-r1 ~ppc for bug 297041



1.1                  dev-ruby/bluecloth/bluecloth-2.0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild?rev=1.1&content-type=text/plain

Index: bluecloth-2.0.7.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.1 2010/01/26 19:16:12 flameeyes Exp $

EAPI=2
USE_RUBY="ruby18 ruby19"

RUBY_FAKEGEM_VERSION="${PV/_pre/.pre}"

RUBY_FAKEGEM_EXTRADOC="ChangeLog README"
RUBY_FAKEGEM_DOCDIR="docs/api"

inherit ruby-fakegem eutils

DESCRIPTION="A Ruby implementation of Markdown"
HOMEPAGE="http://www.deveiate.org/projects/BlueCloth"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

ruby_add_bdepend ">=dev-ruby/rdoc-2.4.1 dev-ruby/rake-compiler"
ruby_add_bdepend test "dev-ruby/rspec
		dev-ruby/diff-lcs"

all_ruby_prepare() {
	# The Rakefile uses the rubygems' package_task unconditionally,
	# but this breaks when we don't install rubygems proper (like for
	# Ruby 1.9 or JRuby). For this reason, patch it away. It should
	# really be submitted upstream so that, if missing, only the
	# packaging tasks will be ignored.
	sed -i \
		-e '/^\(Gem\|Rake\)::PackageTask/, /^end/ s:^:#:' \
		-e '/package_task/s:^:#:' \
		-e '/task :package/s:^:#:' \
		rake/packaging.rb || die
}

each_ruby_compile() {
	${RUBY} -S rake compile || die "extension build failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2010-07-14 20:30 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 10+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-07-14 20:30 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/07/14 20:30:31

  Modified:             ChangeLog bluecloth-2.0.7.ebuild
  Log:
  Make sure that the . is in the library loading paths (for 1.9.2).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	22 May 2010 20:20:05 -0000	1.37
+++ ChangeLog	14 Jul 2010 20:30:31 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.37 2010/05/22 20:20:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.38 2010/07/14 20:30:31 flameeyes Exp $
+
+  14 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  bluecloth-2.0.7.ebuild:
+  Make sure that the . is in the library loading paths (for 1.9.2).
 
   22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   -bluecloth-1.0.0.ebuild:



1.5                  dev-ruby/bluecloth/bluecloth-2.0.7.ebuild

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

Index: bluecloth-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bluecloth-2.0.7.ebuild	13 Jun 2010 06:23:53 -0000	1.4
+++ bluecloth-2.0.7.ebuild	14 Jul 2010 20:30:31 -0000	1.5
@@ -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/bluecloth/bluecloth-2.0.7.ebuild,v 1.4 2010/06/13 06:23:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.5 2010/07/14 20:30:31 flameeyes Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19"
@@ -29,6 +29,9 @@
 	)"
 
 all_ruby_prepare() {
+	# for Ruby 1.9.2 compatibility
+	sed -i -e '1i $: << "."' Rakefile || die
+
 	# The Rakefile uses the rubygems' package_task unconditionally,
 	# but this breaks when we don't install rubygems proper (like for
 	# Ruby 1.9 or JRuby). For this reason, patch it away. It should






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2010-09-18  8:52 Hans de Graaff (graaff)
  0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-18  8:52 UTC (permalink / raw
  To: gentoo-commits

graaff      10/09/18 08:52:58

  Modified:             ChangeLog bluecloth-2.0.7.ebuild
  Log:
  Fix tests with rspec-2 installed.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	14 Jul 2010 20:30:31 -0000	1.38
+++ ChangeLog	18 Sep 2010 08:52:58 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.38 2010/07/14 20:30:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.39 2010/09/18 08:52:58 graaff Exp $
+
+  18 Sep 2010; Hans de Graaff <graaff@gentoo.org> bluecloth-2.0.7.ebuild:
+  Fix tests with rspec-2 installed.
 
   14 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   bluecloth-2.0.7.ebuild:



1.6                  dev-ruby/bluecloth/bluecloth-2.0.7.ebuild

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

Index: bluecloth-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bluecloth-2.0.7.ebuild	14 Jul 2010 20:30:31 -0000	1.5
+++ bluecloth-2.0.7.ebuild	18 Sep 2010 08:52:58 -0000	1.6
@@ -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/bluecloth/bluecloth-2.0.7.ebuild,v 1.5 2010/07/14 20:30:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.6 2010/09/18 08:52:58 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19"
@@ -24,7 +24,7 @@
 	>=dev-ruby/rdoc-2.4.1
 	dev-ruby/rake-compiler
 	test? (
-		dev-ruby/rspec
+		dev-ruby/rspec:0
 		dev-ruby/diff-lcs
 	)"
 
@@ -42,6 +42,11 @@
 		-e '/package_task/s:^:#:' \
 		-e '/task :package/s:^:#:' \
 		rake/packaging.rb || die
+
+	# Remove gem requirement. The require below it will pick up the
+	# correct rspec implementation and we'll handle the proper version
+	# here.
+	sed -i -e "/gem 'rspec'/d" rake/testing.rb || die
 }
 
 each_ruby_compile() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2011-04-20  8:19 Hans de Graaff (graaff)
  0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff (graaff) @ 2011-04-20  8:19 UTC (permalink / raw
  To: gentoo-commits

graaff      11/04/20 08:19:28

  Modified:             ChangeLog bluecloth-2.0.7.ebuild
  Log:
  Drop ruby19 to create stable candidate.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	2 Apr 2011 16:07:59 -0000	1.44
+++ ChangeLog	20 Apr 2011 08:19:28 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.44 2011/04/02 16:07:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.45 2011/04/20 08:19:28 graaff Exp $
+
+  20 Apr 2011; Hans de Graaff <graaff@gentoo.org> bluecloth-2.0.7.ebuild:
+  Drop ruby19 to create stable candidate.
 
   02 Apr 2011; Raúl Porcel <armin76@gentoo.org> bluecloth-2.1.0.ebuild:
   Add ~ia64 wrt #354435



1.7                  dev-ruby/bluecloth/bluecloth-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild?r1=1.6&r2=1.7

Index: bluecloth-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bluecloth-2.0.7.ebuild	18 Sep 2010 08:52:58 -0000	1.6
+++ bluecloth-2.0.7.ebuild	20 Apr 2011 08:19:28 -0000	1.7
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.6 2010/09/18 08:52:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.7 2011/04/20 08:19:28 graaff Exp $
 
 EAPI=2
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18"
 
 RUBY_FAKEGEM_VERSION="${PV/_pre/.pre}"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2011-05-11 19:42 Christoph Mende (angelos)
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Mende (angelos) @ 2011-05-11 19:42 UTC (permalink / raw
  To: gentoo-commits

angelos     11/05/11 19:42:25

  Modified:             ChangeLog bluecloth-2.0.7.ebuild
  Log:
  Stable on amd64 wrt bug #364215
  
  (Portage version: 2.2.0_alpha32/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	20 Apr 2011 08:19:28 -0000	1.45
+++ ChangeLog	11 May 2011 19:42:25 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.45 2011/04/20 08:19:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.46 2011/05/11 19:42:25 angelos Exp $
+
+  11 May 2011; Christoph Mende <angelos@gentoo.org> bluecloth-2.0.7.ebuild:
+  Stable on amd64 wrt bug #364215
 
   20 Apr 2011; Hans de Graaff <graaff@gentoo.org> bluecloth-2.0.7.ebuild:
   Drop ruby19 to create stable candidate.



1.8                  dev-ruby/bluecloth/bluecloth-2.0.7.ebuild

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

Index: bluecloth-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bluecloth-2.0.7.ebuild	20 Apr 2011 08:19:28 -0000	1.7
+++ bluecloth-2.0.7.ebuild	11 May 2011 19:42:25 -0000	1.8
@@ -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/bluecloth/bluecloth-2.0.7.ebuild,v 1.7 2011/04/20 08:19:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.8 2011/05/11 19:42:25 angelos Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2011-05-21 14:49 Thomas Kahle (tomka)
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-21 14:49 UTC (permalink / raw
  To: gentoo-commits

tomka       11/05/21 14:49:24

  Modified:             ChangeLog bluecloth-2.0.7.ebuild
  Log:
  x86 stable per bug 364215
  
  (Portage version: 2.1.9.49/cvs/Linux i686)

Revision  Changes    Path
1.47                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	11 May 2011 19:42:25 -0000	1.46
+++ ChangeLog	21 May 2011 14:49:24 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.46 2011/05/11 19:42:25 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.47 2011/05/21 14:49:24 tomka Exp $
+
+  21 May 2011; Thomas Kahle <tomka@gentoo.org> bluecloth-2.0.7.ebuild:
+  x86 stable per bug 364215
 
   11 May 2011; Christoph Mende <angelos@gentoo.org> bluecloth-2.0.7.ebuild:
   Stable on amd64 wrt bug #364215



1.9                  dev-ruby/bluecloth/bluecloth-2.0.7.ebuild

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

Index: bluecloth-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bluecloth-2.0.7.ebuild	11 May 2011 19:42:25 -0000	1.8
+++ bluecloth-2.0.7.ebuild	21 May 2011 14:49:24 -0000	1.9
@@ -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/bluecloth/bluecloth-2.0.7.ebuild,v 1.8 2011/05/11 19:42:25 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.9 2011/05/21 14:49:24 tomka Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2011-06-12 14:30 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-12 14:30 UTC (permalink / raw
  To: gentoo-commits

armin76     11/06/12 14:30:21

  Modified:             ChangeLog bluecloth-2.0.7.ebuild
  Log:
  ia64 stable wrt #364215
  
  (Portage version: 2.1.10/cvs/Linux ia64)

Revision  Changes    Path
1.48                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	21 May 2011 14:49:24 -0000	1.47
+++ ChangeLog	12 Jun 2011 14:30:21 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.47 2011/05/21 14:49:24 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.48 2011/06/12 14:30:21 armin76 Exp $
+
+  12 Jun 2011; Raúl Porcel <armin76@gentoo.org> bluecloth-2.0.7.ebuild:
+  ia64 stable wrt #364215
 
   21 May 2011; Thomas Kahle <tomka@gentoo.org> bluecloth-2.0.7.ebuild:
   x86 stable per bug 364215



1.10                 dev-ruby/bluecloth/bluecloth-2.0.7.ebuild

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

Index: bluecloth-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bluecloth-2.0.7.ebuild	21 May 2011 14:49:24 -0000	1.9
+++ bluecloth-2.0.7.ebuild	12 Jun 2011 14:30:21 -0000	1.10
@@ -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/bluecloth/bluecloth-2.0.7.ebuild,v 1.9 2011/05/21 14:49:24 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.10 2011/06/12 14:30:21 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2011-07-16  9:39 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-16  9:39 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/16 09:39:41

  Modified:             ChangeLog bluecloth-2.0.7.ebuild
  Log:
  ppc stable wrt #364215
  
  (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	12 Jun 2011 14:30:21 -0000	1.48
+++ ChangeLog	16 Jul 2011 09:39:41 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.48 2011/06/12 14:30:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.49 2011/07/16 09:39:41 xarthisius Exp $
+
+  16 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> bluecloth-2.0.7.ebuild:
+  ppc stable wrt #364215
 
   12 Jun 2011; Raúl Porcel <armin76@gentoo.org> bluecloth-2.0.7.ebuild:
   ia64 stable wrt #364215



1.11                 dev-ruby/bluecloth/bluecloth-2.0.7.ebuild

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

Index: bluecloth-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bluecloth-2.0.7.ebuild	12 Jun 2011 14:30:21 -0000	1.10
+++ bluecloth-2.0.7.ebuild	16 Jul 2011 09:39:41 -0000	1.11
@@ -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/bluecloth/bluecloth-2.0.7.ebuild,v 1.10 2011/06/12 14:30:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.11 2011/07/16 09:39:41 xarthisius Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2011-07-23 10:19 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-23 10:19 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/23 10:19:19

  Modified:             ChangeLog bluecloth-2.0.7.ebuild
  Log:
  ppc64 stable wrt #364215
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	16 Jul 2011 09:39:41 -0000	1.49
+++ ChangeLog	23 Jul 2011 10:19:19 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.49 2011/07/16 09:39:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.50 2011/07/23 10:19:19 xarthisius Exp $
+
+  23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> bluecloth-2.0.7.ebuild:
+  ppc64 stable wrt #364215
 
   16 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> bluecloth-2.0.7.ebuild:
   ppc stable wrt #364215



1.12                 dev-ruby/bluecloth/bluecloth-2.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild?r1=1.11&r2=1.12

Index: bluecloth-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bluecloth-2.0.7.ebuild	16 Jul 2011 09:39:41 -0000	1.11
+++ bluecloth-2.0.7.ebuild	23 Jul 2011 10:19:19 -0000	1.12
@@ -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/bluecloth/bluecloth-2.0.7.ebuild,v 1.11 2011/07/16 09:39:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.7.ebuild,v 1.12 2011/07/23 10:19:19 xarthisius Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild
@ 2013-07-08 18:46 Hans de Graaff (graaff)
  0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff (graaff) @ 2013-07-08 18:46 UTC (permalink / raw
  To: gentoo-commits

graaff      13/07/08 18:46:52

  Modified:             ChangeLog
  Removed:              bluecloth-2.0.7.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.70                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	15 Jan 2013 05:27:05 -0000	1.69
+++ ChangeLog	8 Jul 2013 18:46:51 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.69 2013/01/15 05:27:05 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.70 2013/07/08 18:46:51 graaff Exp $
+
+  08 Jul 2013; Hans de Graaff <graaff@gentoo.org> -bluecloth-2.0.7.ebuild:
+  Cleanup.
 
   15 Jan 2013; Rick Farina <zerochaos@gentoo.org> bluecloth-2.2.0.ebuild:
   adding ~arm keywords to net-analyzer/metasploit rdeps





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

end of thread, other threads:[~2013-07-08 18:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-14 20:30 [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.7.ebuild Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-08 18:46 Hans de Graaff (graaff)
2011-07-23 10:19 Kacper Kowalik (xarthisius)
2011-07-16  9:39 Kacper Kowalik (xarthisius)
2011-06-12 14:30 Raul Porcel (armin76)
2011-05-21 14:49 Thomas Kahle (tomka)
2011-05-11 19:42 Christoph Mende (angelos)
2011-04-20  8:19 Hans de Graaff (graaff)
2010-09-18  8:52 Hans de Graaff (graaff)
2010-01-26 19:16 Diego Petteno (flameeyes)

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