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, 30 Apr 2017 05:33:31
Message-Id: 1493529610.54a862645a88db1e546d4bd0c2f19e9c3a02fd2b.graaff@gentoo
1 commit: 54a862645a88db1e546d4bd0c2f19e9c3a02fd2b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 30 05:20:10 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 30 05:20:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a86264
7
8 dev-ruby/nokogiri: cleanup
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/nokogiri/Manifest | 1 -
13 dev-ruby/nokogiri/nokogiri-1.6.6.2.ebuild | 91 -------------------------------
14 2 files changed, 92 deletions(-)
15
16 diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
17 index 38132e5bd9d..aa048343f41 100644
18 --- a/dev-ruby/nokogiri/Manifest
19 +++ b/dev-ruby/nokogiri/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST nokogiri-1.6.6.2-git.tgz 2258820 SHA256 32358b52936f1e2de0136130d3f43ea7e8d6c6f417265e21dc7e7d8572aff5b6 SHA512 6335c8e584c6b13a5cc9353b348b6df65f3e84392628b3ff458279bb03253e0f773f4557bac701872842761b1656a23d520a8446b83fcbc30efa29109fb2fec5 WHIRLPOOL c488a97872c560be4f366a1fb6cc8da08e025af3da19cd5083fb6bc9ce31127a021bd8ebb4a203172a799dfe5f29cb8c96da86e6165fe50e10a3e73f9e899632
22 DIST nokogiri-1.6.8.1-git.tgz 5708322 SHA256 e1d5a3bb2a0d1ee2496c1c6c89bf3e5676862af068e86b1afe34e2a781aa806f SHA512 a4546917e5979810ad4fe0f693f11f00fc719379fecefa68e36e512b128db1de083add4e80dfe3fa0546294ec68aa0f3f890575812b851e884bcbf2165f944d7 WHIRLPOOL 8a4f8c49f07f840154fc2d5087a035777fbe61717cff89d4acd1384fc945b61d012f33c756ad20bf5cc5e93d06f36868d42c217a337cddb8de7cb0fd54244116
23 DIST nokogiri-1.7.0-git.tgz 5708495 SHA256 51f7816d372c5585710fe6c87181e5b33792641fe877e50512c35c82fe1f259b SHA512 30f040a5cdb783993c729dd7667dad59620bec0c7d4f8ceb40a55eaafa17ad145cb29e6656affac69076897d642e4f7adc5e3f8eb3da98a5a640ddca6f058580 WHIRLPOOL ba6468e1985dd18d03d7b3f1946b21c10cff447389987a5ae79a891dd525ce9f92abd4689411cc35182f4223e972f2bc3d456e5e45ea5bcd0be7d1db0e0df548
24 DIST nokogiri-1.7.0.1-git.tgz 5708578 SHA256 a85cd203842684aa69851bfa480ccdba0914879f13708520c4890ce66f631326 SHA512 0944ad6fdd060c6b1e24340537e6001d6ed253edbfac18bdf5aa016d466e95e2bc113cde3c8cbee2c9009c0d4d11bc9d1a8e409f02fb48d064bf9cf3da987f8d WHIRLPOOL 58febb74e78917481e5ee1ea9f5eb4e4b2453245c78a79f0e408483fe5d650540ceaf4412d1ffa698c1dbb3428830d71ee6082db3582d6aed4e8ae7c94c6b633
25
26 diff --git a/dev-ruby/nokogiri/nokogiri-1.6.6.2.ebuild b/dev-ruby/nokogiri/nokogiri-1.6.6.2.ebuild
27 deleted file mode 100644
28 index d8b8b6ec434..00000000000
29 --- a/dev-ruby/nokogiri/nokogiri-1.6.6.2.ebuild
30 +++ /dev/null
31 @@ -1,91 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -USE_RUBY="ruby21 ruby22"
38 -
39 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc CHANGELOG.ja.rdoc README.rdoc README.ja.rdoc 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 -# The tests require _minitest_, not the virtual; what is shipped with
65 -# Ruby 1.9 is *not* enough, unfortunately
66 -ruby_add_bdepend "
67 - dev-ruby/hoe
68 - dev-ruby/rake-compiler
69 - dev-ruby/rexical
70 - dev-ruby/rdoc
71 - dev-ruby/racc
72 - test? ( dev-ruby/minitest )"
73 -
74 -all_ruby_prepare() {
75 - sed -i \
76 - -e '/tasks\/cross_compile/s:^:#:' \
77 - -e '/:test.*prerequisites/s:^:#:' \
78 - -e '/license/ s:^:#:' \
79 - Rakefile || die
80 - # Remove the cross compilation options since they interfere with
81 - # native building.
82 - sed -i -e 's/cross_compile = true/cross_compile = false/' Rakefile || die
83 - sed -i -e '/cross_config_options/d' Rakefile || die
84 -}
85 -
86 -each_ruby_configure() {
87 - NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
88 - ${RUBY} -Cext/${PN} extconf.rb \
89 - --with-zlib-include="${EPREFIX}"/usr/include \
90 - --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
91 - --with-iconv-include="${EPREFIX}"/usr/include \
92 - --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
93 - --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
94 - --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
95 - --with-xslt-dir="${EPREFIX}"/usr \
96 - --with-iconvlib=iconv \
97 - || die "extconf.rb failed"
98 -}
99 -
100 -each_ruby_compile() {
101 - if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
102 - ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed"
103 - fi
104 -
105 - if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
106 - ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
107 - fi
108 -
109 - emake -Cext/${PN} \
110 - V=1 \
111 - CFLAGS="${CFLAGS} -fPIC" \
112 - archflag="${LDFLAGS}" || die "make extension failed"
113 - cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
114 -}
115 -
116 -each_ruby_install() {
117 - # Clean up "ext" directory before installing it. nokogumbo expects
118 - # the header files and shared object to be in ext.
119 - rm -rf ext/java ext/nokogiri/*.o ext/nokogiri/{mkmf.log,Makefile} || die
120 -
121 - each_fakegem_install
122 -}