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.9-r1.ebuild ChangeLog
@ 2013-10-06 11:21 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-10-06 11:21 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/10/06 11:21:19

  Modified:             ChangeLog
  Added:                redcloth-4.2.9-r1.ebuild
  Log:
  Add ruby20 target.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.80                 dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	4 Jun 2013 17:54:45 -0000	1.79
+++ ChangeLog	6 Oct 2013 11:21:19 -0000	1.80
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.79 2013/06/04 17:54:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.80 2013/10/06 11:21:19 mrueg Exp $
+
+*redcloth-4.2.9-r1 (06 Oct 2013)
+
+  06 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +redcloth-4.2.9-r1.ebuild:
+  Add ruby20 target.
 
   04 Jun 2013; Hans de Graaff <graaff@gentoo.org> -redcloth-4.2.3-r1.ebuild:
   Cleanup.



1.1                  dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild

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

Index: redcloth-4.2.9-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/redcloth/redcloth-4.2.9-r1.ebuild,v 1.1 2013/10/06 11:21:19 mrueg Exp $

EAPI=5

# jruby → tests still fail with UTF-8 characters
# http://jgarber.lighthouseapp.com/projects/13054/tickets/149-redcloth-4-doesnt-support-multi-bytes-content
USE_RUBY="ruby18 ruby19 ruby20"

RUBY_FAKEGEM_NAME="RedCloth"

RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_DOCDIR="doc"

RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGELOG"

RUBY_FAKEGEM_REQUIRE_PATHS="lib/case_sensitive_require"

inherit ruby-fakegem versionator

DESCRIPTION="A module for using Textile in Ruby"
HOMEPAGE="http://redcloth.org/"

GITHUB_USER=jgarber
SRC_URI="https://github.com/${GITHUB_USER}/redcloth/tarball/v${PV} -> ${RUBY_FAKEGEM_NAME}-git-${PV}.tgz"
RUBY_S="${GITHUB_USER}-${PN}-*"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""

DEPEND+=" dev-util/ragel"

ruby_add_bdepend "
	>=dev-ruby/rake-0.8.7
	>=dev-ruby/rake-compiler-0.7.1
	test? ( >=dev-ruby/diff-lcs-1.1.2 )"

pkg_setup() {
	ruby-ng_pkg_setup

	# Export the VERBOSE variable to avoid remapping of stdout and
	# stderr, and that breaks because of bad interactions between
	# echoe, Ruby and Gentoo.
	export VERBOSE=1
}

all_ruby_prepare() {
	sed -i -e '/[Bb]undler/d' Rakefile ${PN}.gemspec || die
	rm tasks/{release,gems,rspec}.rake || die
}

