public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy-ext: tidy-ext-0.1.11.ebuild tidy-ext-0.1.12.ebuild ChangeLog
@ 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:18

  Modified:             tidy-ext-0.1.11.ebuild tidy-ext-0.1.12.ebuild
                        ChangeLog
  Log:
  Drop ia64/sparc keywords
  
  (Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.7                  dev-ruby/tidy-ext/tidy-ext-0.1.11.ebuild

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

Index: tidy-ext-0.1.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.11.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tidy-ext-0.1.11.ebuild	3 Jan 2012 18:14:33 -0000	1.6
+++ tidy-ext-0.1.11.ebuild	1 May 2012 18:24:17 -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/tidy-ext/tidy-ext-0.1.11.ebuild,v 1.6 2012/01/03 18:14:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.11.ebuild,v 1.7 2012/05/01 18:24:17 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
 
 LICENSE="HTML-Tidy"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"



1.2                  dev-ruby/tidy-ext/tidy-ext-0.1.12.ebuild

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

Index: tidy-ext-0.1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tidy-ext-0.1.12.ebuild	22 Apr 2012 07:11:50 -0000	1.1
+++ tidy-ext-0.1.12.ebuild	1 May 2012 18:24:17 -0000	1.2
@@ -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/tidy-ext/tidy-ext-0.1.12.ebuild,v 1.1 2012/04/22 07:11:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.12.ebuild,v 1.2 2012/05/01 18:24:17 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ruby19 ree18"
@@ -16,7 +16,7 @@
 
 LICENSE="HTML-Tidy"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"



1.10                 dev-ruby/tidy-ext/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	22 Apr 2012 07:11:50 -0000	1.9
+++ ChangeLog	1 May 2012 18:24:18 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/tidy-ext
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.9 2012/04/22 07:11:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/ChangeLog,v 1.10 2012/05/01 18:24:18 armin76 Exp $
+
+  01 May 2012; Raúl Porcel <armin76@gentoo.org> tidy-ext-0.1.11.ebuild,
+  tidy-ext-0.1.12.ebuild:
+  Drop ia64/sparc keywords
 
 *tidy-ext-0.1.12 (22 Apr 2012)
 






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

only message in thread, other threads:[~2012-05-01 18:29 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/tidy-ext: tidy-ext-0.1.11.ebuild tidy-ext-0.1.12.ebuild ChangeLog 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