[gentoo-commits] gentoo-x86 commit in dev-ruby/niceogiri: niceogiri-1.1.2.ebuild ChangeLog

2015-04-18 Thread Hans de Graaff (graaff)
graaff  15/04/18 07:31:01

  Modified: niceogiri-1.1.2.ebuild ChangeLog
  Log:
  Add missing build dependency on dev-ruby/yard.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.7  dev-ruby/niceogiri/niceogiri-1.1.2.ebuild

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

Index: niceogiri-1.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- niceogiri-1.1.2.ebuild  24 Mar 2015 16:18:35 -  1.6
+++ niceogiri-1.1.2.ebuild  18 Apr 2015 07:31:01 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.6 2015/03/24 16:18:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.7 2015/04/18 07:31:01 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -21,6 +21,8 @@
 
 ruby_add_rdepend dev-ruby/nokogiri
 
+ruby_add_bdepend test? ( dev-ruby/yard ) doc? ( dev-ruby/yard )
+
 all_ruby_prepare() {
sed -i -e '/guard-rspec/d' ${PN}.gemspec || die
sed -i -e '/[Bb]undler/d' Rakefile || die



1.7  dev-ruby/niceogiri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   24 Mar 2015 16:18:35 -  1.6
+++ ChangeLog   18 Apr 2015 07:31:01 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/niceogiri
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.6 
2015/03/24 16:18:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.7 
2015/04/18 07:31:01 graaff Exp $
+
+  18 Apr 2015; Hans de Graaff gra...@gentoo.org niceogiri-1.1.2.ebuild:
+  Add missing build dependency on dev-ruby/yard.
 
   24 Mar 2015; Hans de Graaff gra...@gentoo.org niceogiri-1.1.2.ebuild:
   Add ruby22.






[gentoo-commits] gentoo-x86 commit in dev-ruby/niceogiri: niceogiri-1.1.2.ebuild ChangeLog

2015-04-18 Thread Hans de Graaff (graaff)
graaff  15/04/18 07:31:39

  Modified: niceogiri-1.1.2.ebuild ChangeLog
  Log:
  The yard dependency is only needed for USE=doc.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.8  dev-ruby/niceogiri/niceogiri-1.1.2.ebuild

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

Index: niceogiri-1.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- niceogiri-1.1.2.ebuild  18 Apr 2015 07:31:01 -  1.7
+++ niceogiri-1.1.2.ebuild  18 Apr 2015 07:31:39 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.7 2015/04/18 07:31:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.8 2015/04/18 07:31:39 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -21,7 +21,7 @@
 
 ruby_add_rdepend dev-ruby/nokogiri
 
-ruby_add_bdepend test? ( dev-ruby/yard ) doc? ( dev-ruby/yard )
+ruby_add_bdepend doc? ( dev-ruby/yard )
 
 all_ruby_prepare() {
sed -i -e '/guard-rspec/d' ${PN}.gemspec || die



1.8  dev-ruby/niceogiri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   18 Apr 2015 07:31:01 -  1.7
+++ ChangeLog   18 Apr 2015 07:31:39 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/niceogiri
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.7 
2015/04/18 07:31:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.8 
2015/04/18 07:31:39 graaff Exp $
+
+  18 Apr 2015; Hans de Graaff gra...@gentoo.org niceogiri-1.1.2.ebuild:
+  The yard dependency is only needed for USE=doc.
 
   18 Apr 2015; Hans de Graaff gra...@gentoo.org niceogiri-1.1.2.ebuild:
   Add missing build dependency on dev-ruby/yard.






[gentoo-commits] gentoo-x86 commit in dev-ruby/niceogiri: niceogiri-1.1.2.ebuild ChangeLog

2015-03-24 Thread Hans de Graaff (graaff)
graaff  15/03/24 16:18:35

  Modified: niceogiri-1.1.2.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.6  dev-ruby/niceogiri/niceogiri-1.1.2.ebuild

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

Index: niceogiri-1.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- niceogiri-1.1.2.ebuild  26 Jan 2015 12:52:44 -  1.5
+++ niceogiri-1.1.2.ebuild  24 Mar 2015 16:18:35 -  1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.5 2015/01/26 12:52:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.6 2015/03/24 16:18:35 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_EXTRADOC=README.md
 RUBY_FAKEGEM_RECIPE_TEST=rspec



1.6  dev-ruby/niceogiri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   26 Jan 2015 12:52:44 -  1.5
+++ ChangeLog   24 Mar 2015 16:18:35 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/niceogiri
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.5 
2015/01/26 12:52:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.6 
2015/03/24 16:18:35 graaff Exp $
+
+  24 Mar 2015; Hans de Graaff gra...@gentoo.org niceogiri-1.1.2.ebuild:
+  Add ruby22.
 
   26 Jan 2015; Manuel Rüger mr...@gentoo.org niceogiri-1.1.2.ebuild:
   Drop bundler usage in Rakefile.






[gentoo-commits] gentoo-x86 commit in dev-ruby/niceogiri: niceogiri-1.1.2.ebuild ChangeLog

2015-01-26 Thread Manuel Rueger (mrueg)
mrueg   15/01/26 12:52:44

  Modified: niceogiri-1.1.2.ebuild ChangeLog
  Log:
  Drop bundler usage in Rakefile.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.5  dev-ruby/niceogiri/niceogiri-1.1.2.ebuild

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

Index: niceogiri-1.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- niceogiri-1.1.2.ebuild  3 Nov 2014 20:05:09 -   1.4
+++ niceogiri-1.1.2.ebuild  26 Jan 2015 12:52:44 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.4 2014/11/03 20:05:09 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.5 2015/01/26 12:52:44 mrueg Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -23,4 +23,5 @@
 
 all_ruby_prepare() {
sed -i -e '/guard-rspec/d' ${PN}.gemspec || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
 }



1.5  dev-ruby/niceogiri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Nov 2014 20:05:09 -   1.4
+++ ChangeLog   26 Jan 2015 12:52:44 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/niceogiri
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.4 
2014/11/03 20:05:09 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.5 
2015/01/26 12:52:44 mrueg Exp $
+
+  26 Jan 2015; Manuel Rüger mr...@gentoo.org niceogiri-1.1.2.ebuild:
+  Drop bundler usage in Rakefile.
 
   03 Nov 2014; Manuel Rüger mr...@gentoo.org niceogiri-1.1.2.ebuild:
   Drop jruby.






[gentoo-commits] gentoo-x86 commit in dev-ruby/niceogiri: niceogiri-1.1.2.ebuild ChangeLog

2014-11-03 Thread Manuel Rueger (mrueg)
mrueg   14/11/03 20:05:09

  Modified: niceogiri-1.1.2.ebuild ChangeLog
  Log:
  Drop jruby.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.4  dev-ruby/niceogiri/niceogiri-1.1.2.ebuild

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

Index: niceogiri-1.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- niceogiri-1.1.2.ebuild  6 Aug 2014 07:03:23 -   1.3
+++ niceogiri-1.1.2.ebuild  3 Nov 2014 20:05:09 -   1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.3 2014/08/06 07:03:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.4 2014/11/03 20:05:09 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 jruby
+USE_RUBY=ruby19 ruby20 ruby21
 
 RUBY_FAKEGEM_EXTRADOC=README.md
 RUBY_FAKEGEM_RECIPE_TEST=rspec



1.4  dev-ruby/niceogiri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   6 Aug 2014 07:03:23 -   1.3
+++ ChangeLog   3 Nov 2014 20:05:09 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/niceogiri
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.3 
2014/08/06 07:03:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.4 
2014/11/03 20:05:09 mrueg Exp $
+
+  03 Nov 2014; Manuel Rüger mr...@gentoo.org niceogiri-1.1.2.ebuild:
+  Drop jruby.
 
   06 Aug 2014; Manuel Rüger mr...@gentoo.org niceogiri-1.1.2.ebuild:
   Add ruby21 target.






[gentoo-commits] gentoo-x86 commit in dev-ruby/niceogiri: niceogiri-1.1.2.ebuild ChangeLog

2014-08-06 Thread Manuel Rueger (mrueg)
mrueg   14/08/06 07:03:23

  Modified: niceogiri-1.1.2.ebuild ChangeLog
  Log:
  Add ruby21 target.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
)

Revision  ChangesPath
1.3  dev-ruby/niceogiri/niceogiri-1.1.2.ebuild

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

Index: niceogiri-1.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- niceogiri-1.1.2.ebuild  24 Apr 2014 21:05:31 -  1.2
+++ niceogiri-1.1.2.ebuild  6 Aug 2014 07:03:23 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.2 2014/04/24 21:05:31 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.3 2014/08/06 07:03:23 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 jruby
+USE_RUBY=ruby19 ruby20 ruby21 jruby
 
 RUBY_FAKEGEM_EXTRADOC=README.md
 RUBY_FAKEGEM_RECIPE_TEST=rspec



1.3  dev-ruby/niceogiri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   24 Apr 2014 21:05:31 -  1.2
+++ ChangeLog   6 Aug 2014 07:03:23 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/niceogiri
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.2 
2014/04/24 21:05:31 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.3 
2014/08/06 07:03:23 mrueg Exp $
+
+  06 Aug 2014; Manuel Rüger mr...@gentoo.org niceogiri-1.1.2.ebuild:
+  Add ruby21 target.
 
   24 Apr 2014; Manuel Rüger mr...@gentoo.org niceogiri-1.1.2.ebuild:
   Remove ruby18 support.






[gentoo-commits] gentoo-x86 commit in dev-ruby/niceogiri: niceogiri-1.1.2.ebuild ChangeLog

2014-04-24 Thread Manuel Rueger (mrueg)
mrueg   14/04/24 21:05:31

  Modified: niceogiri-1.1.2.ebuild ChangeLog
  Log:
  Remove ruby18 support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.2  dev-ruby/niceogiri/niceogiri-1.1.2.ebuild

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

Index: niceogiri-1.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- niceogiri-1.1.2.ebuild  20 Nov 2013 15:00:43 -  1.1
+++ niceogiri-1.1.2.ebuild  24 Apr 2014 21:05:31 -  1.2
@@ -1,9 +1,9 @@
-# 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/niceogiri/niceogiri-1.1.2.ebuild,v 
1.1 2013/11/20 15:00:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/niceogiri-1.1.2.ebuild,v 
1.2 2014/04/24 21:05:31 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby18 ruby19 ruby20 jruby
+USE_RUBY=ruby19 ruby20 jruby
 
 RUBY_FAKEGEM_EXTRADOC=README.md
 RUBY_FAKEGEM_RECIPE_TEST=rspec



1.2  dev-ruby/niceogiri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   20 Nov 2013 15:00:43 -  1.1
+++ ChangeLog   24 Apr 2014 21:05:31 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/niceogiri
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.1 
2013/11/20 15:00:43 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/niceogiri/ChangeLog,v 1.2 
2014/04/24 21:05:31 mrueg Exp $
+
+  24 Apr 2014; Manuel Rüger mr...@gentoo.org niceogiri-1.1.2.ebuild:
+  Remove ruby18 support.
 
 *niceogiri-1.1.2 (20 Nov 2013)