graaff 14/12/14 16:02:23
Modified: ChangeLog nokogiri-1.6.5.ebuild
nokogiri-1.6.4.1.ebuild
Log:
Remain compatible with all hoe versions, fixing bug 532554.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0x8883FA56A308A8D7!)
Revision Changes Path
1.116 dev-ruby/nokogiri/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.116&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.116&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 14 Dec 2014 09:45:12 -0000 1.115
+++ ChangeLog 14 Dec 2014 16:02:23 -0000 1.116
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/nokogiri
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.115
2014/12/14 09:45:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.116
2014/12/14 16:02:23 graaff Exp $
+
+ 14 Dec 2014; Hans de Graaff <[email protected]> nokogiri-1.6.4.1.ebuild,
+ nokogiri-1.6.5.ebuild:
+ Remain compatible with all hoe versions, fixing bug 532554.
14 Dec 2014; Hans de Graaff <[email protected]> -nokogiri-1.6.0.ebuild,
-nokogiri-1.6.3.1.ebuild, -nokogiri-1.6.4.ebuild:
1.2 dev-ruby/nokogiri/nokogiri-1.6.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.5.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.5.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.5.ebuild?r1=1.1&r2=1.2
Index: nokogiri-1.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nokogiri-1.6.5.ebuild 3 Dec 2014 07:06:14 -0000 1.1
+++ nokogiri-1.6.5.ebuild 14 Dec 2014 16:02:23 -0000 1.2
@@ -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/nokogiri/nokogiri-1.6.5.ebuild,v
1.1 2014/12/03 07:06:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.5.ebuild,v
1.2 2014/12/14 16:02:23 graaff Exp $
EAPI=5
@@ -43,6 +43,7 @@
sed -i \
-e '/tasks\/cross_compile/s:^:#:' \
-e '/:test.*prerequisites/s:^:#:' \
+ -e '/license/ s:^:#:' \
Rakefile || die
# Remove the cross compilation options since they interfere with
# native building.
1.3 dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild?r1=1.2&r2=1.3
Index: nokogiri-1.6.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nokogiri-1.6.4.1.ebuild 14 Dec 2014 09:44:17 -0000 1.2
+++ nokogiri-1.6.4.1.ebuild 14 Dec 2014 16:02:23 -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/nokogiri/nokogiri-1.6.4.1.ebuild,v
1.2 2014/12/14 09:44:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild,v
1.3 2014/12/14 16:02:23 graaff Exp $
EAPI=5
@@ -43,6 +43,7 @@
sed -i \
-e '/tasks\/cross_compile/s:^:#:' \
-e '/:test.*prerequisites/s:^:#:' \
+ -e '/license/ s:^:#:' \
Rakefile || die
# Remove the cross compilation options since they interfere with
# native building.