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

graaff      11/10/13 06:03:23

  Modified:             ChangeLog
  Added:                term-ansicolor-1.0.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	14 Sep 2011 16:54:53 -0000	1.21
+++ ChangeLog	13 Oct 2011 06:03:23 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.21 2011/09/14 16:54:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.22 2011/10/13 06:03:23 graaff Exp $
+
+*term-ansicolor-1.0.7 (13 Oct 2011)
+
+  13 Oct 2011; Hans de Graaff <graaff@gentoo.org> +term-ansicolor-1.0.7.ebuild:
+  Version bump.
 
   14 Sep 2011; Jeroen Roovers <jer@gentoo.org> term-ansicolor-1.0.5-r1.ebuild:
   Stable for HPPA (bug #369573).



1.1                  dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.1 2011/10/13 06:03:23 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ree18 jruby"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"

# don't install a cdiff wrapper, collides with app-misc/colordiff (bug
# #310073).
RUBY_FAKEGEM_BINWRAP="decolor"

inherit ruby-fakegem

DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences."
HOMEPAGE="http://term-ansicolor.rubyforge.org/"
LICENSE="GPL-2"

KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE="examples"

each_ruby_test() {
	${RUBY} -Ilib tests/ansicolor_test.rb || die
}

all_ruby_install() {
	all_fakegem_install

	use examples && docinto examples && dodoc examples/*
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2011-10-22 12:14 Hans de Graaff (graaff)
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff (graaff) @ 2011-10-22 12:14 UTC (permalink / raw
  To: gentoo-commits

graaff      11/10/22 12:14:53

  Modified:             term-ansicolor-1.0.7.ebuild ChangeLog
  Log:
  Add ruby19 and rbx support. Fixes bug 293353.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- term-ansicolor-1.0.7.ebuild	13 Oct 2011 06:03:23 -0000	1.1
+++ term-ansicolor-1.0.7.ebuild	22 Oct 2011 12:14:53 -0000	1.2
@@ -1,14 +1,16 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.1 2011/10/13 06:03:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.2 2011/10/22 12:14:53 graaff Exp $
 
 EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
+USE_RUBY="ruby18 ree18 jruby ruby19 rbx"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST="none"
 RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"
 
+RUBY_FAKEGEM_GEMSPEC="term-ansicolor.gemspec"
+
 # don't install a cdiff wrapper, collides with app-misc/colordiff (bug
 # #310073).
 RUBY_FAKEGEM_BINWRAP="decolor"



1.23                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	13 Oct 2011 06:03:23 -0000	1.22
+++ ChangeLog	22 Oct 2011 12:14:53 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.22 2011/10/13 06:03:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.23 2011/10/22 12:14:53 graaff Exp $
+
+  22 Oct 2011; Hans de Graaff <graaff@gentoo.org> term-ansicolor-1.0.7.ebuild:
+  Add ruby19 and rbx support. Fixes bug 293353.
 
 *term-ansicolor-1.0.7 (13 Oct 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2011-12-31 18:08 Fabian Groffen (grobian)
  0 siblings, 0 replies; 11+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-31 18:08 UTC (permalink / raw
  To: gentoo-commits

grobian     11/12/31 18:08:03

  Modified:             term-ansicolor-1.0.7.ebuild ChangeLog
  Log:
  Add Prefix keywords, bug #396547
  
  (Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.3                  dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- term-ansicolor-1.0.7.ebuild	22 Oct 2011 12:14:53 -0000	1.2
+++ term-ansicolor-1.0.7.ebuild	31 Dec 2011 18:08:03 -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/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.2 2011/10/22 12:14:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.3 2011/12/31 18:08:03 grobian Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby ruby19 rbx"
@@ -21,7 +21,7 @@
 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
 LICENSE="GPL-2"
 
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE="examples"
 



1.24                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	22 Oct 2011 12:14:53 -0000	1.23
+++ ChangeLog	31 Dec 2011 18:08:03 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.23 2011/10/22 12:14:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.24 2011/12/31 18:08:03 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> term-ansicolor-1.0.7.ebuild:
+  Add Prefix keywords, bug #396547
 
   22 Oct 2011; Hans de Graaff <graaff@gentoo.org> term-ansicolor-1.0.7.ebuild:
   Add ruby19 and rbx support. Fixes bug 293353.






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2012-03-08  1:19 Naohiro Aota (naota)
  0 siblings, 0 replies; 11+ messages in thread
From: Naohiro Aota (naota) @ 2012-03-08  1:19 UTC (permalink / raw
  To: gentoo-commits

naota       12/03/08 01:19:43

  Modified:             term-ansicolor-1.0.7.ebuild ChangeLog
  Log:
  Add ~x86-fbsd.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- term-ansicolor-1.0.7.ebuild	31 Dec 2011 18:08:03 -0000	1.3
+++ term-ansicolor-1.0.7.ebuild	8 Mar 2012 01:19:43 -0000	1.4
@@ -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/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.3 2011/12/31 18:08:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.4 2012/03/08 01:19:43 naota Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 jruby ruby19 rbx"
@@ -21,7 +21,7 @@
 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
 LICENSE="GPL-2"
 
-KEYWORDS="~amd64 ~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="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE="examples"
 



1.25                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	31 Dec 2011 18:08:03 -0000	1.24
+++ ChangeLog	8 Mar 2012 01:19:43 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/term-ansicolor
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.24 2011/12/31 18:08:03 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.25 2012/03/08 01:19:43 naota Exp $
+
+  08 Mar 2012; Naohiro Aota <naota@gentoo.org> term-ansicolor-1.0.7.ebuild:
+  Add ~x86-fbsd.
 
   31 Dec 2011; Fabian Groffen <grobian@gentoo.org> term-ansicolor-1.0.7.ebuild:
   Add Prefix keywords, bug #396547






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2012-10-03 10:37 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 11+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-10-03 10:37 UTC (permalink / raw
  To: gentoo-commits

blueness    12/10/03 10:37:40

  Modified:             term-ansicolor-1.0.7.ebuild ChangeLog
  Log:
  stable ppc ppc64, bug #437040
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- term-ansicolor-1.0.7.ebuild	16 Aug 2012 18:22:25 -0000	1.5
+++ term-ansicolor-1.0.7.ebuild	3 Oct 2012 10:37:40 -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/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.5 2012/08/16 18:22:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.6 2012/10/03 10:37:40 blueness Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -21,7 +21,7 @@
 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
 LICENSE="GPL-2"
 
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.27                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 Aug 2012 18:22:25 -0000	1.26
+++ ChangeLog	3 Oct 2012 10:37:40 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.26 2012/08/16 18:22:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.27 2012/10/03 10:37:40 blueness Exp $
+
+  03 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
+  term-ansicolor-1.0.7.ebuild:
+  stable ppc ppc64, bug #437040
 
   16 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org>
   -term-ansicolor-1.0.6.ebuild, term-ansicolor-1.0.7.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2012-10-03 12:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-03 12:51 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/03 12:51:00

  Modified:             term-ansicolor-1.0.7.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #437040
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- term-ansicolor-1.0.7.ebuild	3 Oct 2012 10:37:40 -0000	1.6
+++ term-ansicolor-1.0.7.ebuild	3 Oct 2012 12:51:00 -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/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.6 2012/10/03 10:37:40 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.7 2012/10/03 12:51:00 ago Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -21,7 +21,7 @@
 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
 LICENSE="GPL-2"
 
-KEYWORDS="~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.28                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	3 Oct 2012 10:37:40 -0000	1.27
+++ ChangeLog	3 Oct 2012 12:51:00 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.27 2012/10/03 10:37:40 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.28 2012/10/03 12:51:00 ago Exp $
+
+  03 Oct 2012; Agostino Sarubbo <ago@gentoo.org> term-ansicolor-1.0.7.ebuild:
+  Stable for amd64, wrt bug #437040
 
   03 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
   term-ansicolor-1.0.7.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2012-10-17  3:40 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 11+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-10-17  3:40 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/10/17 03:40:01

  Modified:             term-ansicolor-1.0.7.ebuild ChangeLog
  Log:
  x86 stable wrt bug #437040
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- term-ansicolor-1.0.7.ebuild	3 Oct 2012 12:51:00 -0000	1.7
+++ term-ansicolor-1.0.7.ebuild	17 Oct 2012 03:40:01 -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/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.7 2012/10/03 12:51:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.8 2012/10/17 03:40:01 phajdan.jr Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -21,7 +21,7 @@
 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
 LICENSE="GPL-2"
 
-KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.29                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	3 Oct 2012 12:51:00 -0000	1.28
+++ ChangeLog	17 Oct 2012 03:40:01 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.28 2012/10/03 12:51:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.29 2012/10/17 03:40:01 phajdan.jr Exp $
+
+  17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  term-ansicolor-1.0.7.ebuild:
+  x86 stable wrt bug #437040
 
   03 Oct 2012; Agostino Sarubbo <ago@gentoo.org> term-ansicolor-1.0.7.ebuild:
   Stable for amd64, wrt bug #437040





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2012-10-28 18:34 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-28 18:34 UTC (permalink / raw
  To: gentoo-commits

armin76     12/10/28 18:34:02

  Modified:             term-ansicolor-1.0.7.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #437040
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- term-ansicolor-1.0.7.ebuild	28 Oct 2012 17:22:20 -0000	1.9
+++ term-ansicolor-1.0.7.ebuild	28 Oct 2012 18:34:02 -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/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.9 2012/10/28 17:22:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.10 2012/10/28 18:34:02 armin76 Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -21,7 +21,7 @@
 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
 LICENSE="GPL-2"
 
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.31                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	28 Oct 2012 17:22:20 -0000	1.30
+++ ChangeLog	28 Oct 2012 18:34:02 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.30 2012/10/28 17:22:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.31 2012/10/28 18:34:02 armin76 Exp $
+
+  28 Oct 2012; Raúl Porcel <armin76@gentoo.org> term-ansicolor-1.0.7.ebuild:
+  alpha/ia64/sparc stable wrt #437040
 
   28 Oct 2012; Raúl Porcel <armin76@gentoo.org>
   term-ansicolor-1.0.5-r1.ebuild, term-ansicolor-1.0.7.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2012-11-07  5:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-07  5:07 UTC (permalink / raw
  To: gentoo-commits

jer         12/11/07 05:07:53

  Modified:             term-ansicolor-1.0.7.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #437040).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.11                 dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- term-ansicolor-1.0.7.ebuild	28 Oct 2012 18:34:02 -0000	1.10
+++ term-ansicolor-1.0.7.ebuild	7 Nov 2012 05:07:53 -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/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.10 2012/10/28 18:34:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.11 2012/11/07 05:07:53 jer Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -21,7 +21,7 @@
 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
 LICENSE="GPL-2"
 
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.32                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	28 Oct 2012 18:34:02 -0000	1.31
+++ ChangeLog	7 Nov 2012 05:07:53 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.31 2012/10/28 18:34:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.32 2012/11/07 05:07:53 jer Exp $
+
+  07 Nov 2012; Jeroen Roovers <jer@gentoo.org> term-ansicolor-1.0.7.ebuild:
+  Stable for HPPA (bug #437040).
 
   28 Oct 2012; Raúl Porcel <armin76@gentoo.org> term-ansicolor-1.0.7.ebuild:
   alpha/ia64/sparc stable wrt #437040





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2013-01-15  3:41 Richard Farina (zerochaos)
  0 siblings, 0 replies; 11+ messages in thread
From: Richard Farina (zerochaos) @ 2013-01-15  3:41 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/01/15 03:41:02

  Modified:             term-ansicolor-1.0.7.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.12                 dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- term-ansicolor-1.0.7.ebuild	7 Nov 2012 05:07:53 -0000	1.11
+++ term-ansicolor-1.0.7.ebuild	15 Jan 2013 03:41:02 -0000	1.12
@@ -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/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.11 2012/11/07 05:07:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.12 2013/01/15 03:41:02 zerochaos Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -21,7 +21,7 @@
 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
 LICENSE="GPL-2"
 
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.33                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	7 Nov 2012 05:07:53 -0000	1.32
+++ ChangeLog	15 Jan 2013 03:41:02 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/term-ansicolor
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.32 2012/11/07 05:07:53 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.33 2013/01/15 03:41:02 zerochaos Exp $
+
+  15 Jan 2013; Rick Farina <zerochaos@gentoo.org> term-ansicolor-1.0.7.ebuild:
+  adding ~arm keywords to net-analyzer/metasploit rdeps
 
   07 Nov 2012; Jeroen Roovers <jer@gentoo.org> term-ansicolor-1.0.7.ebuild:
   Stable for HPPA (bug #437040).





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog
@ 2013-12-26 14:46 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2013-12-26 14:46 UTC (permalink / raw
  To: gentoo-commits

maekke      13/12/26 14:46:42

  Modified:             term-ansicolor-1.0.7.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.13                 dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild

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

Index: term-ansicolor-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- term-ansicolor-1.0.7.ebuild	15 Jan 2013 03:41:02 -0000	1.12
+++ term-ansicolor-1.0.7.ebuild	26 Dec 2013 14:46:42 -0000	1.13
@@ -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/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.12 2013/01/15 03:41:02 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.7.ebuild,v 1.13 2013/12/26 14:46:42 maekke Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 jruby ruby19"
@@ -21,7 +21,7 @@
 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
 LICENSE="GPL-2"
 
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



1.38                 dev-ruby/term-ansicolor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	11 Nov 2013 12:42:17 -0000	1.37
+++ ChangeLog	26 Dec 2013 14:46:42 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.37 2013/11/11 12:42:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.38 2013/12/26 14:46:42 maekke Exp $
+
+  26 Dec 2013; Markus Meier <maekke@gentoo.org> term-ansicolor-1.0.7.ebuild:
+  arm stable, bug #493780
 
 *term-ansicolor-1.2.2-r1 (11 Nov 2013)
 





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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15  3:41 [gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: term-ansicolor-1.0.7.ebuild ChangeLog Richard Farina (zerochaos)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-26 14:46 Markus Meier (maekke)
2012-11-07  5:07 Jeroen Roovers (jer)
2012-10-28 18:34 Raul Porcel (armin76)
2012-10-17  3:40 PaweA Hajdan (phajdan.jr)
2012-10-03 12:51 Agostino Sarubbo (ago)
2012-10-03 10:37 Anthony G. Basile (blueness)
2012-03-08  1:19 Naohiro Aota (naota)
2011-12-31 18:08 Fabian Groffen (grobian)
2011-10-22 12:14 Hans de Graaff (graaff)
2011-10-13  6:03 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