public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rbbr: ChangeLog rbbr-0.6.0-r1.ebuild rbbr-0.6.0.ebuild
@ 2012-05-01 18:24 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2012-05-01 18:24 UTC (permalink / raw
  To: gentoo-commits

armin76     12/05/01 18:24:04

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

Revision  Changes    Path
1.18                 dev-ruby/rbbr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	29 May 2010 17:13:57 -0000	1.17
+++ ChangeLog	1 May 2012 18:24:04 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/rbbr
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/ChangeLog,v 1.17 2010/05/29 17:13:57 matsuu Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/ChangeLog,v 1.18 2012/05/01 18:24:04 armin76 Exp $
+
+  01 May 2012; Raúl Porcel <armin76@gentoo.org> rbbr-0.6.0.ebuild,
+  rbbr-0.6.0-r1.ebuild:
+  Drop ia64/sparc keywords
 
 *rbbr-0.6.0-r1 (29 May 2010)
 



1.2                  dev-ruby/rbbr/rbbr-0.6.0-r1.ebuild

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

Index: rbbr-0.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/rbbr-0.6.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rbbr-0.6.0-r1.ebuild	29 May 2010 17:13:57 -0000	1.1
+++ rbbr-0.6.0-r1.ebuild	1 May 2012 18:24:04 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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/rbbr/rbbr-0.6.0-r1.ebuild,v 1.1 2010/05/29 17:13:57 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/rbbr-0.6.0-r1.ebuild,v 1.2 2012/05/01 18:24:04 armin76 Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 HOMEPAGE="http://ruby-gnome2.sourceforge.jp/hiki.cgi?rbbr"
 SRC_URI="mirror://sourceforge/ruby-gnome2/${MY_P}.tar.gz"
 
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 SLOT="0"
 LICENSE="Ruby"
 IUSE="nls cjk"



1.15                 dev-ruby/rbbr/rbbr-0.6.0.ebuild

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

Index: rbbr-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/rbbr-0.6.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- rbbr-0.6.0.ebuild	22 Aug 2009 19:47:18 -0000	1.14
+++ rbbr-0.6.0.ebuild	1 May 2012 18:24:04 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/rbbr/rbbr-0.6.0.ebuild,v 1.14 2009/08/22 19:47:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/rbbr-0.6.0.ebuild,v 1.15 2012/05/01 18:24:04 armin76 Exp $
 
 DESCRIPTION="Ruby Browser for modules/classes hierarchy and their constants and methods"
 HOMEPAGE="http://ruby-gnome2.sourceforge.jp/hiki.cgi?rbbr"
@@ -8,7 +8,7 @@
 
 USE_RUBY="ruby18"
 
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 SLOT="0"
 LICENSE="Ruby"
 IUSE="nls cjk"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-01 18:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 18:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/rbbr: ChangeLog rbbr-0.6.0-r1.ebuild rbbr-0.6.0.ebuild Raul Porcel (armin76)

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