Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/nokogiri/
Date: Mon, 05 Jun 2017 04:45:29
Message-Id: 1496637747.7e67629bddac6f9cdb8c8f843ab12785c5517f7e.graaff@gentoo
1 commit: 7e67629bddac6f9cdb8c8f843ab12785c5517f7e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 04:42:27 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 04:42:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e67629b
7
8 dev-ruby/nokogiri: add 1.8.0
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-ruby/nokogiri/Manifest | 1 +
13 dev-ruby/nokogiri/nokogiri-1.8.0.ebuild | 93 +++++++++++++++++++++++++++++++++
14 2 files changed, 94 insertions(+)
15
16 diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
17 index 20b03e3c663..23dda66df7d 100644
18 --- a/dev-ruby/nokogiri/Manifest
19 +++ b/dev-ruby/nokogiri/Manifest
20 @@ -1,3 +1,4 @@
21 DIST nokogiri-1.6.8.1-git.tgz 5708322 SHA256 e1d5a3bb2a0d1ee2496c1c6c89bf3e5676862af068e86b1afe34e2a781aa806f SHA512 a4546917e5979810ad4fe0f693f11f00fc719379fecefa68e36e512b128db1de083add4e80dfe3fa0546294ec68aa0f3f890575812b851e884bcbf2165f944d7 WHIRLPOOL 8a4f8c49f07f840154fc2d5087a035777fbe61717cff89d4acd1384fc945b61d012f33c756ad20bf5cc5e93d06f36868d42c217a337cddb8de7cb0fd54244116
22 DIST nokogiri-1.7.1-git.tgz 5712371 SHA256 3706832f06443cc1b13969bd3fe1dcc0094dca56fe16203db5f0c7e410ae8583 SHA512 82a10eff835d562a215f8a38e660f43f5d05f54fae6c6ec21cb5e4797b747be6a8eeb2e42f3c2b5710294073be8d1a987d881f7845526f0ea3ca52a0feb508d8 WHIRLPOOL 04a3124a603e1c25e61bd649dfa6b32c2e1b7e9efe0d55a3564730799926ad21c5f63ceb041fba44929a36027855cd96a4212d1b9877cd95a8c83de30c7d0ad9
23 DIST nokogiri-1.7.2-git.tgz 5713798 SHA256 af0a875a82abe297eb4ed020d19ee8e180bb00afa49a025cc572e0beb4323bf7 SHA512 6ab6f051304133181e50ffdd87cd07e22188841e08e52048d2f9cfaf552f98f1e7c2b84fbee0f251721735d3e25cf3e0850977d25dd256f55dc65bd05f56d740 WHIRLPOOL 147681446f78609f045e149416403181b112f634f4a2f8c3dc77d552e28e91dd74580df15b0ea1ba107d51fa43241cfc8b9fe2d4db23ece3301fa3c41dec9be3
24 +DIST nokogiri-1.8.0-git.tgz 5751531 SHA256 33ace509edf84a7e4271f720f8838e49ceedcc9f12e56dc2314e0984e170ef17 SHA512 a65715318e095332c3540b28eda4036321a4663ad6ffa9b7dce69a690fe6b5ab1bc9e0d1d1639a2bf426daee8c79163b5c6d78e295e27cd9bacea416895b5139 WHIRLPOOL 8b13aa4256709f2db9af40390f955fa29fae55777cefa7ae9cb194eb435b61f5f15d0472d9cc5fb6c09677b017de59a2a732397d470bae51c6c2a94da9b9f45f
25
26 diff --git a/dev-ruby/nokogiri/nokogiri-1.8.0.ebuild b/dev-ruby/nokogiri/nokogiri-1.8.0.ebuild
27 new file mode 100644
28 index 00000000000..28c709e38d4
29 --- /dev/null
30 +++ b/dev-ruby/nokogiri/nokogiri-1.8.0.ebuild
31 @@ -0,0 +1,93 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +USE_RUBY="ruby21 ruby22 ruby23 ruby24"
38 +
39 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md STANDARD_RESPONSES.md"
41 +
42 +RUBY_FAKEGEM_EXTRAINSTALL="ext"
43 +
44 +inherit ruby-fakegem eutils multilib
45 +
46 +DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
47 +HOMEPAGE="http://nokogiri.org/"
48 +LICENSE="MIT"
49 +SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz"
50 +
51 +KEYWORDS="~alpha ~amd64 ~arm ~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"
52 +SLOT="0"
53 +IUSE=""
54 +
55 +RDEPEND="${RDEPEND}
56 + >=dev-libs/libxml2-2.9.2:=
57 + dev-libs/libxslt
58 + virtual/libiconv"
59 +DEPEND="${DEPEND}
60 + >=dev-libs/libxml2-2.9.2
61 + dev-libs/libxslt
62 + virtual/libiconv"
63 +
64 +ruby_add_bdepend "
65 + dev-ruby/hoe
66 + >=dev-ruby/pkg-config-1.1.7
67 + dev-ruby/rexical
68 + dev-ruby/rdoc
69 + dev-ruby/racc
70 + test? ( dev-ruby/minitest )"
71 +
72 +all_ruby_prepare() {
73 + sed -i \
74 + -e '/tasks\/cross_compile/s:^:#:' \
75 + -e '/:test.*prerequisites/s:^:#:' \
76 + -e '/license/ s:^:#:' \
77 + Rakefile || die
78 + # Remove the cross compilation options since they interfere with
79 + # native building.
80 + sed -i -e 's/cross_compile = true/cross_compile = false/' Rakefile || die
81 + sed -i -e '/cross_config_options/d' Rakefile || die
82 +}
83 +
84 +each_ruby_configure() {
85 + NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
86 + ${RUBY} -Cext/${PN} extconf.rb \
87 + --with-zlib-include="${EPREFIX}"/usr/include \
88 + --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
89 + --with-iconv-include="${EPREFIX}"/usr/include \
90 + --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
91 + --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
92 + --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
93 + --with-xslt-dir="${EPREFIX}"/usr \
94 + --with-iconvlib=iconv \
95 + || die "extconf.rb failed"
96 +}
97 +
98 +each_ruby_compile() {
99 + if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
100 + ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
101 + fi
102 +
103 + if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
104 + ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
105 + fi
106 +
107 + emake -Cext/${PN} \
108 + V=1 \
109 + CFLAGS="${CFLAGS} -fPIC" \
110 + archflag="${LDFLAGS}" || die "make extension failed"
111 + cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
112 +}
113 +
114 +each_ruby_test() {
115 + ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each {|f| require f}' || die
116 +}
117 +
118 +each_ruby_install() {
119 + # Clean up "ext" directory before installing it. nokogumbo expects
120 + # the header files and shared object to be in ext.
121 + rm -rf ext/java ext/nokogiri/*.o ext/nokogiri/{mkmf.log,Makefile} || die
122 +
123 + each_fakegem_install
124 +}