public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8.ebuild ChangeLog
@ 2011-01-28  8:10 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-28  8:10 UTC (permalink / raw
  To: gentoo-commits

graaff      11/01/28 08:10:52

  Modified:             ChangeLog
  Added:                rdiscount-1.6.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/rdiscount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	14 Sep 2010 18:58:10 -0000	1.1
+++ ChangeLog	28 Jan 2011 08:10:52 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rdiscount
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.1 2010/09/14 18:58:10 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.2 2011/01/28 08:10:52 graaff Exp $
+
+*rdiscount-1.6.8 (28 Jan 2011)
+
+  28 Jan 2011; Hans de Graaff <graaff@gentoo.org> +rdiscount-1.6.8.ebuild:
+  Version bump.
 
 *rdiscount-1.6.5 (14 Sep 2010)
 



1.1                  dev-ruby/rdiscount/rdiscount-1.6.8.ebuild

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

Index: rdiscount-1.6.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.1 2011/01/28 08:10:52 graaff Exp $

EAPI=2

# Has a native extension without jruby support.
USE_RUBY="ruby18 ree18"

RUBY_FAKEGEM_TASK_TEST="test:unit"

RUBY_FAKEGEM_TASK_DOC="doc man"
RUBY_FAKEGEM_EXTRADOC="README.markdown"

inherit multilib ruby-fakegem

DESCRIPTION="Implementation of John Gruber's Markdown"
HOMEPAGE="http://github.com/rtomayko/rdiscount"

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

ruby_add_bdepend "doc? ( app-text/ronn )"

all_ruby_prepare() {
	# Hanna is broken for us and therefore we don't have it in portage.
	sed -i -e 's/hanna/rdoc/' Rakefile || die

	# Remove rule that will force a rebuild when running tests.
	sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
}

each_ruby_configure() {
	${RUBY} -Cext extconf.rb || die
}

each_ruby_compile() {
	emake -Cext || die
	cp ext/*$(get_modname) lib/ || die
}

all_ruby_install() {
	all_fakegem_install

	doman man/rdiscount.1
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8.ebuild ChangeLog
@ 2011-06-02 14:12 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2011-06-02 14:12 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/02 14:12:33

  Modified:             rdiscount-1.6.8.ebuild ChangeLog
  Log:
  add ~x86, bug #368983
  
  (Portage version: 2.1.9.50/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/rdiscount/rdiscount-1.6.8.ebuild

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

Index: rdiscount-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rdiscount-1.6.8.ebuild	28 Jan 2011 08:10:52 -0000	1.1
+++ rdiscount-1.6.8.ebuild	2 Jun 2011 14:12:33 -0000	1.2
@@ -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/rdiscount/rdiscount-1.6.8.ebuild,v 1.1 2011/01/28 08:10:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.2 2011/06/02 14:12:33 maekke Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



1.3                  dev-ruby/rdiscount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	28 Jan 2011 08:10:52 -0000	1.2
+++ ChangeLog	2 Jun 2011 14:12:33 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rdiscount
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.2 2011/01/28 08:10:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.3 2011/06/02 14:12:33 maekke Exp $
+
+  02 Jun 2011; Markus Meier <maekke@gentoo.org> rdiscount-1.6.8.ebuild:
+  add ~x86, bug #368983
 
 *rdiscount-1.6.8 (28 Jan 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8.ebuild ChangeLog
@ 2011-07-24  9:30 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-24  9:30 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/24 09:30:49

  Modified:             rdiscount-1.6.8.ebuild ChangeLog
  Log:
  Marked ~ppc/~ppc64 wrt #351835
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/rdiscount/rdiscount-1.6.8.ebuild

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

Index: rdiscount-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rdiscount-1.6.8.ebuild	2 Jun 2011 14:12:33 -0000	1.2
+++ rdiscount-1.6.8.ebuild	24 Jul 2011 09:30:49 -0000	1.3
@@ -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/rdiscount/rdiscount-1.6.8.ebuild,v 1.2 2011/06/02 14:12:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.3 2011/07/24 09:30:49 xarthisius Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



1.4                  dev-ruby/rdiscount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	2 Jun 2011 14:12:33 -0000	1.3
+++ ChangeLog	24 Jul 2011 09:30:49 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rdiscount
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.3 2011/06/02 14:12:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.4 2011/07/24 09:30:49 xarthisius Exp $
+
+  24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> rdiscount-1.6.8.ebuild:
+  Marked ~ppc/~ppc64 wrt #351835
 
   02 Jun 2011; Markus Meier <maekke@gentoo.org> rdiscount-1.6.8.ebuild:
   add ~x86, bug #368983






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8.ebuild ChangeLog
@ 2011-12-04 23:28 Naohiro Aota (naota)
  0 siblings, 0 replies; 7+ messages in thread
From: Naohiro Aota (naota) @ 2011-12-04 23:28 UTC (permalink / raw
  To: gentoo-commits

naota       11/12/04 23:28:34

  Modified:             rdiscount-1.6.8.ebuild ChangeLog
  Log:
  Add ~x86-fbsd.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/rdiscount/rdiscount-1.6.8.ebuild

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

Index: rdiscount-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rdiscount-1.6.8.ebuild	7 Aug 2011 18:58:43 -0000	1.4
+++ rdiscount-1.6.8.ebuild	4 Dec 2011 23:28:34 -0000	1.5
@@ -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/rdiscount/rdiscount-1.6.8.ebuild,v 1.4 2011/08/07 18:58:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.5 2011/12/04 23:28:34 naota Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



1.6                  dev-ruby/rdiscount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	7 Aug 2011 18:58:43 -0000	1.5
+++ ChangeLog	4 Dec 2011 23:28:34 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rdiscount
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.5 2011/08/07 18:58:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.6 2011/12/04 23:28:34 naota Exp $
+
+  04 Dec 2011; Naohiro Aota <naota@gentoo.org> rdiscount-1.6.8.ebuild:
+  Add ~x86-fbsd.
 
   07 Aug 2011; Raúl Porcel <armin76@gentoo.org> rdiscount-1.6.5.ebuild,
   rdiscount-1.6.8.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8.ebuild ChangeLog
@ 2011-12-26 15:09 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-26 15:09 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/26 15:09:05

  Modified:             rdiscount-1.6.8.ebuild ChangeLog
  Log:
  Fix compilation with rake 0.9. Add ruby19.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/rdiscount/rdiscount-1.6.8.ebuild

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

Index: rdiscount-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rdiscount-1.6.8.ebuild	4 Dec 2011 23:28:34 -0000	1.5
+++ rdiscount-1.6.8.ebuild	26 Dec 2011 15:09:05 -0000	1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.5 2011/12/04 23:28:34 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.6 2011/12/26 15:09:05 graaff Exp $
 
 EAPI=2
 
 # Has a native extension without jruby support.
-USE_RUBY="ruby18 ree18"
+USE_RUBY="ruby18 ruby19 ree18"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 
@@ -30,6 +30,9 @@
 
 	# Remove rule that will force a rebuild when running tests.
 	sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die
+
+	# Provide RUBY variable no longer provided by rake.
+	sed -i -e "1 iRUBY=${RUBY}" Rakefile || die
 }
 
 each_ruby_configure() {



1.8                  dev-ruby/rdiscount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	26 Dec 2011 15:00:28 -0000	1.7
+++ ChangeLog	26 Dec 2011 15:09:05 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rdiscount
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.7 2011/12/26 15:00:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.8 2011/12/26 15:09:05 graaff Exp $
+
+  26 Dec 2011; Hans de Graaff <graaff@gentoo.org> rdiscount-1.6.8.ebuild:
+  Fix compilation with rake 0.9. Add ruby19.
 
   26 Dec 2011; Hans de Graaff <graaff@gentoo.org> -rdiscount-1.6.5.ebuild:
   Remove old version.






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8.ebuild ChangeLog
@ 2012-01-17 13:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-17 13:55 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/17 13:55:29

  Modified:             rdiscount-1.6.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #398847
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/rdiscount/rdiscount-1.6.8.ebuild

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

Index: rdiscount-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rdiscount-1.6.8.ebuild	14 Jan 2012 07:11:20 -0000	1.7
+++ rdiscount-1.6.8.ebuild	17 Jan 2012 13:55:29 -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/rdiscount/rdiscount-1.6.8.ebuild,v 1.7 2012/01/14 07:11:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.8 2012/01/17 13:55:29 ago Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



1.10                 dev-ruby/rdiscount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	14 Jan 2012 07:11:20 -0000	1.9
+++ ChangeLog	17 Jan 2012 13:55:29 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rdiscount
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.9 2012/01/14 07:11:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.10 2012/01/17 13:55:29 ago Exp $
+
+  17 Jan 2012; Agostino Sarubbo <ago@gentoo.org> rdiscount-1.6.8.ebuild:
+  Stable for amd64, wrt bug #398847
 
 *rdiscount-1.6.8-r1 (14 Jan 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8.ebuild ChangeLog
@ 2012-04-07 15:00 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2012-04-07 15:00 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/07 15:00:32

  Modified:             rdiscount-1.6.8.ebuild ChangeLog
  Log:
  x86 stable, bug #398847
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-ruby/rdiscount/rdiscount-1.6.8.ebuild

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

Index: rdiscount-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rdiscount-1.6.8.ebuild	17 Jan 2012 13:55:29 -0000	1.8
+++ rdiscount-1.6.8.ebuild	7 Apr 2012 15:00:32 -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/rdiscount/rdiscount-1.6.8.ebuild,v 1.8 2012/01/17 13:55:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.9 2012/04/07 15:00:32 maekke Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



1.11                 dev-ruby/rdiscount/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	17 Jan 2012 13:55:29 -0000	1.10
+++ ChangeLog	7 Apr 2012 15:00:32 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rdiscount
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.10 2012/01/17 13:55:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.11 2012/04/07 15:00:32 maekke Exp $
+
+  07 Apr 2012; Markus Meier <maekke@gentoo.org> rdiscount-1.6.8.ebuild:
+  x86 stable, bug #398847
 
   17 Jan 2012; Agostino Sarubbo <ago@gentoo.org> rdiscount-1.6.8.ebuild:
   Stable for amd64, wrt bug #398847






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

end of thread, other threads:[~2012-04-07 15:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28  8:10 [gentoo-commits] gentoo-x86 commit in dev-ruby/rdiscount: rdiscount-1.6.8.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-02 14:12 Markus Meier (maekke)
2011-07-24  9:30 Kacper Kowalik (xarthisius)
2011-12-04 23:28 Naohiro Aota (naota)
2011-12-26 15:09 Hans de Graaff (graaff)
2012-01-17 13:55 Agostino Sarubbo (ago)
2012-04-07 15:00 Markus Meier (maekke)

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