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

graaff      13/11/05 06:53:25

  Modified:             ChangeLog
  Added:                echoe-4.6.5.ebuild
  Log:
  Version bump. Drop ree18, add ruby20. EAPI 5.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.46                 dev-ruby/echoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	4 Jun 2013 17:51:30 -0000	1.45
+++ ChangeLog	5 Nov 2013 06:53:25 -0000	1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/echoe
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.45 2013/06/04 17:51:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.46 2013/11/05 06:53:25 graaff Exp $
+
+*echoe-4.6.5 (05 Nov 2013)
+
+  05 Nov 2013; Hans de Graaff <graaff@gentoo.org> +echoe-4.6.5.ebuild:
+  Version bump. Drop ree18, add ruby20. EAPI 5.
 
   04 Jun 2013; Hans de Graaff <graaff@gentoo.org> -echoe-4.3.1-r1.ebuild:
   Cleanup.



1.1                  dev-ruby/echoe/echoe-4.6.5.ebuild

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

Index: echoe-4.6.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.1 2013/11/05 06:53:25 graaff Exp $

EAPI=5

USE_RUBY="ruby18 ruby19 ruby20 jruby"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC="docs"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"

RUBY_FAKEGEM_EXTRAINSTALL="vendor"

RUBY_FAKEGEM_GEMSPEC="echoe.gemspec"

inherit ruby-fakegem

DESCRIPTION="Packaging tool that provides Rake tasks for common operations"
HOMEPAGE="http://fauna.github.com/fauna/echoe/files/README.html"

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

ruby_add_bdepend "doc? ( dev-ruby/allison )"
ruby_add_rdepend "dev-ruby/rubyforge dev-ruby/allison >=dev-ruby/rake-0.9.2 >=dev-ruby/rdoc-3.6.1"

