public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: metadata.xml nokogiri-1.5.5.ebuild ChangeLog
@ 2013-01-16  1:10 Richard Farina (zerochaos)
  0 siblings, 0 replies; only message in thread
From: Richard Farina (zerochaos) @ 2013-01-16  1:10 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/01/16 01:10:42

  Modified:             metadata.xml nokogiri-1.5.5.ebuild ChangeLog
  Log:
  adding ~arm keywords to net-analyzer/metasploit rdeps, removed unused use flag description
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.4                  dev-ruby/nokogiri/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	19 Jun 2010 10:32:56 -0000	1.3
+++ metadata.xml	16 Jan 2013 01:10:42 -0000	1.4
@@ -2,13 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>ruby</herd>
-  <use>
-    <flag name="ffi">
-      Use the Foreign Function Interface library (as provided by
-      <pkg>dev-java/jruby</pkg> or <pkg>dev-ruby/ffi</pkg> depending
-      on the implementation) rather than building a C extension to
-      wrap around the libxml/libxslt interfaces. Note: JRuby always
-      uses the FFI interface as native extensions are not supported.
-    </flag>
-  </use>
 </pkgmetadata>



1.7                  dev-ruby/nokogiri/nokogiri-1.5.5.ebuild

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

Index: nokogiri-1.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.5.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nokogiri-1.5.5.ebuild	1 Dec 2012 18:56:35 -0000	1.6
+++ nokogiri-1.5.5.ebuild	16 Jan 2013 01:10:42 -0000	1.7
@@ -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/nokogiri/nokogiri-1.5.5.ebuild,v 1.6 2012/12/01 18:56:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.5.5.ebuild,v 1.7 2013/01/16 01:10:42 zerochaos Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 SRC_URI="https://github.com/sparklemotion/nokogiri/tarball/v${PV} -> ${P}.tgz"
 RUBY_S="sparklemotion-nokogiri-*"
 
-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 ~arm 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.86                 dev-ruby/nokogiri/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	20 Dec 2012 06:46:22 -0000	1.85
+++ ChangeLog	16 Jan 2013 01:10:42 -0000	1.86
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/nokogiri
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.85 2012/12/20 06:46:22 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.86 2013/01/16 01:10:42 zerochaos Exp $
+
+  16 Jan 2013; Rick Farina <zerochaos@gentoo.org> metadata.xml,
+  nokogiri-1.5.5.ebuild:
+  adding ~arm keywords to net-analyzer/metasploit rdeps, removed unused use flag
+  description
 
   20 Dec 2012; Hans de Graaff <graaff@gentoo.org> -nokogiri-1.4.4-r1.ebuild,
   -nokogiri-1.5.2.ebuild:





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

only message in thread, other threads:[~2013-01-16  1:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16  1:10 [gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: metadata.xml nokogiri-1.5.5.ebuild ChangeLog Richard Farina (zerochaos)

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