public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2011-11-02  6:47 Hans de Graaff (graaff)
  0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff (graaff) @ 2011-11-02  6:47 UTC (permalink / raw
  To: gentoo-commits

graaff      11/11/02 06:47:26

  Modified:             ChangeLog
  Added:                bluecloth-2.2.0.ebuild
  Log:
  Version bump. Install new man page.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	20 Aug 2011 12:40:25 -0000	1.53
+++ ChangeLog	2 Nov 2011 06:47:26 -0000	1.54
@@ -1,6 +1,11 @@
 # 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.53 2011/08/20 12:40:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.54 2011/11/02 06:47:26 graaff Exp $
+
+*bluecloth-2.2.0 (02 Nov 2011)
+
+  02 Nov 2011; Hans de Graaff <graaff@gentoo.org> +bluecloth-2.2.0.ebuild:
+  Version bump. Install new man page.
 
   20 Aug 2011; Hans de Graaff <graaff@gentoo.org> -bluecloth-2.0.5.ebuild,
   -bluecloth-2.0.11.ebuild:



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

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

Index: bluecloth-2.2.0.ebuild
===================================================================
# 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.2.0.ebuild,v 1.1 2011/11/02 06:47:26 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ruby19 ree18"

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
RUBY_FAKEGEM_DOCDIR="doc"

RUBY_FAKEGEM_TASK_TEST=""

inherit ruby-fakegem eutils

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

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"

DEPEND="${DEPEND} doc? ( dev-lang/perl )"
RDEPEND="${RDEPEND}"

ruby_add_bdepend "
	dev-ruby/hoe
	dev-ruby/rake-compiler
	test? (
		>=dev-ruby/rspec-2.4:2
		dev-ruby/diff-lcs
		dev-ruby/tidy-ext
	)"

all_ruby_prepare() {
	# for Ruby 1.9.2 compatibility
	sed -i -e '1i $: << "."' Rakefile || die
}

all_ruby_compile() {
	rake man/man1/bluecloth.1

	all_fakegem_compile
}

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

each_ruby_test() {
	${RUBY} -S rspec spec || die "tests failed"
}

all_ruby_install() {
	doman man/man1/bluecloth.1

	all_fakegem_install
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2012-01-03 18:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2012-01-03 18:15 UTC (permalink / raw
  To: gentoo-commits

jer         12/01/03 18:15:15

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #396663).
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bluecloth-2.2.0.ebuild	2 Nov 2011 06:47:26 -0000	1.1
+++ bluecloth-2.2.0.ebuild	3 Jan 2012 18:15:15 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.1 2011/11/02 06:47:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.2 2012/01/03 18:15:15 jer Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18"
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.55                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	2 Nov 2011 06:47:26 -0000	1.54
+++ ChangeLog	3 Jan 2012 18:15:15 -0000	1.55
@@ -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.54 2011/11/02 06:47:26 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.55 2012/01/03 18:15:15 jer Exp $
+
+  03 Jan 2012; Jeroen Roovers <jer@gentoo.org> bluecloth-2.2.0.ebuild:
+  Marked ~hppa (bug #396663).
 
 *bluecloth-2.2.0 (02 Nov 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2012-08-14  1:06 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 13+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-14  1:06 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/08/14 01:06:58

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Port to rspec helper for testing. Bump to EAPI 4.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bluecloth-2.2.0.ebuild	1 May 2012 18:24:17 -0000	1.3
+++ bluecloth-2.2.0.ebuild	14 Aug 2012 01:06:58 -0000	1.4
@@ -1,10 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.3 2012/05/01 18:24:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.4 2012/08/14 01:06:58 flameeyes Exp $
 
-EAPI=2
+EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
 
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"
@@ -28,7 +29,6 @@
 	dev-ruby/hoe
 	dev-ruby/rake-compiler
 	test? (
-		>=dev-ruby/rspec-2.4:2
 		dev-ruby/diff-lcs
 		dev-ruby/tidy-ext
 	)"
@@ -48,10 +48,6 @@
 	${RUBY} -S rake compile || die "extension build failed"
 }
 
-each_ruby_test() {
-	${RUBY} -S rspec spec || die "tests failed"
-}
-
 all_ruby_install() {
 	doman man/man1/bluecloth.1
 



1.58                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	30 Jul 2012 18:38:26 -0000	1.57
+++ ChangeLog	14 Aug 2012 01:06:58 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.57 2012/07/30 18:38:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.58 2012/08/14 01:06:58 flameeyes Exp $
+
+  14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> bluecloth-2.2.0.ebuild:
+  Port to rspec helper for testing. Bump to EAPI 4.
 
   30 Jul 2012; Hans de Graaff <graaff@gentoo.org> -bluecloth-2.1.0.ebuild:
   Cleanup.
@@ -220,4 +223,3 @@
   +bluecloth-1.0.0.ebuild:
   Initial import. Ebuild submitted by Ben de Groot <ben@stijlstek.nl> in bug
   #101561.
-





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2012-12-23 19:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-23 19:29 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/23 19:29:16

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #448310
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bluecloth-2.2.0.ebuild	28 Oct 2012 17:17:03 -0000	1.5
+++ bluecloth-2.2.0.ebuild	23 Dec 2012 19:29:16 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.5 2012/10/28 17:17:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.6 2012/12/23 19:29:16 ago Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.61                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	28 Oct 2012 17:17:03 -0000	1.60
+++ ChangeLog	23 Dec 2012 19:29:16 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.60 2012/10/28 17:17:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.61 2012/12/23 19:29:16 ago Exp $
+
+  23 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
+  Stable for ppc64, wrt bug #448310
 
   28 Oct 2012; Raúl Porcel <armin76@gentoo.org> bluecloth-2.0.7.ebuild,
   bluecloth-2.2.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2012-12-26 15:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-26 15:48 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/26 15:48:10

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #448310
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bluecloth-2.2.0.ebuild	23 Dec 2012 19:29:16 -0000	1.6
+++ bluecloth-2.2.0.ebuild	26 Dec 2012 15:48:10 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.6 2012/12/23 19:29:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.7 2012/12/26 15:48:10 ago Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.62                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	23 Dec 2012 19:29:16 -0000	1.61
+++ ChangeLog	26 Dec 2012 15:48:10 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.61 2012/12/23 19:29:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.62 2012/12/26 15:48:10 ago Exp $
+
+  26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
+  Stable for amd64, wrt bug #448310
 
   23 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
   Stable for ppc64, wrt bug #448310





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2012-12-26 15:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-26 15:49 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/26 15:49:49

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #448310
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bluecloth-2.2.0.ebuild	26 Dec 2012 15:48:10 -0000	1.7
+++ bluecloth-2.2.0.ebuild	26 Dec 2012 15:49:49 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.7 2012/12/26 15:48:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.8 2012/12/26 15:49:49 ago Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.63                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	26 Dec 2012 15:48:10 -0000	1.62
+++ ChangeLog	26 Dec 2012 15:49:49 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.62 2012/12/26 15:48:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.63 2012/12/26 15:49:49 ago Exp $
+
+  26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
+  Stable for x86, wrt bug #448310
 
   26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
   Stable for amd64, wrt bug #448310





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2012-12-28 11:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-28 11:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/28 11:23:56

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #448310
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bluecloth-2.2.0.ebuild	26 Dec 2012 15:49:49 -0000	1.8
+++ bluecloth-2.2.0.ebuild	28 Dec 2012 11:23:56 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.8 2012/12/26 15:49:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.9 2012/12/28 11:23:56 ago Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.64                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	26 Dec 2012 15:49:49 -0000	1.63
+++ ChangeLog	28 Dec 2012 11:23:56 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.63 2012/12/26 15:49:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.64 2012/12/28 11:23:56 ago Exp $
+
+  28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
+  Stable for ppc, wrt bug #448310
 
   26 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
   Stable for x86, wrt bug #448310





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2012-12-29 17:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-29 17:03 UTC (permalink / raw
  To: gentoo-commits

jer         12/12/29 17:03:55

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #448310).
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.10                 dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bluecloth-2.2.0.ebuild	28 Dec 2012 11:23:56 -0000	1.9
+++ bluecloth-2.2.0.ebuild	29 Dec 2012 17:03:55 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.9 2012/12/28 11:23:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.10 2012/12/29 17:03:55 jer Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.65                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	28 Dec 2012 11:23:56 -0000	1.64
+++ ChangeLog	29 Dec 2012 17:03:55 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.64 2012/12/28 11:23:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.65 2012/12/29 17:03:55 jer Exp $
+
+  29 Dec 2012; Jeroen Roovers <jer@gentoo.org> bluecloth-2.2.0.ebuild:
+  Stable for HPPA (bug #448310).
 
   28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
   Stable for ppc, wrt bug #448310





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2012-12-30 14:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 14:15 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/30 14:15:30

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #448310
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.11                 dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bluecloth-2.2.0.ebuild	29 Dec 2012 17:03:55 -0000	1.10
+++ bluecloth-2.2.0.ebuild	30 Dec 2012 14:15:30 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.10 2012/12/29 17:03:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.11 2012/12/30 14:15:30 ago Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.66                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	29 Dec 2012 17:03:55 -0000	1.65
+++ ChangeLog	30 Dec 2012 14:15:30 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.65 2012/12/29 17:03:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.66 2012/12/30 14:15:30 ago Exp $
+
+  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
+  Stable for sparc, wrt bug #448310
 
   29 Dec 2012; Jeroen Roovers <jer@gentoo.org> bluecloth-2.2.0.ebuild:
   Stable for HPPA (bug #448310).





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2012-12-30 20:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-30 20:31 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/30 20:31:44

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #448310
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bluecloth-2.2.0.ebuild	30 Dec 2012 14:15:30 -0000	1.11
+++ bluecloth-2.2.0.ebuild	30 Dec 2012 20:31:43 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.11 2012/12/30 14:15:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.12 2012/12/30 20:31:43 ago Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.67                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	30 Dec 2012 14:15:30 -0000	1.66
+++ ChangeLog	30 Dec 2012 20:31:43 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.66 2012/12/30 14:15:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.67 2012/12/30 20:31:43 ago Exp $
+
+  30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
+  Stable for alpha, wrt bug #448310
 
   30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
   Stable for sparc, wrt bug #448310





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2013-01-04 20:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-04 20:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/01/04 20:24:08

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #448310
  
  (Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)

Revision  Changes    Path
1.13                 dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bluecloth-2.2.0.ebuild	30 Dec 2012 20:31:43 -0000	1.12
+++ bluecloth-2.2.0.ebuild	4 Jan 2013 20:24:08 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.12 2012/12/30 20:31:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.13 2013/01/04 20:24:08 ago Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.68                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	30 Dec 2012 20:31:43 -0000	1.67
+++ ChangeLog	4 Jan 2013 20:24:08 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bluecloth
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.67 2012/12/30 20:31:43 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.68 2013/01/04 20:24:08 ago Exp $
+
+  04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
+  Stable for ia64, wrt bug #448310
 
   30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
   Stable for alpha, wrt bug #448310





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2013-01-15  5:27 Richard Farina (zerochaos)
  0 siblings, 0 replies; 13+ messages in thread
From: Richard Farina (zerochaos) @ 2013-01-15  5:27 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/01/15 05:27:05

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  adding ~arm keywords to net-analyzer/metasploit rdeps
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.14                 dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bluecloth-2.2.0.ebuild	4 Jan 2013 20:24:08 -0000	1.13
+++ bluecloth-2.2.0.ebuild	15 Jan 2013 05:27:05 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.13 2013/01/04 20:24:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.14 2013/01/15 05:27:05 zerochaos Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.69                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	4 Jan 2013 20:24:08 -0000	1.68
+++ ChangeLog	15 Jan 2013 05:27:05 -0000	1.69
@@ -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.68 2013/01/04 20:24:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.69 2013/01/15 05:27:05 zerochaos Exp $
+
+  15 Jan 2013; Rick Farina <zerochaos@gentoo.org> bluecloth-2.2.0.ebuild:
+  adding ~arm keywords to net-analyzer/metasploit rdeps
 
   04 Jan 2013; Agostino Sarubbo <ago@gentoo.org> bluecloth-2.2.0.ebuild:
   Stable for ia64, wrt bug #448310





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog
@ 2013-12-26 15:56 Markus Meier (maekke)
  0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2013-12-26 15:56 UTC (permalink / raw
  To: gentoo-commits

maekke      13/12/26 15:56:59

  Modified:             bluecloth-2.2.0.ebuild ChangeLog
  Log:
  arm stable, bug #493780
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.15                 dev-ruby/bluecloth/bluecloth-2.2.0.ebuild

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

Index: bluecloth-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- bluecloth-2.2.0.ebuild	15 Jan 2013 05:27:05 -0000	1.14
+++ bluecloth-2.2.0.ebuild	26 Dec 2013 15:56:59 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.14 2013/01/15 05:27:05 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.15 2013/12/26 15:56:59 maekke Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19 ree18"
@@ -19,7 +19,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 DEPEND="${DEPEND} doc? ( dev-lang/perl )"



1.72                 dev-ruby/bluecloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	6 Oct 2013 17:04:11 -0000	1.71
+++ ChangeLog	26 Dec 2013 15:56:59 -0000	1.72
@@ -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.71 2013/10/06 17:04:11 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.72 2013/12/26 15:56:59 maekke Exp $
+
+  26 Dec 2013; Markus Meier <maekke@gentoo.org> bluecloth-2.2.0.ebuild:
+  arm stable, bug #493780
 
 *bluecloth-2.2.0-r1 (06 Oct 2013)
 





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

end of thread, other threads:[~2013-12-26 15:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 18:15 [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-2.2.0.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-26 15:56 Markus Meier (maekke)
2013-01-15  5:27 Richard Farina (zerochaos)
2013-01-04 20:24 Agostino Sarubbo (ago)
2012-12-30 20:31 Agostino Sarubbo (ago)
2012-12-30 14:15 Agostino Sarubbo (ago)
2012-12-29 17:03 Jeroen Roovers (jer)
2012-12-28 11:23 Agostino Sarubbo (ago)
2012-12-26 15:49 Agostino Sarubbo (ago)
2012-12-26 15:48 Agostino Sarubbo (ago)
2012-12-23 19:29 Agostino Sarubbo (ago)
2012-08-14  1:06 Diego Petteno (flameeyes)
2011-11-02  6:47 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