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: Sun, 01 Apr 2018 05:26:01
Message-Id: 1522560265.8b9548332f6378e9a7c06773ddce01b58e7af5db.graaff@gentoo
1 commit: 8b9548332f6378e9a7c06773ddce01b58e7af5db
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 05:24:25 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 05:24:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b954833
7
8 dev-ruby/nokogiri: cleanup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/nokogiri/Manifest | 2 -
13 dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild | 93 -------------------------------
14 dev-ruby/nokogiri/nokogiri-1.7.1.ebuild | 93 -------------------------------
15 3 files changed, 188 deletions(-)
16
17 diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
18 index e80a14a7a00..0001491ec5e 100644
19 --- a/dev-ruby/nokogiri/Manifest
20 +++ b/dev-ruby/nokogiri/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST nokogiri-1.6.8.1-git.tgz 5708322 BLAKE2B 54a97ac8a4bc964f9ad2a1c2eabf23864d1930e45148fb9f2bfa6edddc19670acf1066f12d01cba5654489dcd84b3021c66f942bb1fd51aa9164a2cf9053f5cd SHA512 a4546917e5979810ad4fe0f693f11f00fc719379fecefa68e36e512b128db1de083add4e80dfe3fa0546294ec68aa0f3f890575812b851e884bcbf2165f944d7
23 -DIST nokogiri-1.7.1-git.tgz 5712371 BLAKE2B cd90c8a48a25a81f65a485ddd6a1df6667f49b2d4242c71750c76ae3d41f439f549a82ae72d87dd3f8022fca9fa917efc91ad3f097f07783666a3712c72ee241 SHA512 82a10eff835d562a215f8a38e660f43f5d05f54fae6c6ec21cb5e4797b747be6a8eeb2e42f3c2b5710294073be8d1a987d881f7845526f0ea3ca52a0feb508d8
24 DIST nokogiri-1.8.1-git.tgz 5747155 BLAKE2B 40eaa7506f646e47caced25e87c125f2650d69e7194491061f734de9d4b58ee3efcab202e528c8d416683bf1642b0f1e7cbeb7268e1fa32549ae2a427d55227d SHA512 fbd5e9c3edb0f7099ed7923ccb8922e778859ee1fb226c756f515f69c5f16cc4103644d4a569e16aa05374c6e94c691572255ea82af0002f95879ed396ccdc4a
25 DIST nokogiri-1.8.2-git.tgz 5749541 BLAKE2B bb3baa299fd27caf43890a752f93cfc1aafd5897f19783cbc6732ce2924bf9c86639ccabad9f26506cf228f5c179afae4cde57150769780c30d9dfc3403359b0 SHA512 5f34f8a055844cd034682b11e4408fb12b60640e52ea64886a13cb5504d94904eace2a85d5047b21f946f1a296ee562ab3677791d53093123ac136062167294d
26
27 diff --git a/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild b/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild
28 deleted file mode 100644
29 index 5bf14bcacf0..00000000000
30 --- a/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild
31 +++ /dev/null
32 @@ -1,93 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -USE_RUBY="ruby21 ruby22 ruby23"
39 -
40 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP.md STANDARD_RESPONSES.md"
42 -
43 -RUBY_FAKEGEM_EXTRAINSTALL="ext"
44 -
45 -inherit ruby-fakegem eutils multilib
46 -
47 -DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
48 -HOMEPAGE="https://www.nokogiri.org/"
49 -LICENSE="MIT"
50 -SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz"
51 -
52 -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"
53 -SLOT="0"
54 -IUSE=""
55 -
56 -RDEPEND="${RDEPEND}
57 - >=dev-libs/libxml2-2.9.2:=
58 - dev-libs/libxslt
59 - virtual/libiconv"
60 -DEPEND="${DEPEND}
61 - >=dev-libs/libxml2-2.9.2
62 - dev-libs/libxslt
63 - virtual/libiconv"
64 -
65 -ruby_add_bdepend "
66 - dev-ruby/hoe
67 - >=dev-ruby/pkg-config-1.1.7
68 - dev-ruby/rexical
69 - dev-ruby/rdoc
70 - dev-ruby/racc
71 - test? ( dev-ruby/minitest )"
72 -
73 -all_ruby_prepare() {
74 - sed -i \
75 - -e '/tasks\/cross_compile/s:^:#:' \
76 - -e '/:test.*prerequisites/s:^:#:' \
77 - -e '/license/ s:^:#:' \
78 - Rakefile || die
79 - # Remove the cross compilation options since they interfere with
80 - # native building.
81 - sed -i -e 's/cross_compile = true/cross_compile = false/' Rakefile || die
82 - sed -i -e '/cross_config_options/d' Rakefile || die
83 -}
84 -
85 -each_ruby_configure() {
86 - NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
87 - ${RUBY} -Cext/${PN} extconf.rb \
88 - --with-zlib-include="${EPREFIX}"/usr/include \
89 - --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
90 - --with-iconv-include="${EPREFIX}"/usr/include \
91 - --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
92 - --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
93 - --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
94 - --with-xslt-dir="${EPREFIX}"/usr \
95 - --with-iconvlib=iconv \
96 - || die "extconf.rb failed"
97 -}
98 -
99 -each_ruby_compile() {
100 - if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
101 - ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
102 - fi
103 -
104 - if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
105 - ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
106 - fi
107 -
108 - emake -Cext/${PN} \
109 - V=1 \
110 - CFLAGS="${CFLAGS} -fPIC" \
111 - archflag="${LDFLAGS}" || die "make extension failed"
112 - cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
113 -}
114 -
115 -each_ruby_test() {
116 - ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each {|f| require f}' || die
117 -}
118 -
119 -each_ruby_install() {
120 - # Clean up "ext" directory before installing it. nokogumbo expects
121 - # the header files and shared object to be in ext.
122 - rm -rf ext/java ext/nokogiri/*.o ext/nokogiri/{mkmf.log,Makefile} || die
123 -
124 - each_fakegem_install
125 -}
126
127 diff --git a/dev-ruby/nokogiri/nokogiri-1.7.1.ebuild b/dev-ruby/nokogiri/nokogiri-1.7.1.ebuild
128 deleted file mode 100644
129 index 3c1d7383e1b..00000000000
130 --- a/dev-ruby/nokogiri/nokogiri-1.7.1.ebuild
131 +++ /dev/null
132 @@ -1,93 +0,0 @@
133 -# Copyright 1999-2018 Gentoo Foundation
134 -# Distributed under the terms of the GNU General Public License v2
135 -
136 -EAPI=5
137 -
138 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
139 -
140 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
141 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md STANDARD_RESPONSES.md"
142 -
143 -RUBY_FAKEGEM_EXTRAINSTALL="ext"
144 -
145 -inherit ruby-fakegem eutils multilib
146 -
147 -DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
148 -HOMEPAGE="https://www.nokogiri.org/"
149 -LICENSE="MIT"
150 -SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz"
151 -
152 -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"
153 -SLOT="0"
154 -IUSE=""
155 -
156 -RDEPEND="${RDEPEND}
157 - >=dev-libs/libxml2-2.9.2:=
158 - dev-libs/libxslt
159 - virtual/libiconv"
160 -DEPEND="${DEPEND}
161 - >=dev-libs/libxml2-2.9.2
162 - dev-libs/libxslt
163 - virtual/libiconv"
164 -
165 -ruby_add_bdepend "
166 - dev-ruby/hoe
167 - >=dev-ruby/pkg-config-1.1.7
168 - dev-ruby/rexical
169 - dev-ruby/rdoc
170 - dev-ruby/racc
171 - test? ( dev-ruby/minitest )"
172 -
173 -all_ruby_prepare() {
174 - sed -i \
175 - -e '/tasks\/cross_compile/s:^:#:' \
176 - -e '/:test.*prerequisites/s:^:#:' \
177 - -e '/license/ s:^:#:' \
178 - Rakefile || die
179 - # Remove the cross compilation options since they interfere with
180 - # native building.
181 - sed -i -e 's/cross_compile = true/cross_compile = false/' Rakefile || die
182 - sed -i -e '/cross_config_options/d' Rakefile || die
183 -}
184 -
185 -each_ruby_configure() {
186 - NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
187 - ${RUBY} -Cext/${PN} extconf.rb \
188 - --with-zlib-include="${EPREFIX}"/usr/include \
189 - --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
190 - --with-iconv-include="${EPREFIX}"/usr/include \
191 - --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
192 - --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
193 - --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
194 - --with-xslt-dir="${EPREFIX}"/usr \
195 - --with-iconvlib=iconv \
196 - || die "extconf.rb failed"
197 -}
198 -
199 -each_ruby_compile() {
200 - if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
201 - ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
202 - fi
203 -
204 - if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
205 - ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
206 - fi
207 -
208 - emake -Cext/${PN} \
209 - V=1 \
210 - CFLAGS="${CFLAGS} -fPIC" \
211 - archflag="${LDFLAGS}" || die "make extension failed"
212 - cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
213 -}
214 -
215 -each_ruby_test() {
216 - ${RUBY} -Ilib:.:test -e 'Dir["test/**/test_*.rb"].each {|f| require f}' || die
217 -}
218 -
219 -each_ruby_install() {
220 - # Clean up "ext" directory before installing it. nokogumbo expects
221 - # the header files and shared object to be in ext.
222 - rm -rf ext/java ext/nokogiri/*.o ext/nokogiri/{mkmf.log,Makefile} || die
223 -
224 - each_fakegem_install
225 -}