each_ruby_compile() {
	# We cannot run this manually easily, because Ragel re-generation
	# is a mess
	${RUBY} -S rake compile || die "rake compile failed"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9-r1.ebuild ChangeLog
@ 2014-06-22 14:17 Akinori Hattori (hattya)
  0 siblings, 0 replies; 6+ messages in thread
From: Akinori Hattori (hattya) @ 2014-06-22 14:17 UTC (permalink / raw
  To: gentoo-commits

hattya      14/06/22 14:17:06

  Modified:             redcloth-4.2.9-r1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #513430
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.5                  dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild

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

Index: redcloth-4.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- redcloth-4.2.9-r1.ebuild	3 Apr 2014 08:51:54 -0000	1.4
+++ redcloth-4.2.9-r1.ebuild	22 Jun 2014 14:17:06 -0000	1.5
@@ -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/redcloth/redcloth-4.2.9-r1.ebuild,v 1.4 2014/04/03 08:51:54 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.5 2014/06/22 14:17:06 hattya Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" dev-util/ragel"



1.87                 dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	16 Jun 2014 15:39:09 -0000	1.86
+++ ChangeLog	22 Jun 2014 14:17:06 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.86 2014/06/16 15:39:09 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.87 2014/06/22 14:17:06 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori <hattya@gentoo.org> redcloth-4.2.9-r1.ebuild:
+  ia64 stable wrt bug #513430
 
   16 Jun 2014; Tobias Klausmann <klausman@gentoo.org> redcloth-4.2.9-r2.ebuild:
   Keyworded on alpha, bug #465948





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9-r1.ebuild ChangeLog
@ 2014-08-25 16:09 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-25 16:09 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/25 16:09:47

  Modified:             redcloth-4.2.9-r1.ebuild ChangeLog
  Log:
  Mark amd64 stable. Bug #513430.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.10                 dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild

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

Index: redcloth-4.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- redcloth-4.2.9-r1.ebuild	9 Aug 2014 10:12:44 -0000	1.9
+++ redcloth-4.2.9-r1.ebuild	25 Aug 2014 16:09:47 -0000	1.10
@@ -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/redcloth/redcloth-4.2.9-r1.ebuild,v 1.9 2014/08/09 10:12:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.10 2014/08/25 16:09:47 mrueg Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" dev-util/ragel"



1.93                 dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	13 Aug 2014 18:39:05 -0000	1.92
+++ ChangeLog	25 Aug 2014 16:09:47 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.92 2014/08/13 18:39:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.93 2014/08/25 16:09:47 mrueg Exp $
+
+  25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> redcloth-4.2.9-r1.ebuild:
+  Mark amd64 stable. Bug #513430.
 
   13 Aug 2014; Raúl Porcel <armin76@gentoo.org> redcloth-4.2.9-r2.ebuild:
   Add ~sparc wrt #468536





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9-r1.ebuild ChangeLog
@ 2014-12-01  8:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-01  8:49 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/01 08:49:05

  Modified:             redcloth-4.2.9-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #513430
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild

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

Index: redcloth-4.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- redcloth-4.2.9-r1.ebuild	25 Aug 2014 16:09:47 -0000	1.10
+++ redcloth-4.2.9-r1.ebuild	1 Dec 2014 08:49:05 -0000	1.11
@@ -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/redcloth/redcloth-4.2.9-r1.ebuild,v 1.10 2014/08/25 16:09:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.11 2014/12/01 08:49:05 ago Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" dev-util/ragel"



1.95                 dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	18 Nov 2014 13:36:55 -0000	1.94
+++ ChangeLog	1 Dec 2014 08:49:05 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.94 2014/11/18 13:36:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.95 2014/12/01 08:49:05 ago Exp $
+
+  01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> redcloth-4.2.9-r1.ebuild:
+  Stable for ppc, wrt bug #513430
 
   18 Nov 2014; Manuel Rüger <mrueg@gentoo.org>
   -files/redcloth-4.2.3-gentoo.patch:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9-r1.ebuild ChangeLog
@ 2014-12-01  8:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-01  8:49 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/01 08:49:34

  Modified:             redcloth-4.2.9-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #513430
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild

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

Index: redcloth-4.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- redcloth-4.2.9-r1.ebuild	1 Dec 2014 08:49:05 -0000	1.11
+++ redcloth-4.2.9-r1.ebuild	1 Dec 2014 08:49:34 -0000	1.12
@@ -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/redcloth/redcloth-4.2.9-r1.ebuild,v 1.11 2014/12/01 08:49:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.12 2014/12/01 08:49:34 ago Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" dev-util/ragel"



1.96                 dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	1 Dec 2014 08:49:05 -0000	1.95
+++ ChangeLog	1 Dec 2014 08:49:34 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.95 2014/12/01 08:49:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.96 2014/12/01 08:49:34 ago Exp $
+
+  01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> redcloth-4.2.9-r1.ebuild:
+  Stable for ppc64, wrt bug #513430
 
   01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> redcloth-4.2.9-r1.ebuild:
   Stable for ppc, wrt bug #513430





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

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

ago         14/12/19 13:23:19

  Modified:             redcloth-4.2.9-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #513430
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild

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

Index: redcloth-4.2.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- redcloth-4.2.9-r1.ebuild	1 Dec 2014 08:49:34 -0000	1.12
+++ redcloth-4.2.9-r1.ebuild	19 Dec 2014 13:23:19 -0000	1.13
@@ -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/redcloth/redcloth-4.2.9-r1.ebuild,v 1.12 2014/12/01 08:49:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r1.ebuild,v 1.13 2014/12/19 13:23:19 ago Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" dev-util/ragel"



1.97                 dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	1 Dec 2014 08:49:34 -0000	1.96
+++ ChangeLog	19 Dec 2014 13:23:19 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.96 2014/12/01 08:49:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.97 2014/12/19 13:23:19 ago Exp $
+
+  19 Dec 2014; Agostino Sarubbo <ago@gentoo.org> redcloth-4.2.9-r1.ebuild:
+  Stable for sparc, wrt bug #513430
 
   01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> redcloth-4.2.9-r1.ebuild:
   Stable for ppc64, wrt bug #513430





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

end of thread, other threads:[~2014-12-19 13:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01  8:49 [gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-19 13:23 Agostino Sarubbo (ago)
2014-12-01  8:49 Agostino Sarubbo (ago)
2014-08-25 16:09 Manuel Rueger (mrueg)
2014-06-22 14:17 Akinori Hattori (hattya)
2013-10-06 11:21 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