public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog
@ 2010-09-10 10:03 Hans de Graaff (graaff)
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff (graaff) @ 2010-09-10 10:03 UTC (permalink / raw
  To: gentoo-commits

graaff      10/09/10 10:03:27

  Modified:             ChangeLog
  Added:                abstract-1.0.0-r1.ebuild
  Log:
  Add ree18 support.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/abstract/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	30 Jun 2010 06:40:34 -0000	1.2
+++ ChangeLog	10 Sep 2010 10:03:27 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/abstract
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.2 2010/06/30 06:40:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.3 2010/09/10 10:03:27 graaff Exp $
+
+*abstract-1.0.0-r1 (10 Sep 2010)
+
+  10 Sep 2010; Hans de Graaff <graaff@gentoo.org> +abstract-1.0.0-r1.ebuild:
+  Add ree18 support.
 
   30 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
   abstract-1.0.0.ebuild:



1.1                  dev-ruby/abstract/abstract-1.0.0-r1.ebuild

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

Index: abstract-1.0.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.1 2010/09/10 10:03:27 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.txt"

inherit ruby-fakegem

DESCRIPTION="Library which enable you to define abstract method in Ruby."
HOMEPAGE="http://rubyforge.org/projects/abstract"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

each_ruby_test() {
	${RUBY} -Ilib test/test.rb || die "tests failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog
@ 2011-06-29 19:39 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2011-06-29 19:39 UTC (permalink / raw
  To: gentoo-commits

grobian     11/06/29 19:39:13

  Modified:             abstract-1.0.0-r1.ebuild ChangeLog
  Log:
  Marked ~x86-solaris
  
  (Portage version: 2.2.01.18826-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.2                  dev-ruby/abstract/abstract-1.0.0-r1.ebuild

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

Index: abstract-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- abstract-1.0.0-r1.ebuild	10 Sep 2010 10:03:27 -0000	1.1
+++ abstract-1.0.0-r1.ebuild	29 Jun 2011 19:39:13 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.1 2010/09/10 10:03:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.2 2011/06/29 19:39:13 grobian Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -16,7 +16,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
 IUSE="test"
 
 each_ruby_test() {



1.6                  dev-ruby/abstract/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	29 Sep 2010 22:35:25 -0000	1.5
+++ ChangeLog	29 Jun 2011 19:39:13 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/abstract
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.5 2010/09/29 22:35:25 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.6 2011/06/29 19:39:13 grobian Exp $
+
+  29 Jun 2011; Fabian Groffen <grobian@gentoo.org> abstract-1.0.0-r1.ebuild:
+  Marked ~x86-solaris
 
   29 Sep 2010; Brent Baude <ranger@gentoo.org> abstract-1.0.0.ebuild:
   Marking abstract-1.0.0 ~ppc64 for bug 326353






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog
@ 2011-08-07 13:44 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-07 13:44 UTC (permalink / raw
  To: gentoo-commits

armin76     11/08/07 13:44:20

  Modified:             abstract-1.0.0-r1.ebuild ChangeLog
  Log:
  Add ~ia64/~sparc wrt #351835
  
  (Portage version: 2.1.10.7/cvs/Linux ia64)

Revision  Changes    Path
1.3                  dev-ruby/abstract/abstract-1.0.0-r1.ebuild

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

Index: abstract-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abstract-1.0.0-r1.ebuild	29 Jun 2011 19:39:13 -0000	1.2
+++ abstract-1.0.0-r1.ebuild	7 Aug 2011 13:44:20 -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/abstract/abstract-1.0.0-r1.ebuild,v 1.2 2011/06/29 19:39:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.3 2011/08/07 13:44:20 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -16,7 +16,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-solaris"
 IUSE="test"
 
 each_ruby_test() {



1.7                  dev-ruby/abstract/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	29 Jun 2011 19:39:13 -0000	1.6
+++ ChangeLog	7 Aug 2011 13:44:20 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/abstract
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.6 2011/06/29 19:39:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.7 2011/08/07 13:44:20 armin76 Exp $
+
+  07 Aug 2011; Raúl Porcel <armin76@gentoo.org> abstract-1.0.0-r1.ebuild:
+  Add ~ia64/~sparc wrt #351835
 
   29 Jun 2011; Fabian Groffen <grobian@gentoo.org> abstract-1.0.0-r1.ebuild:
   Marked ~x86-solaris






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog
@ 2011-12-31 17:44 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-31 17:44 UTC (permalink / raw
  To: gentoo-commits

grobian     11/12/31 17:44:32

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

Revision  Changes    Path
1.4                  dev-ruby/abstract/abstract-1.0.0-r1.ebuild

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

Index: abstract-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- abstract-1.0.0-r1.ebuild	7 Aug 2011 13:44:20 -0000	1.3
+++ abstract-1.0.0-r1.ebuild	31 Dec 2011 17:44:32 -0000	1.4
@@ -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/abstract/abstract-1.0.0-r1.ebuild,v 1.3 2011/08/07 13:44:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.4 2011/12/31 17:44:32 grobian Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -16,7 +16,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 each_ruby_test() {



1.8                  dev-ruby/abstract/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	7 Aug 2011 13:44:20 -0000	1.7
+++ ChangeLog	31 Dec 2011 17:44:32 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/abstract
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.7 2011/08/07 13:44:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.8 2011/12/31 17:44:32 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> abstract-1.0.0-r1.ebuild:
+  Add Prefix keywords, bug #396547
 
   07 Aug 2011; Raúl Porcel <armin76@gentoo.org> abstract-1.0.0-r1.ebuild:
   Add ~ia64/~sparc wrt #351835






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog
@ 2011-12-31 21:03 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-31 21:03 UTC (permalink / raw
  To: gentoo-commits

grobian     11/12/31 21:03:10

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

Revision  Changes    Path
1.5                  dev-ruby/abstract/abstract-1.0.0-r1.ebuild

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

Index: abstract-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- abstract-1.0.0-r1.ebuild	31 Dec 2011 17:44:32 -0000	1.4
+++ abstract-1.0.0-r1.ebuild	31 Dec 2011 21:03:10 -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/abstract/abstract-1.0.0-r1.ebuild,v 1.4 2011/12/31 17:44:32 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.5 2011/12/31 21:03:10 grobian Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -16,7 +16,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 each_ruby_test() {



1.9                  dev-ruby/abstract/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	31 Dec 2011 17:44:32 -0000	1.8
+++ ChangeLog	31 Dec 2011 21:03:10 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/abstract
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.8 2011/12/31 17:44:32 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.9 2011/12/31 21:03:10 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> abstract-1.0.0-r1.ebuild:
+  Add Prefix keywords, bug #396547
 
   31 Dec 2011; Fabian Groffen <grobian@gentoo.org> abstract-1.0.0-r1.ebuild:
   Add Prefix keywords, bug #396547






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog
@ 2012-05-01 18:24 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-05-01 18:24 UTC (permalink / raw
  To: gentoo-commits

armin76     12/05/01 18:24:23

  Modified:             abstract-1.0.0-r1.ebuild ChangeLog
  Log:
  Drop ia64/sparc keywords
  
  (Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.6                  dev-ruby/abstract/abstract-1.0.0-r1.ebuild

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

Index: abstract-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- abstract-1.0.0-r1.ebuild	31 Dec 2011 21:03:10 -0000	1.5
+++ abstract-1.0.0-r1.ebuild	1 May 2012 18:24:23 -0000	1.6
@@ -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/abstract/abstract-1.0.0-r1.ebuild,v 1.5 2011/12/31 21:03:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.6 2012/05/01 18:24:23 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -16,7 +16,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 each_ruby_test() {



1.10                 dev-ruby/abstract/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	31 Dec 2011 21:03:10 -0000	1.9
+++ ChangeLog	1 May 2012 18:24:23 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/abstract
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.9 2011/12/31 21:03:10 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.10 2012/05/01 18:24:23 armin76 Exp $
+
+  01 May 2012; Raúl Porcel <armin76@gentoo.org> abstract-1.0.0-r1.ebuild:
+  Drop ia64/sparc keywords
 
   31 Dec 2011; Fabian Groffen <grobian@gentoo.org> abstract-1.0.0-r1.ebuild:
   Add Prefix keywords, bug #396547






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog
@ 2013-07-20  7:53 Hans de Graaff (graaff)
  0 siblings, 0 replies; 9+ messages in thread
From: Hans de Graaff (graaff) @ 2013-07-20  7:53 UTC (permalink / raw
  To: gentoo-commits

graaff      13/07/20 07:53:55

  Modified:             abstract-1.0.0-r1.ebuild ChangeLog
  Log:
  Move ppc,ppc64 keywords forward.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.8                  dev-ruby/abstract/abstract-1.0.0-r1.ebuild

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

Index: abstract-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- abstract-1.0.0-r1.ebuild	15 Jan 2013 06:49:44 -0000	1.7
+++ abstract-1.0.0-r1.ebuild	20 Jul 2013 07:53:55 -0000	1.8
@@ -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/abstract/abstract-1.0.0-r1.ebuild,v 1.7 2013/01/15 06:49:44 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.8 2013/07/20 07:53:55 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -16,7 +16,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 each_ruby_test() {



1.12                 dev-ruby/abstract/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	15 Jan 2013 06:49:44 -0000	1.11
+++ ChangeLog	20 Jul 2013 07:53:55 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/abstract
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.11 2013/01/15 06:49:44 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.12 2013/07/20 07:53:55 graaff Exp $
+
+  20 Jul 2013; Hans de Graaff <graaff@gentoo.org> abstract-1.0.0-r1.ebuild:
+  Move ppc,ppc64 keywords forward.
 
   15 Jan 2013; Rick Farina <zerochaos@gentoo.org> abstract-1.0.0-r1.ebuild,
   abstract-1.0.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog
@ 2013-07-21 11:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-21 11:11 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/21 11:11:01

  Modified:             abstract-1.0.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #477454
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-ruby/abstract/abstract-1.0.0-r1.ebuild

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

Index: abstract-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- abstract-1.0.0-r1.ebuild	20 Jul 2013 07:53:55 -0000	1.8
+++ abstract-1.0.0-r1.ebuild	21 Jul 2013 11:11:01 -0000	1.9
@@ -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/abstract/abstract-1.0.0-r1.ebuild,v 1.8 2013/07/20 07:53:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.9 2013/07/21 11:11:01 ago Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -16,7 +16,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 each_ruby_test() {



1.13                 dev-ruby/abstract/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	20 Jul 2013 07:53:55 -0000	1.12
+++ ChangeLog	21 Jul 2013 11:11:01 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/abstract
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.12 2013/07/20 07:53:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.13 2013/07/21 11:11:01 ago Exp $
+
+  21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> abstract-1.0.0-r1.ebuild:
+  Stable for amd64, wrt bug #477454
 
   20 Jul 2013; Hans de Graaff <graaff@gentoo.org> abstract-1.0.0-r1.ebuild:
   Move ppc,ppc64 keywords forward.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog
@ 2013-07-27 22:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-27 22:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/27 22:21:58

  Modified:             abstract-1.0.0-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #477454
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-ruby/abstract/abstract-1.0.0-r1.ebuild

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

Index: abstract-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- abstract-1.0.0-r1.ebuild	21 Jul 2013 11:11:01 -0000	1.9
+++ abstract-1.0.0-r1.ebuild	27 Jul 2013 22:21:58 -0000	1.10
@@ -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/abstract/abstract-1.0.0-r1.ebuild,v 1.9 2013/07/21 11:11:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r1.ebuild,v 1.10 2013/07/27 22:21:58 ago Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -16,7 +16,7 @@
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 each_ruby_test() {



1.14                 dev-ruby/abstract/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	21 Jul 2013 11:11:01 -0000	1.13
+++ ChangeLog	27 Jul 2013 22:21:58 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/abstract
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.13 2013/07/21 11:11:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.14 2013/07/27 22:21:58 ago Exp $
+
+  27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> abstract-1.0.0-r1.ebuild:
+  Stable for x86, wrt bug #477454
 
   21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> abstract-1.0.0-r1.ebuild:
   Stable for amd64, wrt bug #477454





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

end of thread, other threads:[~2013-07-27 22:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-10 10:03 [gentoo-commits] gentoo-x86 commit in dev-ruby/abstract: abstract-1.0.0-r1.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-29 19:39 Fabian Groffen (grobian)
2011-08-07 13:44 Raul Porcel (armin76)
2011-12-31 17:44 Fabian Groffen (grobian)
2011-12-31 21:03 Fabian Groffen (grobian)
2012-05-01 18:24 Raul Porcel (armin76)
2013-07-20  7:53 Hans de Graaff (graaff)
2013-07-21 11:11 Agostino Sarubbo (ago)
2013-07-27 22:21 Agostino Sarubbo (ago)

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