all_ruby_prepare() {
	# gemcutter is an optional dependency that is not important for
	# Gentoo itself.
	sed -i '/gemcutter/d' echoe.gemspec || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/echoe: ChangeLog echoe-4.6.5.ebuild
@ 2014-03-12 20:58 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2014-03-12 20:58 UTC (permalink / raw
  To: gentoo-commits

maekke      14/03/12 20:58:37

  Modified:             ChangeLog echoe-4.6.5.ebuild
  Log:
  arm stable, bug #503564
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.48                 dev-ruby/echoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	26 Dec 2013 18:54:04 -0000	1.47
+++ ChangeLog	12 Mar 2014 20:58:37 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/echoe
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.47 2013/12/26 18:54:04 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.48 2014/03/12 20:58:37 maekke Exp $
+
+  12 Mar 2014; Markus Meier <maekke@gentoo.org> echoe-4.6.5.ebuild:
+  arm stable, bug #503564
 
   26 Dec 2013; Markus Meier <maekke@gentoo.org> echoe-4.6.3.ebuild:
   arm stable, bug #493780



1.2                  dev-ruby/echoe/echoe-4.6.5.ebuild

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

Index: echoe-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- echoe-4.6.5.ebuild	5 Nov 2013 06:53:25 -0000	1.1
+++ echoe-4.6.5.ebuild	12 Mar 2014 20:58:37 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.1 2013/11/05 06:53:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.2 2014/03/12 20:58:37 maekke Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 
 LICENSE="AFL-3.0 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/allison )"





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/echoe: ChangeLog echoe-4.6.5.ebuild
@ 2014-03-18 11:36 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 6+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-03-18 11:36 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/03/18 11:36:54

  Modified:             ChangeLog echoe-4.6.5.ebuild
  Log:
  Stable for amd64 wrt bug #503564
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.49                 dev-ruby/echoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	12 Mar 2014 20:58:37 -0000	1.48
+++ ChangeLog	18 Mar 2014 11:36:54 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/echoe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.48 2014/03/12 20:58:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.49 2014/03/18 11:36:54 nimiux Exp $
+
+  18 Mar 2014; Chema Alonso <nimiux@gentoo.org> echoe-4.6.5.ebuild:
+  Stable for amd64 wrt bug #503564
 
   12 Mar 2014; Markus Meier <maekke@gentoo.org> echoe-4.6.5.ebuild:
   arm stable, bug #503564



1.3                  dev-ruby/echoe/echoe-4.6.5.ebuild

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

Index: echoe-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- echoe-4.6.5.ebuild	12 Mar 2014 20:58:37 -0000	1.2
+++ echoe-4.6.5.ebuild	18 Mar 2014 11:36:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.2 2014/03/12 20:58:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.3 2014/03/18 11:36:54 nimiux Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 
 LICENSE="AFL-3.0 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/allison )"





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/echoe: ChangeLog echoe-4.6.5.ebuild
@ 2014-07-02  9:35 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-07-02  9:35 UTC (permalink / raw
  To: gentoo-commits

klausman    14/07/02 09:35:31

  Modified:             ChangeLog echoe-4.6.5.ebuild
  Log:
  Stable on alpha, bug #503564
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.56                 dev-ruby/echoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	8 Jun 2014 14:26:09 -0000	1.55
+++ ChangeLog	2 Jul 2014 09:35:31 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/echoe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.55 2014/06/08 14:26:09 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.56 2014/07/02 09:35:31 klausman Exp $
+
+  02 Jul 2014; Tobias Klausmann <klausman@gentoo.org> echoe-4.6.5.ebuild:
+  Stable on alpha, bug #503564
 
   08 Jun 2014; Akinori Hattori <hattya@gentoo.org> echoe-4.6.5.ebuild:
   ia64 stable wrt bug #503564



1.8                  dev-ruby/echoe/echoe-4.6.5.ebuild

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

Index: echoe-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- echoe-4.6.5.ebuild	8 Jun 2014 14:26:09 -0000	1.7
+++ echoe-4.6.5.ebuild	2 Jul 2014 09:35:31 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.7 2014/06/08 14:26:09 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.8 2014/07/02 09:35:31 klausman Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 
 LICENSE="AFL-3.0 MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/allison dev-ruby/rubyforge )"





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/echoe: ChangeLog echoe-4.6.5.ebuild
@ 2014-07-27 11:15 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-07-27 11:15 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/07/27 11:15:52

  Modified:             ChangeLog echoe-4.6.5.ebuild
  Log:
  x86 stable wrt bug #503564
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.57                 dev-ruby/echoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	2 Jul 2014 09:35:31 -0000	1.56
+++ ChangeLog	27 Jul 2014 11:15:52 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/echoe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.56 2014/07/02 09:35:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.57 2014/07/27 11:15:52 phajdan.jr Exp $
+
+  26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> echoe-4.6.5.ebuild:
+  x86 stable wrt bug #503564
 
   02 Jul 2014; Tobias Klausmann <klausman@gentoo.org> echoe-4.6.5.ebuild:
   Stable on alpha, bug #503564



1.9                  dev-ruby/echoe/echoe-4.6.5.ebuild

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

Index: echoe-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- echoe-4.6.5.ebuild	2 Jul 2014 09:35:31 -0000	1.8
+++ echoe-4.6.5.ebuild	27 Jul 2014 11:15:52 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.8 2014/07/02 09:35:31 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.9 2014/07/27 11:15:52 phajdan.jr Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 
 LICENSE="AFL-3.0 MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/allison dev-ruby/rubyforge )"





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/echoe: ChangeLog echoe-4.6.5.ebuild
@ 2014-08-15 17:54 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2014-08-15 17:54 UTC (permalink / raw
  To: gentoo-commits

armin76     14/08/15 17:54:32

  Modified:             ChangeLog echoe-4.6.5.ebuild
  Log:
  sparc stable, bug #503564
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 0xF6AD3240)

Revision  Changes    Path
1.58                 dev-ruby/echoe/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	27 Jul 2014 11:15:52 -0000	1.57
+++ ChangeLog	15 Aug 2014 17:54:32 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/echoe
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.57 2014/07/27 11:15:52 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/ChangeLog,v 1.58 2014/08/15 17:54:32 armin76 Exp $
+
+  15 Aug 2014; Raúl Porcel <armin76@gentoo.org> echoe-4.6.5.ebuild:
+  sparc stable, bug #503564
 
   26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> echoe-4.6.5.ebuild:
   x86 stable wrt bug #503564



1.10                 dev-ruby/echoe/echoe-4.6.5.ebuild

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

Index: echoe-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- echoe-4.6.5.ebuild	27 Jul 2014 11:15:52 -0000	1.9
+++ echoe-4.6.5.ebuild	15 Aug 2014 17:54:32 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.9 2014/07/27 11:15:52 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.10 2014/08/15 17:54:32 armin76 Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 
 LICENSE="AFL-3.0 MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/allison dev-ruby/rubyforge )"





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

end of thread, other threads:[~2014-08-15 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 11:36 [gentoo-commits] gentoo-x86 commit in dev-ruby/echoe: ChangeLog echoe-4.6.5.ebuild JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-15 17:54 Raul Porcel (armin76)
2014-07-27 11:15 PaweA Hajdan (phajdan.jr)
2014-07-02  9:35 Tobias Klausmann (klausman)
2014-03-12 20:58 Markus Meier (maekke)
2013-11-05  6:53 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